Home
last modified time | relevance | path

Searched refs:OP_SUQ (Results 1 – 6 of 6) 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_lowering_gm107.cpp354 case OP_SUQ: in visit()
Dnv50_ir.h142 OP_SUQ, // surface query enumerator
Dnv50_ir_from_nir.cpp569 return OP_SUQ; in getOperation()
Dnv50_ir_from_tgsi.cpp3768 TexInstruction *texi = new_TexInstruction(func, OP_SUQ); in handleInstruction()
Dnv50_ir_lowering_nvc0.cpp3275 case OP_SUQ: in visit()