Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/elk/
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
/external/mesa3d/src/intel/compiler/
Dbrw_simd_selection.cpp87 const bool workgroup_size_variable = cs_prog_data && cs_prog_data->local_size[0] == 0; in brw_simd_should_compile() local
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.h279 unsigned workgroup_size_variable:1; member
Dd3d12_compiler.cpp1691 workgroup_size_variable(struct d3d12_context *ctx, in workgroup_size_variable() function
/external/mesa3d/src/compiler/
Dshader_info.h344 bool workgroup_size_variable:1; member