Searched refs:queueIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 122 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ…
|
D | driver.cpp | 837 uint32_t queueIndex, in GetDeviceQueue() argument 841 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
|
D | api_gen.cpp | 297 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ… 678 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ… in GetDeviceQueue() argument 679 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1298 VKAPI_ATTR void vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, V… in vkGetDeviceQueue() argument 1299 vulkan::api::GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 48 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ…
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 2250 …vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue… 2458 uint32_t queueIndex,
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2997 u32 queueIndex,
|