Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp6377 const unsigned channels_per_grf = inst->exec_size / in get_fpu_lowered_simd_width() local
6385 if (channels_per_grf != (exec_type_size == 8 ? 4 : 8)) in get_fpu_lowered_simd_width()
6386 max_width = MIN2(max_width, channels_per_grf); in get_fpu_lowered_simd_width()