Searched refs:OP_VFETCH (Results 1 - 24 of 24) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_gm107.cpp | 329 case OP_VFETCH:
|
| H A D | nv50_ir_peephole.cpp | 184 (ld->op == OP_VFETCH || 2884 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) 2910 if (it->locked && insn->op != OP_LOAD && insn->op != OP_VFETCH) 3116 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { 3698 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) { 3875 (i->op == OP_VFETCH || i->op == OP_LOAD)) {
|
| H A D | nv50_ir.h | 111 OP_VFETCH, // indirection 0 in attribute space, indirection 1 is vertex base enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_build_util.cpp | 141 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym);
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2591 i->op = OP_VFETCH; 2593 i->op = OP_VFETCH; 2653 i->op = OP_VFETCH; 3172 (i->op == OP_VFETCH || i->op == OP_EXPORT) &&
|
| H A D | nv50_ir_target_nvc0.cpp | 577 case OP_VFETCH:
|
| H A D | nv50_ir_emit_gk110.cpp | 2527 case OP_VFETCH:
|
| H A D | nv50_ir_emit_nv50.cpp | 1867 case OP_VFETCH:
|
| H A D | nv50_ir_emit_gm107.cpp | 3600 case OP_VFETCH:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2703 case OP_VFETCH:
|
| H A D | nv50_ir_ra.cpp | 2503 if (i->op == OP_LOAD || i->op == OP_VFETCH) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_target_gm107.cpp | 329 case OP_VFETCH:
|
| H A D | nv50_ir_peephole.cpp | 184 (ld->op == OP_VFETCH || 2947 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) 2973 if (it->locked && insn->op != OP_LOAD && insn->op != OP_VFETCH) 3179 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { 3772 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) { 3950 (i->op == OP_VFETCH || i->op == OP_LOAD)) {
|
| H A D | nv50_ir.h | 113 OP_VFETCH, // indirection 0 in attribute space, indirection 1 is vertex base enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_build_util.cpp | 143 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym);
|
| H A D | nv50_ir_target_gv100.cpp | 400 case OP_VFETCH: return &opInfo_ALD;
|
| H A D | nv50_ir_target_nvc0.cpp | 587 case OP_VFETCH:
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2805 i->op = OP_VFETCH; 2807 i->op = OP_VFETCH; 2867 i->op = OP_VFETCH; 3386 (i->op == OP_VFETCH || i->op == OP_EXPORT) &&
|
| H A D | nv50_ir_emit_gv100.cpp | 2005 case OP_VFETCH:
|
| H A D | nv50_ir_emit_gk110.cpp | 2534 case OP_VFETCH:
|
| H A D | nv50_ir_emit_nv50.cpp | 1954 case OP_VFETCH:
|
| H A D | nv50_ir_emit_gm107.cpp | 3673 case OP_VFETCH:
|
| H A D | nv50_ir_emit_nvc0.cpp | 2710 case OP_VFETCH:
|
| H A D | nv50_ir_ra.cpp | 2567 if (i->op == OP_LOAD || i->op == OP_VFETCH) {
|
Completed in 62 milliseconds