Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DDX (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h383 TGSI_OPCODE_DDX = 37, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c63 case TGSI_OPCODE_DDX: return RC_OPCODE_DDX; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c88 [TGSI_OPCODE_DDX] = {false, false, 0, 1, 0},
H A Di915_fpc_translate.c502 case TGSI_OPCODE_DDX: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c600 case TGSI_OPCODE_DDX: in lp_emit_instruction_aos()
H A Dlp_bld_tgsi_soa.c4515 bld.bld_base.op_actions[TGSI_OPCODE_DDX].emit = ddx_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2146 case TGSI_OPCODE_DDX: in emit_deriv()
2846 case TGSI_OPCODE_DDX: in svga_emit_instruction()
3580 emit->info.opcode_count[TGSI_OPCODE_DDX] >= 1 || in needs_to_create_common_immediate()
H A Dsvga_tgsi_vgpu10.c884 case TGSI_OPCODE_DDX: in translate_opcode()
10899 case TGSI_OPCODE_DDX: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c98 return opcode == TGSI_OPCODE_DDX || opcode == TGSI_OPCODE_DDX_FINE || in computes_derivative()
H A Dtgsi_exec.c5041 case TGSI_OPCODE_DDX: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1407 [nir_op_fddx] = { TGSI_OPCODE_DDX }, in ntt_emit_alu()
1409 [nir_op_fddx_coarse] = { TGSI_OPCODE_DDX }, in ntt_emit_alu()
H A Dtgsi_to_nir.c1820 [TGSI_OPCODE_DDX] = nir_op_fddx,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c561 case TGSI_OPCODE_DDX: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c77 {D3D10_SB_OPCODE_DERIV_RTX, OF_FLOAT, TGSI_OPCODE_DDX},
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11822 [TGSI_OPCODE_DDX] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex},
12020 [TGSI_OPCODE_DDX] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex},
12247 [TGSI_OPCODE_DDX] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3254 case TGSI_OPCODE_DDX: in handleInstruction()

Completed in 71 milliseconds