Searched refs:TGSI_OPCODE_DDX (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 382 TGSI_OPCODE_DDX = 37, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 63 case TGSI_OPCODE_DDX: return RC_OPCODE_DDX; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 88 [TGSI_OPCODE_DDX] = {false, false, 0, 1, 0},
|
D | i915_fpc_translate.c | 453 case TGSI_OPCODE_DDX: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2078 case TGSI_OPCODE_DDX: in emit_deriv() 2778 case TGSI_OPCODE_DDX: in svga_emit_instruction() 3509 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 || in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 809 case TGSI_OPCODE_DDX: in translate_opcode() 9287 case TGSI_OPCODE_DDX: in emit_vgpu10_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 599 case TGSI_OPCODE_DDX: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 4508 bld.bld_base.op_actions[TGSI_OPCODE_DDX].emit = ddx_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 98 return opcode == TGSI_OPCODE_DDX || opcode == TGSI_OPCODE_DDX_FINE || in computes_derivative()
|
D | tgsi_exec.c | 5120 case TGSI_OPCODE_DDX: in exec_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 922 [nir_op_fddx] = { TGSI_OPCODE_DDX }, in ntt_emit_alu() 924 [nir_op_fddx_coarse] = { TGSI_OPCODE_DDX }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1816 [TGSI_OPCODE_DDX] = nir_op_fddx,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 561 case TGSI_OPCODE_DDX: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 77 {D3D10_SB_OPCODE_DERIV_RTX, OF_FLOAT, TGSI_OPCODE_DDX},
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3250 case TGSI_OPCODE_DDX: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11794 [TGSI_OPCODE_DDX] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex}, 11992 [TGSI_OPCODE_DDX] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex}, 12219 [TGSI_OPCODE_DDX] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex},
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1612 emit_asm(ir, TGSI_OPCODE_DDX, result_dst, op[0]); in visit_expression()
|