Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp553 case OP_VFETCH: in getLatency()
Dnv50_ir_lowering_nvc0.cpp1093 i->op = OP_VFETCH; in visit()
Dnv50_ir_emit_nvc0.cpp1591 case OP_VFETCH: in emitInstruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp147 (ld->op == OP_VFETCH || in isAttribOrSharedLoad()
1491 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) in getList()
1719 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { in runOpt()
2113 if (op == OP_LOAD || op == OP_VFETCH) { in isResultEqual()
2283 if (i->defExists(1) && (i->op == OP_VFETCH || i->op == OP_LOAD)) { in visit()
Dnv50_ir_build_util.cpp142 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym); in mkFetch()
Dnv50_ir.h106 OP_VFETCH, // indirection 0 in attribute space, indirection 1 is vertex base enumerator
Dnv50_ir_emit_nv50.cpp1546 case OP_VFETCH: in emitInstruction()
Dnv50_ir_ra.cpp1923 if (i->op == OP_LOAD || i->op == OP_VFETCH) { in visit()
Dnv50_ir_from_sm4.cpp1275 ld = mkOp1(OP_VFETCH, TYPE_U32, res, iSym(idx, swz)); in src()