Searched refs:sh_blks (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_link_uniform_blocks.c246 struct gl_uniform_block **sh_blks; local in function:nir_interstage_cross_validate_uniform_blocks
249 sh_blks = sh->Program->sh.ShaderStorageBlocks;
252 sh_blks = sh->Program->sh.UniformBlocks;
257 num_blks, sh_blks[j]);
262 "definitions\n", sh_blks[j]->Binding);
289 struct gl_uniform_block **sh_blks = block_type == BLOCK_SSBO ? local in function:nir_interstage_cross_validate_uniform_blocks
293 blks[j].stageref |= sh_blks[stage_index]->stageref;
294 sh_blks[stage_index] = &blks[j];
H A Dlinker.cpp1266 struct gl_uniform_block **sh_blks; local in function:interstage_cross_validate_uniform_blocks
1269 sh_blks = sh->Program->sh.ShaderStorageBlocks;
1272 sh_blks = sh->Program->sh.UniformBlocks;
1277 num_blks, sh_blks[j]);
1281 "definitions\n", sh_blks[j]->Name);
1309 struct gl_uniform_block **sh_blks = validate_ssbo ? local in function:interstage_cross_validate_uniform_blocks
1313 blks[j].stageref |= sh_blks[stage_index]->stageref;
1314 sh_blks[stage_index] = &blks[j];
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp1225 struct gl_uniform_block **sh_blks; local in function:interstage_cross_validate_uniform_blocks
1228 sh_blks = sh->Program->sh.ShaderStorageBlocks;
1231 sh_blks = sh->Program->sh.UniformBlocks;
1236 num_blks, sh_blks[j]);
1240 "definitions\n", sh_blks[j]->Name);
1268 struct gl_uniform_block **sh_blks = validate_ssbo ? local in function:interstage_cross_validate_uniform_blocks
1272 blks[j].stageref |= sh_blks[stage_index]->stageref;
1273 sh_blks[stage_index] = &blks[j];

Completed in 15 milliseconds