Searched refs:OP_SULDP (Results 1 - 17 of 17) sorted by path
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.h | 130 OP_SULDP, // surface load (formatted) enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_gm107.cpp | 3680 case OP_SULDP:
|
| H A D | nv50_ir_from_nir.cpp | 535 return OP_SULDP;
|
| H A D | nv50_ir_from_tgsi.cpp | 2648 // Usage of the texture read mask on OP_SULDP is not allowed. 2709 mkTex(OP_SULDP, tgsi.getImageTarget(), 0, 0, def, off); 2787 mkTex(OP_SULDP, getResourceTarget(code, r), code->resources[r].slot, 0,
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2119 if (su->op == OP_SULDP && su->tex.target == TEX_TARGET_BUFFER) { 2310 if (su->op == OP_SULDP) { 2378 if (su->op == OP_SULDP || su->op == OP_SUREDP) { 2423 if (su->op == OP_SULDP) { 2528 if (su->op == OP_SULDP) { 3138 case OP_SULDP:
|
| H A D | nv50_ir_target_gm107.cpp | 298 case OP_SULDP:
|
| H A D | nv50_ir_target_nvc0.cpp | 160 { OP_SULDP, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2 },
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.h | 133 OP_SULDP, // surface load (formatted) enumerator in enum:nv50_ir::operation
|
| H A D | nv50_ir_emit_gm107.cpp | 3753 case OP_SULDP:
|
| H A D | nv50_ir_emit_gv100.cpp | 1974 case OP_SULDP:
|
| H A D | nv50_ir_from_nir.cpp | 566 return OP_SULDP;
|
| H A D | nv50_ir_from_tgsi.cpp | 2654 // Usage of the texture read mask on OP_SULDP is not allowed. 2718 mkTex(OP_SULDP, tgsi.getImageTarget(), 0, 0, def, off); 2796 mkTex(OP_SULDP, getResourceTarget(code, r), code->resources[r].slot, 0,
|
| H A D | nv50_ir_lowering_nv50.cpp | 2233 case OP_SULDP:
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2140 if (su->op == OP_SULDP && su->tex.target == TEX_TARGET_BUFFER) { 2348 if (su->op == OP_SULDP) { 2416 if (su->op == OP_SULDP || su->op == OP_SUREDP) { 2462 if (su->op == OP_SULDP || su->op == OP_SUREDP) { 2547 if (su->op == OP_SULDP) { 2753 if (su->op == OP_SULDP) { 3352 case OP_SULDP:
|
| H A D | nv50_ir_target_gm107.cpp | 298 case OP_SULDP:
|
| H A D | nv50_ir_target_gv100.cpp | 387 case OP_SULDP: return &opInfo_SULD;
|
| H A D | nv50_ir_target_nvc0.cpp | 160 { OP_SULDP, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2 },
|
Completed in 56 milliseconds