Searched refs:TGSI_OPCODE_DDX_FINE (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 424 TGSI_OPCODE_DDX_FINE = 79, enumerator
|
/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 | 5116 case TGSI_OPCODE_DDX_FINE: in exec_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1854 [TGSI_OPCODE_DDX_FINE] = nir_op_fddx_fine,
|
D | nir_to_tgsi.c | 926 [nir_op_fddx_fine] = { TGSI_OPCODE_DDX_FINE }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 8461 if (inst->Instruction.Opcode == TGSI_OPCODE_DDX_FINE || in tgsi_tex() 11836 [TGSI_OPCODE_DDX_FINE] = { ALU_OP0_NOP, tgsi_unsupported}, 12034 [TGSI_OPCODE_DDX_FINE] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex}, 12261 [TGSI_OPCODE_DDX_FINE] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex},
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3252 case TGSI_OPCODE_DDX_FINE: in handleInstruction()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1615 emit_asm(ir, TGSI_OPCODE_DDX_FINE, result_dst, op[0]); in visit_expression()
|