Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c205 case TGSI_OPCODE_DDY: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c78 { 1, 1, 0, 0, 0, 0, COMP, "DDY", TGSI_OPCODE_DDY },
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h389 TGSI_OPCODE_DDY = 38, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h373 #define TGSI_OPCODE_DDY 38 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c62 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.c561 case TGSI_OPCODE_DDY: in i915_translate_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2083 case TGSI_OPCODE_DDY: in emit_deriv()
2781 case TGSI_OPCODE_DDY: in svga_emit_instruction()
3512 emit->info.opcode_count[TGSI_OPCODE_DDY] >= 1 || in needs_to_create_common_immediate()
Dsvga_tgsi_vgpu10.c811 case TGSI_OPCODE_DDY: in translate_opcode()
9233 case TGSI_OPCODE_DDY: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c602 case TGSI_OPCODE_DDY: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c4509 bld.bld_base.op_actions[TGSI_OPCODE_DDY].emit = ddy_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c99 opcode == TGSI_OPCODE_DDY || opcode == TGSI_OPCODE_DDY_FINE || in computes_derivative()
Dtgsi_exec.c5365 case TGSI_OPCODE_DDY: in exec_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c621 [nir_op_fddy] = { TGSI_OPCODE_DDY }, in ntt_emit_alu()
623 [nir_op_fddy_coarse] = { TGSI_OPCODE_DDY }, in ntt_emit_alu()
Dtgsi_to_nir.c1820 [TGSI_OPCODE_DDY] = nir_op_fddy,
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c572 case TGSI_OPCODE_DDY: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3192 case TGSI_OPCODE_DDY: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11711 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
11909 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
12135 [TGSI_OPCODE_DDY] = { FETCH_OP_GET_GRADIENTS_V, tgsi_tex},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1563 TGSI_OPCODE_DDY_FINE : TGSI_OPCODE_DDY, result_dst, temp); in visit_expression()
/external/virglrenderer/src/
Dvrend_shader.c4943 case TGSI_OPCODE_DDY: in iter_instruction()