Home
last modified time | relevance | path

Searched defs:getDeviceQueue (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp484 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
DvkDeviceFunctionPointers.inl7 GetDeviceQueueFunc getDeviceQueue; variable
DvkNullDriver.cpp1191 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
DvkDeviceDriverImpl.inl16 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,… function in DeviceDriver
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1332 void QueueFamily::getDeviceQueue(VkDevice device, in getDeviceQueue() function in rx::vk::QueueFamily