Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DDX_FINE (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h425 TGSI_OPCODE_DDX_FINE = 79, enumerator
/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.c5037 case TGSI_OPCODE_DDX_FINE: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1858 [TGSI_OPCODE_DDX_FINE] = nir_op_fddx_fine,
H A Dnir_to_tgsi.c1411 [nir_op_fddx_fine] = { TGSI_OPCODE_DDX_FINE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c8465 if (inst->Instruction.Opcode == TGSI_OPCODE_DDX_FINE || in tgsi_tex()
11864 [TGSI_OPCODE_DDX_FINE] = { ALU_OP0_NOP, tgsi_unsupported},
12062 [TGSI_OPCODE_DDX_FINE] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex},
12289 [TGSI_OPCODE_DDX_FINE] = { FETCH_OP_GET_GRADIENTS_H, tgsi_tex},
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp3256 case TGSI_OPCODE_DDX_FINE: in handleInstruction()

Completed in 38 milliseconds