Searched refs:TGSI_OPCODE_DP4 (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 173 case TGSI_OPCODE_DP4: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 855 (opcode == TGSI_OPCODE_DP4)) { in transform_dotp() 868 if (opcode == TGSI_OPCODE_DP4) { in transform_dotp() 1375 case TGSI_OPCODE_DP4: in transform_instr()
|
D | tgsi_exec.c | 5048 case TGSI_OPCODE_DP4: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 355 TGSI_OPCODE_DP4 = 10, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 48 case TGSI_OPCODE_DP4: return RC_OPCODE_DP4; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 92 [TGSI_OPCODE_DP4] = {false, true, TGSI_SWIZZLE_ONE, 1, 2},
|
D | i915_fpc_translate.c | 476 case TGSI_OPCODE_DP4: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 504 case TGSI_OPCODE_DP4: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1164 bld_base->op_actions[TGSI_OPCODE_DP4] = dp4_action; in lp_set_default_actions()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1798 [TGSI_OPCODE_DP4] = 0, 2055 case TGSI_OPCODE_DP4: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 872 [nir_op_fdot4] = { TGSI_OPCODE_DP4 }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_fragprog.c | 591 case TGSI_OPCODE_DP4: in nvfx_fragprog_parse_instruction()
|
D | nvfx_vertprog.c | 589 case TGSI_OPCODE_DP4: in nvfx_vertprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 293 case TGSI_OPCODE_DP4: in srcMask() 3340 case TGSI_OPCODE_DP4: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 83 {D3D10_SB_OPCODE_DP4, OF_FLOAT, TGSI_OPCODE_DP4},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 48 case TGSI_OPCODE_DP4: return SVGA3DOP_DP4; in translate_opcode()
|
D | svga_tgsi_vgpu10.c | 789 case TGSI_OPCODE_DP4: in translate_opcode() 9292 case TGSI_OPCODE_DP4: in emit_vgpu10_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11767 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp}, 11966 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp}, 12193 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 882 TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4 in emit_dp() enumerator
|