Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DDX_FINE (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h424 TGSI_OPCODE_DDX_FINE = 79, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c98 return opcode == TGSI_OPCODE_DDX || opcode == TGSI_OPCODE_DDX_FINE || in computes_derivative()
Dtgsi_exec.c5116 case TGSI_OPCODE_DDX_FINE: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1854 [TGSI_OPCODE_DDX_FINE] = nir_op_fddx_fine,
Dnir_to_tgsi.c926 [nir_op_fddx_fine] = { TGSI_OPCODE_DDX_FINE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8461 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/
Dnv50_ir_from_tgsi.cpp3252 case TGSI_OPCODE_DDX_FINE: in handleInstruction()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1615 emit_asm(ir, TGSI_OPCODE_DDX_FINE, result_dst, op[0]); in visit_expression()