• Home
  • Raw
  • Download

Lines Matching refs:isInterfaceBlock

148 		if (path[pathNdx].isInterfaceBlock())  in getMatrixOrderFromPath()
529 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
583 if (!firstComponent.isInterfaceBlock()) in validateSingleVariable()
659 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
693 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
877 …const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()… in getExplicitLocationFromPath()
879 …if (path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_U… in getExplicitLocationFromPath()
884 …else if (path.front().isInterfaceBlock() && (path.front().getInterfaceBlock()->storage == glu::STO… in getExplicitLocationFromPath()
915 …const bool isUniformBlockVariable = path.front().isInterfaceBlock() && path.front().getInterface… in validateSingleVariable()
918 …const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlo… in validateSingleVariable()
1104 …const bool isBufferBackedBlockStorage = path.front().isInterfaceBlock() && isBufferBackedInterface… in validateSingleVariable()
1337 …DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STO… in validateSingleVariable()
1386 …DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STO… in validateSingleVariable()
1659 …const glu::Storage storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock(… in validateSingleVariable()