Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DDY (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c206 case TGSI_OPCODE_DDY: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c78 { 1, 1, 0, 0, 0, 0, 0, COMP, "DDY", TGSI_OPCODE_DDY },
Dtgsi_scan.c98 opcode == TGSI_OPCODE_DDY || opcode == TGSI_OPCODE_DDY_FINE || in computes_derivative()
Dtgsi_exec.c5277 case TGSI_OPCODE_DDY: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h369 #define TGSI_OPCODE_DDY 38 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c66 case TGSI_OPCODE_DDY: return RC_OPCODE_DDY; in translate_opcode()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c84 [ TGSI_OPCODE_DDY ] = { false, false, 0, 1, 0 },
Di915_fpc_translate.c577 case TGSI_OPCODE_DDY: in i915_translate_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2140 case TGSI_OPCODE_DDY: in emit_deriv()
2895 case TGSI_OPCODE_DDY: in svga_emit_instruction()
3635 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 || in needs_to_create_common_immediate()
Dsvga_tgsi_vgpu10.c533 case TGSI_OPCODE_DDY: in translate_opcode()
5657 case TGSI_OPCODE_DDY: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c665 case TGSI_OPCODE_DDY: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c3994 bld.bld_base.op_actions[TGSI_OPCODE_DDY].emit = ddy_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c789 [TGSI_OPCODE_DDY] = aos_unsupported,
1330 [TGSI_OPCODE_DDY] = soa_partial_derivative,
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c571 case TGSI_OPCODE_DDY: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1552 [TGSI_OPCODE_DDY] = nir_op_fddy,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5165 result[2+i] = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_DDY, a); in si_llvm_emit_ddxy_interp()
5864 bld_base->info->opcode_count[TGSI_OPCODE_DDY] > 0 || in create_function()
6780 bld_base->op_actions[TGSI_OPCODE_DDY].emit = si_llvm_emit_ddxy; in si_init_shader_ctx()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9099 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
9297 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
9520 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3059 case TGSI_OPCODE_DDY: in handleInstruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1678 TGSI_OPCODE_DDY_FINE : TGSI_OPCODE_DDY, result_dst, temp); in visit_expression()