Home
last modified time | relevance | path

Searched refs:isArrayedInterface (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp912 static bool isArrayedInterface(ProgramInterface interface, uint32_t stageBits);
1260 arrayedInterface = isArrayedInterface(interface, (1u << shaderDef->m_type)); in genTestCaseName()
1269 arrayedInterface = isArrayedInterface(interface, shaderDef->getReferencingMask()); in genTestCaseName()
1299 bool ResourceListTestCase::isArrayedInterface(ProgramInterface interface, uint32_t stageBits) in isArrayedInterface() function in deqp::gles31::Functional::__anonef1c9bed0111::ResourceListTestCase