Searched refs:TGSI_OPCODE_DDY_FINE (Results 1 – 11 of 11) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 248 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/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 410 #define TGSI_OPCODE_DDY_FINE 80 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 423 #define TGSI_OPCODE_DDY_FINE 80 macro
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 98 opcode == TGSI_OPCODE_DDY || opcode == TGSI_OPCODE_DDY_FINE || in computes_derivative()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1539 [TGSI_OPCODE_DDY_FINE] = nir_op_fddy_fine,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7741 inst->Instruction.Opcode == TGSI_OPCODE_DDY_FINE) { in tgsi_tex() 10330 [TGSI_OPCODE_DDY_FINE] = { ALU_OP0_NOP, tgsi_unsupported}, 10528 [TGSI_OPCODE_DDY_FINE] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex}, 10750 [TGSI_OPCODE_DDY_FINE] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 3971 else if (opcode == TGSI_OPCODE_DDY_FINE) in si_llvm_emit_ddxy() 5906 bld_base->op_actions[TGSI_OPCODE_DDY_FINE].emit = si_llvm_emit_ddxy; in si_init_shader_ctx()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3277 case TGSI_OPCODE_DDY_FINE: in handleInstruction()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3449 case TGSI_OPCODE_DDY_FINE: in iter_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1488 TGSI_OPCODE_DDY_FINE : TGSI_OPCODE_DDY, result_dst, temp); in visit_expression()
|