Home
last modified time | relevance | path

Searched refs:isSurfaceOp (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h49 static inline bool isSurfaceOp(operation op) in isSurfaceOp() function
Dnv50_ir_ra.cpp2098 if (isSurfaceOp(tex->op)) { in texConstraintGM107()
2179 } else if (isSurfaceOp(tex->op)) { in texConstraintNVC0()
Dnv50_ir_peephole.cpp3175 !isSurfaceOp(insn->op) && // not confirmed in visit()