Searched refs:TGSI_OPCODE_DDY_FINE (Results 1 – 12 of 12) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 246 case TGSI_OPCODE_DDY_FINE: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 120 { 1, 1, 0, 0, 0, 0, COMP, "DDY_FINE", TGSI_OPCODE_DDY_FINE },
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 431 TGSI_OPCODE_DDY_FINE = 80, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 414 #define TGSI_OPCODE_DDY_FINE 80 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 99 opcode == TGSI_OPCODE_DDY || opcode == TGSI_OPCODE_DDY_FINE || in computes_derivative()
|
D | tgsi_exec.c | 5361 case TGSI_OPCODE_DDY_FINE: in exec_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 625 [nir_op_fddy_fine] = { TGSI_OPCODE_DDY_FINE }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1858 [TGSI_OPCODE_DDY_FINE] = nir_op_fddy_fine,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 8448 inst->Instruction.Opcode == TGSI_OPCODE_DDY_FINE) { in tgsi_tex() 11753 [TGSI_OPCODE_DDY_FINE] = { ALU_OP0_NOP, tgsi_unsupported}, 11951 [TGSI_OPCODE_DDY_FINE] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex}, 12177 [TGSI_OPCODE_DDY_FINE] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3194 case TGSI_OPCODE_DDY_FINE: in handleInstruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1563 TGSI_OPCODE_DDY_FINE : TGSI_OPCODE_DDY, result_dst, temp); in visit_expression()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4950 case TGSI_OPCODE_DDY_FINE: in iter_instruction()
|