Lines Matching refs:isInterfaceBlock

148 		if (path[pathNdx].isInterfaceBlock())  in getMatrixOrderFromPath()
526 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
580 if (!firstComponent.isInterfaceBlock()) in validateSingleVariable()
656 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
690 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
874 …const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()… in getExplicitLocationFromPath()
876 …if (path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_U… in getExplicitLocationFromPath()
881 …else if (path.front().isInterfaceBlock() && (path.front().getInterfaceBlock()->storage == glu::STO… in getExplicitLocationFromPath()
912 …const bool isUniformBlockVariable = path.front().isInterfaceBlock() && path.front().getInterface… in validateSingleVariable()
915 …const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlo… in validateSingleVariable()
1101 …const bool isBufferBackedBlockStorage = path.front().isInterfaceBlock() && isBufferBackedInterface… in validateSingleVariable()
1334 …DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STO… in validateSingleVariable()
1383 …DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STO… in validateSingleVariable()
1656 …const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock(… in validateSingleVariable()