Searched refs:m_prebuiltBinRegistry (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 197 vk::BinaryRegistryReader m_prebuiltBinRegistry; member in vkt::TestCaseExecutor 214 : m_prebuiltBinRegistry (testCtx.getArchive(), "vulkan/prebuilt") in TestCaseExecutor() 262 …gramInfo, vk::GlslSourceCollection::Iterator>(casePath, progIter, m_prebuiltBinRegistry, log, &m_p… in init() 286 …gramInfo, vk::HlslSourceCollection::Iterator>(casePath, progIter, m_prebuiltBinRegistry, log, &m_p… in init() 310 …ramInfo, vk::SpirVAsmCollection::Iterator>(casePath, asmIterator, m_prebuiltBinRegistry, log, &m_p… in init()
|