Home
last modified time | relevance | path

Searched refs:OP_VFETCH (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp316 case OP_VFETCH: in getReadLatency()
Dnv50_ir_target_nvc0.cpp535 case OP_VFETCH: in getLatency()
Dnv50_ir_build_util.cpp141 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym); in mkFetch()
Dnv50_ir_peephole.cpp184 (ld->op == OP_VFETCH || in isAttribOrSharedLoad()
2494 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) in getList()
2722 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { in runOpt()
3248 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) { in isResultEqual()
3424 (i->op == OP_VFETCH || i->op == OP_LOAD)) { in visit()
Dnv50_ir_lowering_nvc0.cpp2267 i->op = OP_VFETCH; in handleLDST()
2269 i->op = OP_VFETCH; in handleLDST()
2331 i->op = OP_VFETCH; in handleLDST()
2753 (i->op == OP_VFETCH || i->op == OP_EXPORT) && in visit()
Dnv50_ir.h108 OP_VFETCH, // indirection 0 in attribute space, indirection 1 is vertex base enumerator
Dnv50_ir_emit_nv50.cpp1867 case OP_VFETCH: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2406 case OP_VFETCH: in emitInstruction()
Dnv50_ir_ra.cpp2277 if (i->op == OP_LOAD || i->op == OP_VFETCH) { in visit()
Dnv50_ir_emit_nvc0.cpp2604 case OP_VFETCH: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3274 case OP_VFETCH: in emitInstruction()