Searched refs:pQueue (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 129 …d GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
|
D | driver.cpp | 1060 VkQueue* pQueue) { in GetDeviceQueue() argument 1063 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1064 SetData(*pQueue, data); in GetDeviceQueue()
|
D | api_gen.cpp | 299 …d GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 695 … GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in GetDeviceQueue() argument 696 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1315 …kGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in vkGetDeviceQueue() argument 1316 vulkan::api::GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 48 …d GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4609 VkQueue* pQueue) { 4613 pQueue[0] = queue
|