Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DP3 (Results 1 – 25 of 25) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c269 case TGSI_OPCODE_DP3: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c49 { 1, 2, 0, 0, 0, 0, REPL, "DP3", TGSI_OPCODE_DP3 },
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c226 case TGSI_OPCODE_DP3: in tgsi_util_get_inst_usage_mask()
Dtgsi_lowering.c853 if ((opcode == TGSI_OPCODE_DP3) || in transform_dotp()
1380 case TGSI_OPCODE_DP3: in transform_instr()
Dtgsi_exec.c5281 case TGSI_OPCODE_DP3: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h360 TGSI_OPCODE_DP3 = 9, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h346 #define TGSI_OPCODE_DP3 9 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c45 case TGSI_OPCODE_DP3: return RC_OPCODE_DP3; in translate_opcode()
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c134 inst.Instruction.Opcode = TGSI_OPCODE_DP3; in dp3_instruction()
Dst_mesa_to_tgsi.c464 return TGSI_OPCODE_DP3; in translate_opcode()
Dst_atifs_to_tgsi.c70 {TGSI_OPCODE_DP3, "DOT3", 2},
Dst_glsl_to_tgsi.cpp804 TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4 in emit_dp() enumerator
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c86 [ TGSI_OPCODE_DP3 ] = { false, true, TGSI_SWIZZLE_ONE, 1, 2 },
Di915_fpc_translate.c583 case TGSI_OPCODE_DP3: in i915_translate_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c500 case TGSI_OPCODE_DP3: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1163 bld_base->op_actions[TGSI_OPCODE_DP3] = dp3_action; in lp_set_default_actions()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1800 [TGSI_OPCODE_DP3] = 0,
2052 case TGSI_OPCODE_DP3: in ttn_emit_instruction()
Dnir_to_tgsi.c569 [nir_op_fdot3] = { TGSI_OPCODE_DP3 }, in ntt_emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c585 case TGSI_OPCODE_DP3: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c588 case TGSI_OPCODE_DP3: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp291 case TGSI_OPCODE_DP3: in srcMask()
3276 case TGSI_OPCODE_DP3: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c47 case TGSI_OPCODE_DP3: return SVGA3DOP_DP3; in translate_opcode()
Dsvga_tgsi_vgpu10.c787 case TGSI_OPCODE_DP3: in translate_opcode()
9236 case TGSI_OPCODE_DP3: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7355 case TGSI_OPCODE_DP3: in tgsi_dp()
11682 [TGSI_OPCODE_DP3] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
11881 [TGSI_OPCODE_DP3] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
12107 [TGSI_OPCODE_DP3] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
/external/virglrenderer/src/
Dvrend_shader.c4865 case TGSI_OPCODE_DP3: in iter_instruction()