Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_cs_intrinsics.c33 unsigned local_workgroup_size; member
61 if (state->local_workgroup_size <= state->dispatch_width) in lower_cs_intrinsics_convert_block()
143 state.local_workgroup_size = nir->info.cs.local_size[0] * in brw_nir_lower_cs_intrinsics()
Dbrw_fs.cpp7029 unsigned local_workgroup_size = in brw_compile_cs() local
7034 DIV_ROUND_UP(local_workgroup_size, compiler->devinfo->max_cs_threads); in brw_compile_cs()