Searched refs:get_fpu_lowered_simd_width (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_lower_simd_width.cpp | 54 get_fpu_lowered_simd_width(const fs_visitor *shader, in get_fpu_lowered_simd_width() function 289 return get_fpu_lowered_simd_width(shader, inst); in brw_get_lowered_simd_width() 325 return get_fpu_lowered_simd_width(shader, inst); in brw_get_lowered_simd_width() 420 get_fpu_lowered_simd_width(shader, inst) : in brw_get_lowered_simd_width() 423 get_fpu_lowered_simd_width(shader, inst)); in brw_get_lowered_simd_width()
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_fs.cpp | 4275 get_fpu_lowered_simd_width(const elk_fs_visitor *shader, in get_fpu_lowered_simd_width() function 4585 return get_fpu_lowered_simd_width(shader, inst); in get_lowered_simd_width() 4601 return MIN2(max_width, get_fpu_lowered_simd_width(shader, inst)); in get_lowered_simd_width() 4610 get_fpu_lowered_simd_width(shader, inst)); in get_lowered_simd_width() 4646 return get_fpu_lowered_simd_width(shader, inst); in get_lowered_simd_width() 4707 get_fpu_lowered_simd_width(shader, inst)); in get_lowered_simd_width() 4799 get_fpu_lowered_simd_width(shader, inst) : in get_lowered_simd_width() 4802 get_fpu_lowered_simd_width(shader, inst)); in get_lowered_simd_width()
|
/external/mesa3d/docs/relnotes/ |
D | 23.3.0.rst | 2951 - intel/fs/xe2+: Allow increased SIMD width for various get_fpu_lowered_simd_width() restrictions.
|