Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlinker.cpp1219 struct gl_uniform_block **sh_blks; in interstage_cross_validate_uniform_blocks() local
1222 sh_blks = sh->Program->sh.ShaderStorageBlocks; in interstage_cross_validate_uniform_blocks()
1225 sh_blks = sh->Program->sh.UniformBlocks; in interstage_cross_validate_uniform_blocks()
1230 num_blks, sh_blks[j]); in interstage_cross_validate_uniform_blocks()
1234 "definitions\n", sh_blks[j]->Name); in interstage_cross_validate_uniform_blocks()
1262 struct gl_uniform_block **sh_blks = validate_ssbo ? in interstage_cross_validate_uniform_blocks() local
1266 blks[j].stageref |= sh_blks[stage_index]->stageref; in interstage_cross_validate_uniform_blocks()
1267 sh_blks[stage_index] = &blks[j]; in interstage_cross_validate_uniform_blocks()