| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| qmd.h | 17 #define NVQMD_ENUM_8(X,drf,v0,v1,v2,v3,v4,v5,v6,v7) \ 24 [drf##_##v6] = #v6, \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/ |
| gtest-param-test.h | 376 T4 v4, T5 v5, T6 v6) { 377 return internal::ValueArray6<T1, T2, T3, T4, T5, T6>(v1, v2, v3, v4, v5, v6); 383 T4 v4, T5 v5, T6 v6, T7 v7) { 385 v6, v7); 391 T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8) { 393 v5, v6, v7, v8); 399 T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9) { 401 v4, v5, v6, v7, v8, v9); 407 T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10) { 409 v2, v3, v4, v5, v6, v7, v8, v9, v10) [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-arma64-neon-asm.S | 101 * v4, v5, v6, v7 - contain loaded destination pixels (if they are needed) 154 and put data into v6 - red, v7 - green, v30 - blue */ 156 shrn v6.8b, v4.8h, #8 159 sri v6.8b, v6.8b, #5 165 umull v10.8h, v3.8b, v6.8b 264 shrn v6.8b, v4.8h, #8 274 sri v6.8b, v6.8b, #5 284 umull v10.8h, v3.8b, v6.8 [all...] |
| pixman-arma64-neon-asm-bilinear.S | 561 v1, v11, v4, v5, v6, v7, v22, v23, \ 595 v6, v8, v9, v10 598 v6, v8, v9, v10, v23 600 bilinear_store_\()\dst_fmt 4, v6, v7 1014 xtn v6.8b, v0.8h 1018 vuzp v6.8b, v7.8b 1020 vuzp v6.8b, v7.8b 1030 uqadd v6.8b, v2.8b, v6.8b 1032 vuzp v6.8b, v7.8 [all...] |
| pixman-mmx.c | 2068 __m64 v1, v2, v3, v4, v5, v6, v7; local 2111 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7) 2160 "y" (v4), "y" (v5), "y" (v6), "y" (v7) 3350 __m64 v6 = ldq_u ((__m64 *)(s + 48)); 3358 *(__m64 *)(d + 48) = v6;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| gtest-param-util-generated.h | 185 ValueArray6(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) : v1_(v1), v2_(v2), 186 v3_(v3), v4_(v4), v5_(v5), v6_(v6) {} 212 ValueArray7(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) : v1_(v1), 213 v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7) {} 240 ValueArray8(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, 241 T8 v8) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), 270 ValueArray9(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, 271 T9 v9) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), 302 ValueArray10(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, 303 T10 v10) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_setup_analysis.c | 233 const_float4_ptr v6 = get_vert(vb, stride, 6); local 259 if (!test_rect(v6, v0, v3, v9))
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| panvk_private.h | 1036 case 6: panvk_arch_name(name, v6)(__VA_ARGS__); break; \ 1046 #define panvk_per_arch(name) panvk_arch_name(name, v6) 1062 #define panvk_per_arch(name) panvk_arch_name(name, v6)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| texcompress_astc.cpp | 1004 int v6 = v[6]; local 1070 e0 = uint8x4_t(v0, v2, v4, v6); 1074 e1 = blue_contract(v0, v2, v4, v6); 1081 bit_transfer_signed(v7, v6); 1083 e0 = uint8x4_t(v0, v2, v4, v6); 1084 e1 = uint8x4_t::clamped(v0+v1, v2+v3, v4+v5, v6+v7); 1086 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, v6+v7); 1087 e1 = blue_contract(v0, v2, v4, v6);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| texcompress_astc.cpp | 1003 int v6 = v[6]; local 1069 e0 = uint8x4_t(v0, v2, v4, v6); 1073 e1 = blue_contract(v0, v2, v4, v6); 1080 bit_transfer_signed(v7, v6); 1082 e0 = uint8x4_t(v0, v2, v4, v6); 1083 e1 = uint8x4_t::clamped(v0+v1, v2+v3, v4+v5, v6+v7); 1085 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, v6+v7); 1086 e1 = blue_contract(v0, v2, v4, v6);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| gen_pack.py | 196 fprintf(fp, "%*sFormat (v6): %s%s%s %s%s%s%s\\n", indent, "", \\
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_ir.h | 322 v6 = 6 | (1 << 5), member in struct:aco::RegClass 330 v6b = v6 | (1 << 7), 390 static constexpr RegClass v6{RegClass::v6};
|
| /xsrc/external/mit/MesaLib.old/src/intel/genxml/ |
| gen5_pack.h | 2763 const uint32_t v6 = local 2765 dw[6] = __gen_combine_address(data, &dw[6], values->IndirectObjectAccessUpperBound, v6);
|
| gen9_pack.h | 1774 const uint64_t v6 = local 1776 dw[6] = v6; 1777 dw[7] = v6 >> 32; 9988 const uint64_t v6 = local 9992 __gen_combine_address(data, &dw[6], values->DynamicStateBaseAddress, v6); 9994 dw[7] = (v6_address >> 32) | (v6 >> 32);
|
| gen7_pack.h | 914 const uint32_t v6 = local 921 dw[6] = __gen_combine_address(data, &dw[6], values->AuxiliarySurfaceBaseAddress, v6); 6341 const uint32_t v6 = local 6343 dw[6] = __gen_combine_address(data, &dw[6], values->GeneralStateAccessUpperBound, v6);
|
| gen75_pack.h | 1063 const uint32_t v6 = local 1070 dw[6] = __gen_combine_address(data, &dw[6], values->AuxiliarySurfaceBaseAddress, v6); 7637 const uint32_t v6 = local 7639 dw[6] = __gen_combine_address(data, &dw[6], values->GeneralStateAccessUpperBound, v6);
|
| gen6_pack.h | 4725 const uint32_t v6 = local 4727 dw[6] = __gen_combine_address(data, &dw[6], values->GeneralStateAccessUpperBound, v6);
|
| /xsrc/external/mit/MesaLib/src/intel/genxml/ |
| gen9_pack.h | 1790 const uint64_t v6 = local 1792 dw[6] = v6; 1793 dw[7] = v6 >> 32; 10004 const uint64_t v6 = local 10008 __gen_address(data, &dw[6], values->DynamicStateBaseAddress, v6, 12, 63); 10010 dw[7] = (v6_address >> 32) | (v6 >> 32);
|
| gen7_pack.h | 930 const uint32_t v6 = local 937 dw[6] = __gen_address(data, &dw[6], values->AuxiliarySurfaceBaseAddress, v6, 12, 31); 6357 const uint32_t v6 = local 6359 dw[6] = __gen_address(data, &dw[6], values->GeneralStateAccessUpperBound, v6, 12, 31);
|
| gen5_pack.h | 2777 const uint32_t v6 = local 2779 dw[6] = __gen_address(data, &dw[6], values->IndirectObjectAccessUpperBound, v6, 12, 31);
|
| gen75_pack.h | 1079 const uint32_t v6 = local 1086 dw[6] = __gen_address(data, &dw[6], values->AuxiliarySurfaceBaseAddress, v6, 12, 31); 7653 const uint32_t v6 = local 7655 dw[6] = __gen_address(data, &dw[6], values->GeneralStateAccessUpperBound, v6, 12, 31);
|
| gen6_pack.h | 4734 const uint32_t v6 = local 4736 dw[6] = __gen_address(data, &dw[6], values->GeneralStateAccessUpperBound, v6, 12, 31);
|
| gen10_pack.h | 10022 const uint64_t v6 = local 10026 __gen_combine_address(data, &dw[6], values->DynamicStateBaseAddress, v6); 10028 dw[7] = (v6_address >> 32) | (v6 >> 32);
|
| gen11_pack.h | 10595 const uint64_t v6 = local 10599 __gen_address(data, &dw[6], values->DynamicStateBaseAddress, v6, 12, 63); 10601 dw[7] = (v6_address >> 32) | (v6 >> 32);
|
| gen8_pack.h | 8452 const uint64_t v6 = local 8456 __gen_address(data, &dw[6], values->DynamicStateBaseAddress, v6, 12, 63); 8458 dw[7] = (v6_address >> 32) | (v6 >> 32);
|