Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DP4 (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c177 case TGSI_OPCODE_DP4: in tgsi_util_get_src_usage_mask()
Dtgsi_lowering.c855 (opcode == TGSI_OPCODE_DP4)) { in transform_dotp()
868 if (opcode == TGSI_OPCODE_DP4) { in transform_dotp()
1375 case TGSI_OPCODE_DP4: in transform_instr()
Dtgsi_exec.c4969 case TGSI_OPCODE_DP4: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h356 TGSI_OPCODE_DP4 = 10, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c48 case TGSI_OPCODE_DP4: return RC_OPCODE_DP4; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c92 [TGSI_OPCODE_DP4] = {false, true, TGSI_SWIZZLE_ONE, 1, 2},
Di915_fpc_translate.c525 case TGSI_OPCODE_DP4: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c505 case TGSI_OPCODE_DP4: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1164 bld_base->op_actions[TGSI_OPCODE_DP4] = dp4_action; in lp_set_default_actions()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1802 [TGSI_OPCODE_DP4] = 0,
2059 case TGSI_OPCODE_DP4: in ttn_emit_instruction()
Dnir_to_tgsi.c1354 [nir_op_fdot4] = { TGSI_OPCODE_DP4 }, in ntt_emit_alu()
1357 [nir_op_fdot4_replicated] = { TGSI_OPCODE_DP4 }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c589 case TGSI_OPCODE_DP4: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c591 case TGSI_OPCODE_DP4: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp293 case TGSI_OPCODE_DP4: in srcMask()
3344 case TGSI_OPCODE_DP4: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c83 {D3D10_SB_OPCODE_DP4, OF_FLOAT, TGSI_OPCODE_DP4},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c48 case TGSI_OPCODE_DP4: return SVGA3DOP_DP4; in translate_opcode()
Dsvga_tgsi_vgpu10.c864 case TGSI_OPCODE_DP4: in translate_opcode()
10904 case TGSI_OPCODE_DP4: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11795 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
11994 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
12221 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp},