Searched refs:TGSI_OPCODE_DP2 (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 157 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_DP2, in aa_prolog()
|
D | tgsi_util.c | 203 case TGSI_OPCODE_DP2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 1385 case TGSI_OPCODE_DP2: in transform_instr()
|
D | tgsi_exec.c | 5366 case TGSI_OPCODE_DP2: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 271 case TGSI_OPCODE_DP2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 111 { 1, 2, 0, 0, 0, 0, REPL, "DP2", TGSI_OPCODE_DP2 },
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 401 #define TGSI_OPCODE_DP2 71 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 413 #define TGSI_OPCODE_DP2 71 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 87 case TGSI_OPCODE_DP2: return RC_OPCODE_DP2; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 85 [ TGSI_OPCODE_DP2 ] = { false, true, TGSI_SWIZZLE_ONE, 1, 2 },
|
D | i915_fpc_translate.c | 572 case TGSI_OPCODE_DP2: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1529 [TGSI_OPCODE_DP2] = 0, 1707 case TGSI_OPCODE_DP2: in ttn_emit_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 234 ureg_insn(t->ureg, TGSI_OPCODE_DP2, tmp, 1, src, 2, 0); in emit_special_inst()
|
D | st_glsl_to_tgsi.cpp | 738 TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4 in emit_dp()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 731 case TGSI_OPCODE_DP2: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1162 bld_base->op_actions[TGSI_OPCODE_DP2] = dp2_action; in lp_set_default_actions()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 580 case TGSI_OPCODE_DP2: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 583 case TGSI_OPCODE_DP2: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 291 case TGSI_OPCODE_DP2: in srcMask() 3354 case TGSI_OPCODE_DP2: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 545 case TGSI_OPCODE_DP2: in translate_opcode() 5454 case TGSI_OPCODE_DP2: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 2811 case TGSI_OPCODE_DP2: in svga_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 6821 case TGSI_OPCODE_DP2: in tgsi_dp() 10321 [TGSI_OPCODE_DP2] = { ALU_OP2_DOT4_IEEE, tgsi_dp}, 10519 [TGSI_OPCODE_DP2] = { ALU_OP2_DOT4_IEEE, tgsi_dp}, 10741 [TGSI_OPCODE_DP2] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3337 case TGSI_OPCODE_DP2: in iter_instruction()
|