Lines Matching refs:STORAGE_OUT
57 case glu::STORAGE_OUT: in getProgramDefaultBlockInterfaceFromStorage()
882 path.front().getInterfaceBlock()->storage == glu::STORAGE_OUT || in getExplicitLocationFromPath()
895 varDecl->storage == glu::STORAGE_OUT || in getExplicitLocationFromPath()
917 …const bool isOutputVariable = (storage == glu::STORAGE_OUT || storage == glu::STORAGE_PATCH_OUT… in validateSingleVariable()
1458 …ilter::createShaderTypeStorageFilter(getProgramTransformFeedbackStage(program), glu::STORAGE_OUT))) in validate()
1483 …ilter::createShaderTypeStorageFilter(getProgramTransformFeedbackStage(program), glu::STORAGE_OUT))) in validate()
1781 validStorageBits = (1u << glu::STORAGE_OUT) | (1u << glu::STORAGE_PATCH_OUT); in isInterfaceBlockInterfaceName()
1786 validStorageBits = (1u << glu::STORAGE_OUT); in isInterfaceBlockInterfaceName()
1846 validStorageBits = (1u << glu::STORAGE_OUT) | (1u << glu::STORAGE_PATCH_OUT); in getInterfaceBlockInteraceNameByMember()
1851 validStorageBits = (1u << glu::STORAGE_OUT); in getInterfaceBlockInteraceNameByMember()
2296 …st glu::Storage varyingStorage = (isInputCase) ? (glu::STORAGE_IN) : (glu::STORAGE_OUT); in iterate()