Lines Matching refs:m_storage

251 		, m_storage	(storage)
257 const glu::Storage m_storage;
504 variable.storage = qualifier->m_storage;
509 interfaceBlock.storage = qualifier->m_storage;
1145 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage);
1146 structureDescriptor << "\n\tdeclared as " << glu::getStorageName(storageDef->m_storage);
1435 const glu::Storage m_storage;
1442 , m_storage (storage)
1467 precedingInterfaceBlock.storage = m_storage;
1473 if (m_storage == glu::STORAGE_BUFFER)
1487 targetInterfaceBlock.storage = m_storage;
1517 if (m_storage == glu::STORAGE_BUFFER)
1529 trailingInterfaceBlock.storage = m_storage;
1561 const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) :
1562 (m_storage == glu::STORAGE_BUFFER) ? (PROGRAMINTERFACE_SHADER_STORAGE_BLOCK) :
1565 const glw::GLenum programMemberInterfaceValue = (m_storage == glu::STORAGE_UNIFORM) ? (GL_UNIFORM) :
1566 (m_storage == glu::STORAGE_BUFFER) ? (GL_BUFFER_VARIABLE) :
1831 const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) :
1832 (m_storage == glu::STORAGE_BUFFER) ? (PROGRAMINTERFACE_SHADER_STORAGE_BLOCK) :
1895 m_program->getShaders()[0]->getDefaultBlock().interfaceBlocks[interfaceNdx].storage == m_storage)
4369 const glu::Storage m_storage;
4374 , m_storage (storage)
4385 generateBufferBackedInterfaceResourceBasicBlockTypes(m_context, blockGroup, m_storage, generateBufferBackedInterfaceResourceListCase);
4392 generateBufferBackedInterfaceResourceActiveVariablesCase(m_context, blockGroup, m_storage);
4399 generateBufferBackedInterfaceResourceBufferBindingCases(m_context, blockGroup, m_storage);
4406 generateBufferBackedInterfaceResourceBufferDataSizeCases(m_context, blockGroup, m_storage);
4413 generateBufferBackedInterfaceResourceBasicBlockTypes(m_context, blockGroup, m_storage, generateBufferBackedInterfaceNameLengthCase);
4421 if (m_storage == glu::STORAGE_UNIFORM)
4423 else if (m_storage == glu::STORAGE_BUFFER)