| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 380 TGSI_OPCODE_DDX = 37, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 61 case TGSI_OPCODE_DDX: return RC_OPCODE_DDX;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 382 TGSI_OPCODE_DDX = 37, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 63 case TGSI_OPCODE_DDX: return RC_OPCODE_DDX;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 599 case TGSI_OPCODE_DDX:
|
| H A D | lp_bld_tgsi_soa.c | 3932 bld.bld_base.op_actions[TGSI_OPCODE_DDX].emit = ddx_emit;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.c | 98 return opcode == TGSI_OPCODE_DDX || opcode == TGSI_OPCODE_DDX_FINE ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 83 [ TGSI_OPCODE_DDX ] = { false, false, 0, 1, 0 },
|
| H A D | i915_fpc_translate.c | 560 case TGSI_OPCODE_DDX:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 88 [TGSI_OPCODE_DDX] = {false, false, 0, 1, 0},
|
| H A D | i915_fpc_translate.c | 453 case TGSI_OPCODE_DDX:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_aos.c | 599 case TGSI_OPCODE_DDX:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_scan.c | 98 return opcode == TGSI_OPCODE_DDX || opcode == TGSI_OPCODE_DDX_FINE ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 2080 case TGSI_OPCODE_DDX: 2780 case TGSI_OPCODE_DDX: 3511 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 ||
|
| H A D | svga_tgsi_vgpu10.c | 544 case TGSI_OPCODE_DDX: 5823 case TGSI_OPCODE_DDX:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 2078 case TGSI_OPCODE_DDX: 2778 case TGSI_OPCODE_DDX: 3509 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 ||
|
| H A D | svga_tgsi_vgpu10.c | 809 case TGSI_OPCODE_DDX: 9287 case TGSI_OPCODE_DDX:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_fragprog.c | 561 case TGSI_OPCODE_DDX:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_fragprog.c | 561 case TGSI_OPCODE_DDX:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 922 [nir_op_fddx] = { TGSI_OPCODE_DDX }, 924 [nir_op_fddx_coarse] = { TGSI_OPCODE_DDX },
|
| H A D | tgsi_to_nir.c | 1816 [TGSI_OPCODE_DDX] = nir_op_fddx,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1550 [TGSI_OPCODE_DDX] = nir_op_fddx,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderTGSI.c | 77 {D3D10_SB_OPCODE_DERIV_RTX, OF_FLOAT, TGSI_OPCODE_DDX},
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 3915 idx = (opcode == TGSI_OPCODE_DDX || opcode == TGSI_OPCODE_DDX_FINE) ? 1 : 2; 5885 bld_base->op_actions[TGSI_OPCODE_DDX].emit = si_llvm_emit_ddxy;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 3227 case TGSI_OPCODE_DDX:
|