Re: [Mesa-dev] [RFC 14/24] nv50/ir: add OP_BUFQ for buffers query

2016-04-13 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Tue, Apr 12, 2016 at 7:57 PM, Samuel Pitoiset wrote: > TGSI RESQ allows both images and buffers but we have to make a > distinction between these two type of resources in our lowering pass. > Introducing OP_BUFQ which

[Mesa-dev] [RFC 14/24] nv50/ir: add OP_BUFQ for buffers query

2016-04-12 Thread Samuel Pitoiset
TGSI RESQ allows both images and buffers but we have to make a distinction between these two type of resources in our lowering pass. Introducing OP_BUFQ which is a fake operand will allow to implement OP_SUQ for surfaces. Signed-off-by: Samuel Pitoiset ---