Searched refs:queueFamilyIndex (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 1422 uint32_t queueFamilyIndex; member 2067 uint32_t queueFamilyIndex; member 2250 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t… 2457 uint32_t queueFamilyIndex, 3241 …lDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR… 3254 uint32_t queueFamilyIndex, 3525 …ibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy… 3536 uint32_t queueFamilyIndex, 3561 …cbPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, xcb_connecti… 3572 uint32_t queueFamilyIndex, [all …]
|
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 122 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ…
|
D | driver.cpp | 836 uint32_t queueFamilyIndex, 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… 418 …alDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR… 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() 1162 …alDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR… in GetPhysicalDeviceSurfaceSupportKHR() argument 1163 …Device).dispatch.GetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSu… in GetPhysicalDeviceSurfaceSupportKHR() 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() 1903 …alDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR… in vkGetPhysicalDeviceSurfaceSupportKHR() argument 1904 …return vulkan::api::GetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, … in vkGetPhysicalDeviceSurfaceSupportKHR()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1470 u32 queueFamilyIndex 2089 u32 queueFamilyIndex 2996 u32 queueFamilyIndex, 4907 u32 queueFamilyIndex, 5137 u32 queueFamilyIndex, 5157 u32 queueFamilyIndex, 5177 u32 queueFamilyIndex, 5196 u32 queueFamilyIndex, 5225 u32 queueFamilyIndex) {
|
/frameworks/native/vulkan/tools/ |
D | vkinfo.cpp | 178 .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…
|