Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlinker.cpp1190 int *InterfaceBlockStageIndex[MESA_SHADER_STAGES]; in interstage_cross_validate_uniform_blocks() local
1211 InterfaceBlockStageIndex[i] = new int[max_num_buffer_blocks]; in interstage_cross_validate_uniform_blocks()
1213 InterfaceBlockStageIndex[i][j] = -1; in interstage_cross_validate_uniform_blocks()
1237 delete[] InterfaceBlockStageIndex[k]; in interstage_cross_validate_uniform_blocks()
1248 InterfaceBlockStageIndex[i][index] = j; in interstage_cross_validate_uniform_blocks()
1257 int stage_index = InterfaceBlockStageIndex[i][j]; in interstage_cross_validate_uniform_blocks()
1273 delete[] InterfaceBlockStageIndex[i]; in interstage_cross_validate_uniform_blocks()