Searched defs:getUniversalQueueFamilyIndex (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp212 deUint32 getUniversalQueueFamilyIndex (void) const { return m_universalQueueFamilyIndex; } function in class:vkt::DefaultDevice
304 deUint32 Context::getUniversalQueueFamilyIndex (void) const { return m_device->getUniversalQueueFamilyIndex(); } function in class:vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp112 deUint32 getUniversalQueueFamilyIndex (void) const function in class:vkt::api::__anon3713::BufferTestInstance
117 return m_context.getUniversalQueueFamilyIndex();
215 const deUint32 queueFamilyIndex = getUniversalQueueFamilyIndex();

Completed in 127 milliseconds