Searched refs:pQueue (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver.cpp | 900 VkQueue* pQueue) { in GetDeviceQueue() argument 903 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 904 SetData(*pQueue, data); in GetDeviceQueue()
|
D | driver.h | 122 …d GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
|
D | api_gen.cpp | 297 …d GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 678 … GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in GetDeviceQueue() argument 679 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1298 …kGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) { in vkGetDeviceQueue() argument 1299 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/include/vulkan/ |
D | vulkan.h | 2250 …kGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue); 2459 VkQueue* pQueue);
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2998 VkQueue* pQueue) { 3002 pQueue[0] = queue
|