Home
last modified time | relevance | path

Searched refs:m_createInstanceMap (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp395 #define MAPENTRY(from_,to_) m_createInstanceMap[{from_,to_}] = &GPQCase::createInstance<from_,to_>
412 CreateInstanceMap m_createInstanceMap; member in vkt::synchronization::__anon28813::GPQCase
421 , m_createInstanceMap () in GPQCase()
449 return (this->*(m_createInstanceMap.at(key)))(context); in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp442 #define MAPENTRY(from_,to_) m_createInstanceMap[{from_,to_}] = &GPQCase::createInstance<from_,to_>
460 CreateInstanceMap m_createInstanceMap; member in vkt::synchronization::__anon29962::GPQCase
470 , m_createInstanceMap () in GPQCase()
498 return (this->*(m_createInstanceMap.at(key)))(context); in createInstance()

Completed in 5 milliseconds