Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DP2 (Results 1 – 24 of 24) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c265 case TGSI_OPCODE_DP2: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c111 { 1, 2, 0, 0, 0, 0, REPL, "DP2", TGSI_OPCODE_DP2 },
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c157 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_DP2, in aa_prolog()
Dtgsi_util.c203 case TGSI_OPCODE_DP2: in tgsi_util_get_inst_usage_mask()
Dtgsi_lowering.c1385 case TGSI_OPCODE_DP2: in transform_instr()
Dtgsi_exec.c5587 case TGSI_OPCODE_DP2: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h422 TGSI_OPCODE_DP2 = 71, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h405 #define TGSI_OPCODE_DP2 71 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c87 case TGSI_OPCODE_DP2: return RC_OPCODE_DP2; in translate_opcode()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c85 [ TGSI_OPCODE_DP2 ] = { false, true, TGSI_SWIZZLE_ONE, 1, 2 },
Di915_fpc_translate.c572 case TGSI_OPCODE_DP2: in i915_translate_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c731 case TGSI_OPCODE_DP2: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1162 bld_base->op_actions[TGSI_OPCODE_DP2] = dp2_action; in lp_set_default_actions()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c234 ureg_insn(t->ureg, TGSI_OPCODE_DP2, tmp, 1, src, 2, 0); in emit_special_inst()
Dst_glsl_to_tgsi.cpp804 TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4 in emit_dp() enumerator
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1848 [TGSI_OPCODE_DP2] = 0,
2048 case TGSI_OPCODE_DP2: in ttn_emit_instruction()
Dnir_to_tgsi.c568 [nir_op_fdot2] = { TGSI_OPCODE_DP2 }, in ntt_emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c580 case TGSI_OPCODE_DP2: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c583 case TGSI_OPCODE_DP2: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp289 case TGSI_OPCODE_DP2: in srcMask()
3271 case TGSI_OPCODE_DP2: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2811 case TGSI_OPCODE_DP2: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c819 case TGSI_OPCODE_DP2: in translate_opcode()
9235 case TGSI_OPCODE_DP2: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7349 case TGSI_OPCODE_DP2: in tgsi_dp()
11744 [TGSI_OPCODE_DP2] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
11942 [TGSI_OPCODE_DP2] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
12168 [TGSI_OPCODE_DP2] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
/external/virglrenderer/src/
Dvrend_shader.c4862 case TGSI_OPCODE_DP2: in iter_instruction()