/frameworks/rs/rsov/driver/ |
D | rsovContext.cpp | 114 uint32_t queueFamilyIndex = UINT_MAX; in Initialize() local 118 queueFamilyIndex = i; in Initialize() 130 vkGetDeviceQueue(mDevice, queueFamilyIndex, 0, &mQueue); in Initialize() 137 .queueFamilyIndex = queueFamilyIndex, in Initialize()
|
/frameworks/opt/gamesdk/src/swappyVk/ |
D | SwappyVk.cpp | 171 uint32_t queueFamilyIndex, 399 uint32_t queueFamilyIndex, 408 uint32_t queueFamilyIndex, in doQueuePresent() argument 534 uint32_t queueFamilyIndex, 538 VkResult initializeVkSyncObjects(VkQueue queue, uint32_t queueFamilyIndex); 558 uint32_t queueFamilyIndex) in initializeVkSyncObjects() argument 569 .queueFamilyIndex = queueFamilyIndex, in initializeVkSyncObjects() 695 uint32_t queueFamilyIndex, in doQueuePresent() argument 698 VkResult ret = initializeVkSyncObjects(queue, queueFamilyIndex); in doQueuePresent() 821 uint32_t queueFamilyIndex, in doQueuePresent() argument [all …]
|
/frameworks/opt/gamesdk/include/swappyVk/ |
D | SwappyVk.h | 92 uint32_t queueFamilyIndex);
|
/frameworks/native/vulkan/libvulkan/ |
D | driver.h | 131 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 | 1283 uint32_t queueFamilyIndex, in GetDeviceQueue() argument 1290 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/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 2267 .queueFamilyIndex = demo->graphics_queue_family_index, in demo_prepare() 2318 .queueFamilyIndex = demo->present_queue_family_index, in demo_prepare() 3429 queues[0].queueFamilyIndex = demo->graphics_queue_family_index; in demo_create_device() 3448 queues[1].queueFamilyIndex = demo->present_queue_family_index; in demo_create_device()
|
/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) {
|