Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_simd_selection.c66 const bool workgroup_size_variable = prog_data->local_size[0] == 0; in brw_simd_should_compile() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.h228 unsigned workgroup_size_variable:1; member
Dd3d12_compiler.cpp1502 workgroup_size_variable(struct d3d12_context *ctx, in workgroup_size_variable() function
/third_party/mesa3d/src/compiler/
Dshader_info.h312 bool workgroup_size_variable:1; member