Home | History | Annotate | Download | only in functional

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;
1148 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage);
1149 structureDescriptor << "\n\tdeclared as " << glu::getStorageName(storageDef->m_storage);
1438 const glu::Storage m_storage;
1445 , m_storage (storage)
1470 precedingInterfaceBlock.storage = m_storage;
1476 if (m_storage == glu::STORAGE_BUFFER)
1490 targetInterfaceBlock.storage = m_storage;
1520 if (m_storage == glu::STORAGE_BUFFER)
1532 trailingInterfaceBlock.storage = m_storage;
1564 const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) :
1565 (m_storage == glu::STORAGE_BUFFER) ? (PROGRAMINTERFACE_SHADER_STORAGE_BLOCK) :
1568 const glw::GLenum programMemberInterfaceValue = (m_storage == glu::STORAGE_UNIFORM) ? (GL_UNIFORM) :
1569 (m_storage == glu::STORAGE_BUFFER) ? (GL_BUFFER_VARIABLE) :
1834 const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) :
1835 (m_storage == glu::STORAGE_BUFFER) ? (PROGRAMINTERFACE_SHADER_STORAGE_BLOCK) :
1898 m_program->getShaders()[0]->getDefaultBlock().interfaceBlocks[interfaceNdx].storage == m_storage)
4372 const glu::Storage m_storage;
4377 , m_storage (storage)
4388 generateBufferBackedInterfaceResourceBasicBlockTypes(m_context, blockGroup, m_storage, generateBufferBackedInterfaceResourceListCase);
4395 generateBufferBackedInterfaceResourceActiveVariablesCase(m_context, blockGroup, m_storage);
4402 generateBufferBackedInterfaceResourceBufferBindingCases(m_context, blockGroup, m_storage);
4409 generateBufferBackedInterfaceResourceBufferDataSizeCases(m_context, blockGroup, m_storage);
4416 generateBufferBackedInterfaceResourceBasicBlockTypes(m_context, blockGroup, m_storage, generateBufferBackedInterfaceNameLengthCase);
4424 if (m_storage == glu::STORAGE_UNIFORM)
4426 else if (m_storage == glu::STORAGE_BUFFER)