Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.h145 VkQueue* pQueue);
148 VkQueue* pQueue);
Ddriver.cpp1387 VkQueue* pQueue) { in GetDeviceQueue() argument
1392 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
1393 SetData(*pQueue, data); in GetDeviceQueue()
1398 VkQueue* pQueue) { in GetDeviceQueue2() argument
1403 data.driver.GetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2()
1404 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);
993 … GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in GetDeviceQueue() argument
994 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
1649 …ATTR void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in GetDeviceQueue2() argument
1650 GetData(device).dispatch.GetDeviceQueue2(device, pQueueInfo, pQueue); in GetDeviceQueue2()
1950 …kGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in vkGetDeviceQueue() argument
1951 vulkan::api::GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
2770 …TR void vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in vkGetDeviceQueue2() argument
2771 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.cpp1547 void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in GetDeviceQueue2() argument