Searched refs:total_shader_storage_blocks (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker_util.cpp183 unsigned total_shader_storage_blocks = 0; local in function:link_util_check_uniform_resources
219 total_shader_storage_blocks += sh->Program->info.num_ssbos;
228 if (total_shader_storage_blocks > ctx->Const.MaxCombinedShaderStorageBlocks) {
230 total_shader_storage_blocks,
H A Dgl_nir_linker.c634 unsigned total_shader_storage_blocks = 0; local in function:check_image_resources
645 total_shader_storage_blocks += sh->Program->info.num_ssbos;
658 if (total_image_units + fragment_outputs + total_shader_storage_blocks >
H A Dlinker.cpp3414 unsigned total_shader_storage_blocks = 0; local in function:check_image_resources
3424 total_shader_storage_blocks += sh->Program->info.num_ssbos;
3440 if (total_image_units + fragment_outputs + total_shader_storage_blocks >
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp3313 unsigned total_shader_storage_blocks = 0; local in function:check_resources
3355 total_shader_storage_blocks += sh->Program->info.num_ssbos;
3380 if (total_shader_storage_blocks > ctx->Const.MaxCombinedShaderStorageBlocks) {
3382 total_shader_storage_blocks,
3465 unsigned total_shader_storage_blocks = 0; local in function:check_image_resources
3481 total_shader_storage_blocks += sh->Program->info.num_ssbos;
3497 if (total_image_units + fragment_outputs + total_shader_storage_blocks >

Completed in 36 milliseconds