Searched refs:DP2 (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h95 OP12(DP2)
H A Dtgsi_info_opcodes.h72 OPCODE(1, 2, REPL, DP2)
H A Dtgsi_lowering.c793 * DP2 - 2-component Dot Product
800 * translation for DP2 using vector instructions.
1476 OPCS(DP2) ||
1528 if (OPCS(DP2)) {
1529 newlen += DP2_GROW * OPCS(DP2);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h100 OP12(DP2)
H A Dtgsi_info_opcodes.h72 OPCODE(1, 2, REPL, DP2)
H A Dtgsi_lowering.c794 * DP2 - 2-component Dot Product
801 * translation for DP2 using vector instructions.
1476 OPCS(DP2) ||
1528 if (OPCS(DP2)) {
1529 newlen += DP2_GROW * OPCS(DP2);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c67 OP(fdot2, DP2, 0_1_X), OP(fdot3, DP3, 0_1_X), OP(fdot4, DP4, 0_1_X),
H A Detnaviv_disasm.c521 OPC(DP2),
H A Detnaviv_compiler_tgsi.c1796 INSTR(DP2, trans_instr, .opc = INST_OPCODE_DP2, .src = {0, 1, -1}),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c516 OPC(DP2),
H A Detnaviv_compiler.c1752 INSTR(DP2, trans_instr, .opc = INST_OPCODE_DP2, .src = {0, 1, -1}),
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_builder.h409 ALU2(DP2)
H A Dbrw_fs_builder.h574 ALU2(DP2)
H A Dbrw_eu.h221 ALU2(DP2)
H A Dbrw_eu_emit.c993 ALU2(DP2)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_builder.h408 ALU2(DP2)
H A Dbrw_fs_builder.h615 ALU2(DP2)
H A Dbrw_eu.h263 ALU2(DP2)
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y388 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH
770 | DP2
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.h2067 ALU2(DP2);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen8_eu.c855 ALU2(DP2);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.h2067 ALU2(DP2);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen8_eu.c855 ALU2(DP2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3035 LLVMValueRef DP2 = lp_build_const_vec(gallivm, bld->type, -2.4187564849853515625e-4); local in function:lp_build_sin_or_cos
3040 * x = ((x - y * DP1) - y * DP2) - y * DP3;
3043 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2924 LLVMValueRef DP2 = lp_build_const_vec(gallivm, bld->type, -2.4187564849853515625e-4); local in function:lp_build_sin_or_cos
2929 * x = ((x - y * DP1) - y * DP2) - y * DP3;
2932 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1);

Completed in 56 milliseconds

12