Home
last modified time | relevance | path

Searched refs:OP_SUQ (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h51 return (op >= OP_SULDB && op <= OP_SULEA) || (op == OP_SUQ); in isSurfaceOp()
314 if ((op >= OP_TEX && op <= OP_SULEA) || op == OP_SUQ) in asTex()
321 if ((op >= OP_TEX && op <= OP_SULEA) || op == OP_SUQ) in asTex()
Dnv50_ir.h136 OP_SUQ, // surface query enumerator
Dnv50_ir_lowering_nvc0.cpp2734 case OP_SUQ: in visit()
Dnv50_ir_from_tgsi.cpp3635 TexInstruction *texi = new_TexInstruction(func, OP_SUQ); in handleInstruction()