Home
last modified time | relevance | path

Searched refs:queueFamilyIndex (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovContext.cpp114 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/
DSwappyVk.cpp171 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/
DSwappyVk.h92 uint32_t queueFamilyIndex);
/frameworks/native/vulkan/libvulkan/
Ddriver.h131 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ…
Dapi_gen.cpp362 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()
Ddriver.cpp1283 uint32_t queueFamilyIndex, in GetDeviceQueue() argument
1290 data.driver.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in GetDeviceQueue()
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp365 commandPoolInfo.queueFamilyIndex = mGraphicsQueueIndex; in initialize()
/frameworks/native/vulkan/tools/
Dvkinfo.cpp177 .queueFamilyIndex = 0, in GatherGpuInfo()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h48 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQ…
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c2267 .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/
Dvulkan.api3722 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) {