Lines Matching refs:getInterfaceBlock
149 matOrder = path[pathNdx].getInterfaceBlock()->layout.matrixOrder; in getMatrixOrderFromPath()
528 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
604 …const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFOR… in validateSingleVariable()
605 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable()
608 …r<char> nameBuffer (firstComponent.getInterfaceBlock()->interfaceName.size() + 3 * firstComponent… in validateSingleVariable()
619 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable()
620 …for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.getInterfaceBlock()->dimensions.size… in validateSingleVariable()
658 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
692 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
853 const glu::InterfaceBlock* block = path.front().getInterfaceBlock(); in getIOBlockVariableLocation()
878 …if (path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_U… in getExplicitLocationFromPath()
883 …else if (path.front().isInterfaceBlock() && (path.front().getInterfaceBlock()->storage == glu::STO… in getExplicitLocationFromPath()
884 path.front().getInterfaceBlock()->storage == glu::STORAGE_OUT || in getExplicitLocationFromPath()
885 path.front().getInterfaceBlock()->storage == glu::STORAGE_PATCH_IN || in getExplicitLocationFromPath()
886 path.front().getInterfaceBlock()->storage == glu::STORAGE_PATCH_OUT)) in getExplicitLocationFromPath()
914 …formBlockVariable = path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage =… in validateSingleVariable()
917 …age storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock()->storage) … in validateSingleVariable()
1103 …InterfaceBlock() && isBufferBackedInterfaceBlockStorage(path.front().getInterfaceBlock()->storage); in validateSingleVariable()
1336 …DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STO… in validateSingleVariable()
1385 …DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STO… in validateSingleVariable()
1658 …const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock(… in validateSingleVariable()