Searched refs:queueFamilyIndex (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 126 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ…
|
D | api_gen.cpp | 362 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ… 510 …alDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR… 836 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ… in GetDeviceQueue() argument 837 GetData(device).dispatch.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue() 1428 …alDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR… in GetPhysicalDeviceSurfaceSupportKHR() argument 1429 …Device).dispatch.GetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSu… in GetPhysicalDeviceSurfaceSupportKHR() 1588 VKAPI_ATTR void vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, V… in vkGetDeviceQueue() argument 1589 vulkan::api::GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue() 2333 …alDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR… in vkGetPhysicalDeviceSurfaceSupportKHR() argument 2334 …return vulkan::api::GetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, … in vkGetPhysicalDeviceSurfaceSupportKHR()
|
D | driver.cpp | 1312 uint32_t queueFamilyIndex, in GetDeviceQueue() argument 1319 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 365 commandPoolInfo.queueFamilyIndex = mGraphicsQueueIndex; in initialize()
|
/frameworks/native/vulkan/tools/ |
D | vkinfo.cpp | 177 .queueFamilyIndex = 0, in GatherGpuInfo()
|
/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/api/ |
D | vulkan.api | 3722 u32 queueFamilyIndex 4341 u32 queueFamilyIndex 5016 u32 queueFamilyIndex 8096 u32 queueFamilyIndex, 10242 u32 queueFamilyIndex, 10508 u32 queueFamilyIndex, 10528 u32 queueFamilyIndex, 10548 u32 queueFamilyIndex, 10577 u32 queueFamilyIndex) {
|