Home
last modified time | relevance | path

Searched refs:simd16 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D17.2.6.rst156 - swr/rast: Use gather instruction for i32gather_ps on simd16/avx512
157 - swr/rast: Faster emulated simd16 permute
D9.1.3.rst119 - i965/fs: Clean up the setup of gen4 simd16 message destinations.
D19.0.0.rst1104 - intel/compiler: fix node interference of simd16 instructions
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp10350 static const unsigned simd16 = 1 << 1; in brw_cs_simd_size_for_group_size() local
10362 if ((mask & simd16) && (~cs_prog_data->prog_spilled & simd16)) in brw_cs_simd_size_for_group_size()
10367 if ((mask & simd16) && group_size <= 16 * max_threads) in brw_cs_simd_size_for_group_size()