• Home
  • Raw
  • Download

Lines Matching refs:m_storage

304 		, m_storage	(storage)  in StorageQualifier()
310 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon93215e200111::ResourceDefinition::StorageQualifier
595 variable.storage = qualifier->m_storage; in generateProgramDefinitionFromResource()
600 interfaceBlock.storage = qualifier->m_storage; in generateProgramDefinitionFromResource()
1204 if (storageDef->m_storage == glu::STORAGE_PATCH_IN || in genTestCaseName()
1205 storageDef->m_storage == glu::STORAGE_PATCH_OUT) in genTestCaseName()
1381 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription()
1382 … structureDescriptor << "\n\tdeclared as \"" << glu::getStorageName(storageDef->m_storage) << "\""; in genMultilineDescription()
1671 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon93215e200111::InterfaceBlockBaseCase
1678 , m_storage (storage) in InterfaceBlockBaseCase()
1704 precedingInterfaceBlock.storage = m_storage; in init()
1710 if (m_storage == glu::STORAGE_BUFFER) in init()
1724 targetInterfaceBlock.storage = m_storage; in init()
1754 if (m_storage == glu::STORAGE_BUFFER) in init()
1766 trailingInterfaceBlock.storage = m_storage; in init()
1798 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTER… in iterate()
1799 (m_storage == glu::STORAGE_BUFFER) ? (PROGRAMINTERFACE_SHADER_STORAGE_BLOCK) : in iterate()
1802 …const glw::GLenum programMemberInterfaceValue = (m_storage == glu::STORAGE_UNIFORM) ? (GL_UNIF… in iterate()
1803 (m_storage == glu::STORAGE_BUFFER) ? (GL_BUFFER_VARIABLE) : in iterate()
2068 …const ProgramInterface programInterface = (m_storage == glu::STORAGE_UNIFORM) ? (PROGRAMINTERFA… in iterate()
2069 (m_storage == glu::STORAGE_BUFFER) ? (PROGRAMINTERFACE_SHADER_STORAGE_BLOCK) : in iterate()
2132 m_program->getShaders()[0]->getDefaultBlock().interfaceBlocks[interfaceNdx].storage == m_storage) in getBlockMinDataSize()
4869 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon93215e200111::BufferBackedBlockInterfaceTestGroup
4874 , m_storage (storage) in BufferBackedBlockInterfaceTestGroup()
4887 …kedInterfaceResourceBasicBlockTypes(m_context, blockGroup, glslVersion, m_storage, generateBufferB… in init()
4894 generateBufferBackedInterfaceResourceActiveVariablesCase(m_context, blockGroup, m_storage); in init()
4901 …rateBufferBackedInterfaceResourceBufferBindingCases(m_context, blockGroup, glslVersion, m_storage); in init()
4908 generateBufferBackedInterfaceResourceBufferDataSizeCases(m_context, blockGroup, m_storage); in init()
4915 …kedInterfaceResourceBasicBlockTypes(m_context, blockGroup, glslVersion, m_storage, generateBufferB… in init()
4923 if (m_storage == glu::STORAGE_UNIFORM) in init()
4925 else if (m_storage == glu::STORAGE_BUFFER) in init()