Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlinker.cpp1203 int *InterfaceBlockStageIndex[MESA_SHADER_STAGES]; in interstage_cross_validate_uniform_blocks() local
1224 InterfaceBlockStageIndex[i] = new int[max_num_buffer_blocks]; in interstage_cross_validate_uniform_blocks()
1226 InterfaceBlockStageIndex[i][j] = -1; in interstage_cross_validate_uniform_blocks()
1250 delete[] InterfaceBlockStageIndex[k]; in interstage_cross_validate_uniform_blocks()
1261 InterfaceBlockStageIndex[i][index] = j; in interstage_cross_validate_uniform_blocks()
1270 int stage_index = InterfaceBlockStageIndex[i][j]; in interstage_cross_validate_uniform_blocks()
1286 delete[] InterfaceBlockStageIndex[i]; in interstage_cross_validate_uniform_blocks()