Home
last modified time | relevance | path

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

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