| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 95 OP12(DP2)
|
| H A D | tgsi_info_opcodes.h | 72 OPCODE(1, 2, REPL, DP2)
|
| H A D | tgsi_lowering.c | 793 * 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 D | tgsi_opcode_tmp.h | 100 OP12(DP2)
|
| H A D | tgsi_info_opcodes.h | 72 OPCODE(1, 2, REPL, DP2)
|
| H A D | tgsi_lowering.c | 794 * 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 D | etnaviv_compiler_nir_emit.c | 67 OP(fdot2, DP2, 0_1_X), OP(fdot3, DP3, 0_1_X), OP(fdot4, DP4, 0_1_X),
|
| H A D | etnaviv_disasm.c | 521 OPC(DP2),
|
| H A D | etnaviv_compiler_tgsi.c | 1796 INSTR(DP2, trans_instr, .opc = INST_OPCODE_DP2, .src = {0, 1, -1}),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disasm.c | 516 OPC(DP2),
|
| H A D | etnaviv_compiler.c | 1752 INSTR(DP2, trans_instr, .opc = INST_OPCODE_DP2, .src = {0, 1, -1}),
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_builder.h | 409 ALU2(DP2)
|
| H A D | brw_fs_builder.h | 574 ALU2(DP2)
|
| H A D | brw_eu.h | 221 ALU2(DP2)
|
| H A D | brw_eu_emit.c | 993 ALU2(DP2)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_builder.h | 408 ALU2(DP2)
|
| H A D | brw_fs_builder.h | 615 ALU2(DP2)
|
| H A D | brw_eu.h | 263 ALU2(DP2)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_gram.y | 388 %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 D | brw_eu.h | 2067 ALU2(DP2);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen8_eu.c | 855 ALU2(DP2);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| H A D | brw_eu.h | 2067 ALU2(DP2);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen8_eu.c | 855 ALU2(DP2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.c | 3035 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 D | lp_bld_arit.c | 2924 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);
|