Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp484 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
DvkNullDriver.cpp1191 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1299 void QueueFamily::getDeviceQueue(VkDevice device, in getDeviceQueue() function in rx::vk::QueueFamily
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFunctionPointers.inl6 GetDeviceQueueFunc getDeviceQueue; variable
DvkDeviceDriverImpl.inl15 void DeviceDriver::getDeviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex,… function in DeviceDriver