Home | History | Annotate | Download | only in functional

Lines Matching full:m_storage

304 		, m_storage	(storage)
310 const glu::Storage m_storage;
595 variable.storage = qualifier->m_storage;
600 interfaceBlock.storage = qualifier->m_storage;
1204 if (storageDef->m_storage == glu::STORAGE_PATCH_IN ||
1205 storageDef->m_storage == glu::STORAGE_PATCH_OUT)
1381 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage);
1382 structureDescriptor << "\n\tdeclared as \"" << glu::getStorageName(storageDef->m_storage) << "\"";
1671 const glu::Storage m_storage;
1678 , m_storage (storage)
1704 precedingInterfaceBlock.storage = m_storage;
1710 if (m_storage == glu::STORAGE_BUFFER)
1724 targetInterfaceBlock.storage = m_storage;
1754 if (m_storage == glu::STORAGE_BUFFER)
1766 trailingInterfaceBlock.storage = m_storage;
1798 const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) :
1799 (m_storage == glu::STORAGE_BUFFER) ? (PROGRAMINTERFACE_SHADER_STORAGE_BLOCK) :
1802 const glw::GLenum programMemberInterfaceValue = (m_storage == glu::STORAGE_UNIFORM) ? (GL_UNIFORM) :
1803 (m_storage == glu::STORAGE_BUFFER) ? (GL_BUFFER_VARIABLE) :
2068 const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFACE_UNIFORM_BLOCK) :
2069 (m_storage == glu::STORAGE_BUFFER) ? (PROGRAMINTERFACE_SHADER_STORAGE_BLOCK) :
2132 m_program->getShaders()[0]->getDefaultBlock().interfaceBlocks[interfaceNdx].storage == m_storage)
4869 const glu::Storage m_storage;
4874 , m_storage (storage)
4887 generateBufferBackedInterfaceResourceBasicBlockTypes(m_context, blockGroup, glslVersion, m_storage, generateBufferBackedInterfaceResourceListCase);
4894 generateBufferBackedInterfaceResourceActiveVariablesCase(m_context, blockGroup, m_storage);
4901 generateBufferBackedInterfaceResourceBufferBindingCases(m_context, blockGroup, glslVersion, m_storage);
4908 generateBufferBackedInterfaceResourceBufferDataSizeCases(m_context, blockGroup, m_storage);
4915 generateBufferBackedInterfaceResourceBasicBlockTypes(m_context, blockGroup, glslVersion, m_storage, generateBufferBackedInterfaceNameLengthCase);
4923 if (m_storage == glu::STORAGE_UNIFORM)
4925 else if (m_storage == glu::STORAGE_BUFFER)