Home
last modified time | relevance | path

Searched defs:workgroup_size_variable (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_simd_selection.cpp85 const bool workgroup_size_variable = cs_prog_data && cs_prog_data->local_size[0] == 0; in elk_simd_should_compile() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_simd_selection.cpp95 const bool workgroup_size_variable = cs_prog_data && cs_prog_data->local_size[0] == 0; in brw_simd_should_compile() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
H A Dnir.rs355 pub fn workgroup_size_variable(&self) -> bool { in workgroup_size_variable() method
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1542 workgroup_size_variable(struct d3d12_context *ctx, in workgroup_size_variable() function
H A Dd3d12_compiler.h272 unsigned workgroup_size_variable:1; member
/aosp_15_r20/external/mesa3d/src/compiler/
H A Dshader_info.h249 bool workgroup_size_variable:1; member