• Home
  • Raw
  • Download

Lines Matching refs:getInterfaceBlock

149 			matOrder = path[pathNdx].getInterfaceBlock()->layout.matrixOrder;  in getMatrixOrderFromPath()
529 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
605 …const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFOR… in validateSingleVariable()
606 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable()
609 …r<char> nameBuffer (firstComponent.getInterfaceBlock()->interfaceName.size() + 3 * firstComponent… in validateSingleVariable()
620 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable()
621 …for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.getInterfaceBlock()->dimensions.size… in validateSingleVariable()
659 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
693 …terfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage); in validateSingleVariable()
854 const glu::InterfaceBlock* block = path.front().getInterfaceBlock(); in getIOBlockVariableLocation()
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()
885 path.front().getInterfaceBlock()->storage == glu::STORAGE_OUT || in getExplicitLocationFromPath()
886 path.front().getInterfaceBlock()->storage == glu::STORAGE_PATCH_IN || in getExplicitLocationFromPath()
887 path.front().getInterfaceBlock()->storage == glu::STORAGE_PATCH_OUT)) in getExplicitLocationFromPath()
915 …formBlockVariable = path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage =… in validateSingleVariable()
918 …age storage = (path.front().isInterfaceBlock()) ? (path.front().getInterfaceBlock()->storage) … in validateSingleVariable()
1104 …InterfaceBlock() && isBufferBackedInterfaceBlockStorage(path.front().getInterfaceBlock()->storage); 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()