Searched refs:OP_VFETCH (Results 1 - 18 of 18) sorted by relevance

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

Completed in 2533 milliseconds