Searched refs:TGSI_OPCODE_DDY (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 384 TGSI_OPCODE_DDY = 38, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 64 case TGSI_OPCODE_DDY: return RC_OPCODE_DDY; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 89 [TGSI_OPCODE_DDY] = {false, false, 0, 1, 0},
|
H A D | i915_fpc_translate.c | 503 case TGSI_OPCODE_DDY: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 603 case TGSI_OPCODE_DDY: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_soa.c | 4516 bld.bld_base.op_actions[TGSI_OPCODE_DDY].emit = ddy_emit; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 2149 case TGSI_OPCODE_DDY: in emit_deriv() 2847 case TGSI_OPCODE_DDY: in svga_emit_instruction() 3581 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 || in needs_to_create_common_immediate()
|
H A D | svga_tgsi_vgpu10.c | 886 case TGSI_OPCODE_DDY: in translate_opcode() 10900 case TGSI_OPCODE_DDY: in emit_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_scan.c | 99 opcode == TGSI_OPCODE_DDY || opcode == TGSI_OPCODE_DDY_FINE || in computes_derivative()
|
H A D | tgsi_exec.c | 5049 case TGSI_OPCODE_DDY: in exec_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 1408 [nir_op_fddy] = { TGSI_OPCODE_DDY }, in ntt_emit_alu() 1410 [nir_op_fddy_coarse] = { TGSI_OPCODE_DDY }, in ntt_emit_alu()
|
H A D | tgsi_to_nir.c | 1821 [TGSI_OPCODE_DDY] = nir_op_fddy,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_fragprog.c | 572 case TGSI_OPCODE_DDY: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 78 {D3D10_SB_OPCODE_DERIV_RTY, OF_FLOAT, TGSI_OPCODE_DDY},
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11823 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex}, 12021 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex}, 12248 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 3255 case TGSI_OPCODE_DDY: in handleInstruction()
|
Completed in 71 milliseconds