Searched refs:AVX (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_cpu.c70 features |= AVX;
112 if (features & AVX)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_cpu.c70 features |= AVX;
112 if (features & AVX)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_128_avx2.inl28 // SIMD4 AVX (2) implementation
30 // Since this implementation inherits from the AVX (1) implementation,
31 // the only operations below ones that replace AVX (1) operations.
32 // Only 2 shifts and 2 gathers were introduced with AVX 2
H A Dsimdlib_256_avx512_core.inl28 // SIMD256 AVX (512) implementation for Core processors
30 // Since this implementation inherits from the AVX (2) implementation,
31 // the only operations below ones that replace AVX (2) operations.
H A Dsimdlib_128_avx512_core.inl28 // SIMD128 AVX (512) implementation
30 // Since this implementation inherits from the AVX (2) implementation,
31 // the only operations below ones that replace AVX (2) operations.
H A Dsimdlib_256_avx2.inl28 // SIMD256 AVX (2) implementation
30 // Since this implementation inherits from the AVX (1) implementation,
31 // the only operations below ones that replace AVX (1) operations.
H A Disa.hpp106 bool AVX(void) { return CPU_Rep.f_1_ECX_[28]; } function in class:InstructionSet
H A Dsimdlib_512_emu.inl28 // SIMD16 AVX (1) implementation
576 // Since the 256-bit AVX instructions use a 4-bit control field (instead
578 // AVX instructions for emulation.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/
H A Dopenswr.rst10 This rasterizer is x86 specific and requires AVX or above. The driver
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_128_avx2.inl28 // SIMD4 AVX (2) implementation
30 // Since this implementation inherits from the AVX (1) implementation,
31 // the only operations below ones that replace AVX (1) operations.
32 // Only 2 shifts and 2 gathers were introduced with AVX 2
H A Dsimdlib_256_avx512_core.inl28 // SIMD256 AVX (512) implementation for Core processors
30 // Since this implementation inherits from the AVX (2) implementation,
31 // the only operations below ones that replace AVX (2) operations.
H A Dsimdlib_128_avx512_core.inl28 // SIMD128 AVX (512) implementation
30 // Since this implementation inherits from the AVX (2) implementation,
31 // the only operations below ones that replace AVX (2) operations.
H A Dsimdlib_256_avx2.inl28 // SIMD256 AVX (2) implementation
30 // Since this implementation inherits from the AVX (1) implementation,
31 // the only operations below ones that replace AVX (1) operations.
H A Disa.hpp106 bool AVX(void) { return CPU_Rep.f_1_ECX_[28]; } function in class:InstructionSet
H A Dsimdlib_512_emu.inl28 // SIMD16 AVX (1) implementation
576 // Since the 256-bit AVX instructions use a 4-bit control field (instead
578 // AVX instructions for emulation.
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dopenswr.rst10 This rasterizer is x86 specific and requires AVX or above. The driver
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dknobs.h54 #define KNOB_ARCH_ISA AVX
55 #define KNOB_ARCH_STR "AVX"
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dusage.rst7 * An x86 processor with AVX or above
H A Dfaq.rst114 * If using an AMD processor with AVX or AVX2, it should work though
121 * Not without a lot of work. We make extensive use of AVX and AVX2
128 * Any x86 processor with at least AVX (introduced in the Intel
135 Does one build work on both AVX and AVX2?
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dusage.rst7 * An x86 processor with AVX or above
H A Dfaq.rst114 * If using an AMD processor with AVX or AVX2, it should work though
121 * Not without a lot of work. We make extensive use of AVX and AVX2
128 * Any x86 processor with at least AVX (introduced in the Intel
135 Does one build work on both AVX and AVX2?
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp49 AVX = 0, enumerator in enum:SwrJit::TargetArch
108 // AVX
203 else if (JM()->mArch.AVX())
205 mTarget = AVX;
209 SWR_ASSERT(false, "Unsupported AVX architecture.");
210 mTarget = AVX;
451 // Only need vperm emulation for AVX
452 SWR_ASSERT(arch == AVX);
492 if (arch == AVX)
494 // Full emulation for AVX
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
H A Dlower_x86.cpp53 AVX = 0, enumerator in enum:SwrJit::TargetArch
123 // AVX
200 else if (JM()->mArch.AVX())
202 mTarget = AVX;
206 SWR_ASSERT(false, "Unsupported AVX architecture.");
207 mTarget = AVX;
500 // Only need vperm emulation for AVX
501 SWR_ASSERT(arch == AVX);
559 if (arch == AVX)
561 // Full emulation for AVX
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.5.rst134 - gallivm: disable f16c when not using AVX
H A D17.1.6.rst87 - swr: don't forget to link AVX/AVX2 against pthreads

Completed in 14 milliseconds

12