Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DDY_FINE (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h426 TGSI_OPCODE_DDY_FINE = 80, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c99 opcode == TGSI_OPCODE_DDY || opcode == TGSI_OPCODE_DDY_FINE || in computes_derivative()
Dtgsi_exec.c5045 case TGSI_OPCODE_DDY_FINE: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1859 [TGSI_OPCODE_DDY_FINE] = nir_op_fddy_fine,
Dnir_to_tgsi.c1412 [nir_op_fddy_fine] = { TGSI_OPCODE_DDY_FINE }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8466 inst->Instruction.Opcode == TGSI_OPCODE_DDY_FINE) { in tgsi_tex()
11865 [TGSI_OPCODE_DDY_FINE] = { ALU_OP0_NOP, tgsi_unsupported},
12063 [TGSI_OPCODE_DDY_FINE] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
12290 [TGSI_OPCODE_DDY_FINE] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3257 case TGSI_OPCODE_DDY_FINE: in handleInstruction()