Home
last modified time | relevance | path

Searched refs:pQueue (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver.h147 VkQueue* pQueue);
150 VkQueue* pQueue);
Ddriver.cpp1625 VkQueue* pQueue) { in GetDeviceQueue() argument
1630 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
1631 SetData(*pQueue, data); in GetDeviceQueue()
1636 VkQueue* pQueue) { in GetDeviceQueue2() argument
1641 data.driver.GetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2()
1642 if (*pQueue != VK_NULL_HANDLE) SetData(*pQueue, data); in GetDeviceQueue2()
Ddriver_gen.cpp157 …id checkedGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in checkedGetDeviceQueue2() argument
159 GetDeviceQueue2(device, pQueueInfo, pQueue); in checkedGetDeviceQueue2()
Dapi_gen.cpp411 …d GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
575 …_ATTR void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
994 … GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in GetDeviceQueue() argument
995 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
1650 …ATTR void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in GetDeviceQueue2() argument
1651 GetData(device).dispatch.GetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2()
1951 …kGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in vkGetDeviceQueue() argument
1952 vulkan::api::GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
2771 …TR void vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in vkGetDeviceQueue2() argument
2772 vulkan::api::GetDeviceQueue2(device, pQueueInfo, pQueue); in vkGetDeviceQueue2()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h49 …d GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
208 …_ATTR void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue);
Dnull_driver.cpp1569 void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in GetDeviceQueue2() argument