Home | History | Annotate | Download | only in functional

Lines Matching refs:STORAGE_BUFFER

72 	return storage == glu::STORAGE_BUFFER || storage == glu::STORAGE_UNIFORM;
603 (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) :
1334 DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_BUFFER);
1383 DE_ASSERT(path.front().isInterfaceBlock() && path.front().getInterfaceBlock()->storage == glu::STORAGE_BUFFER);
1796 validStorageBits = (1u << glu::STORAGE_BUFFER);
1861 validStorageBits = (1u << glu::STORAGE_BUFFER);
2243 const glu::Storage storage = (m_queryTarget.interface == PROGRAMINTERFACE_UNIFORM_BLOCK) ? (glu::STORAGE_UNIFORM) : (glu::STORAGE_BUFFER);
2363 const VariableSearchFilter variableFilter = VariableSearchFilter::createStorageFilter(glu::STORAGE_BUFFER);