Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp432 …const VkDevice device, const LowLevelQueueInfo& aQueueInfo, vector<LowLevelGpuQueueVk>& aLowLevelQ… in EmplaceDeviceQueue() argument
434 for (uint32_t idx = 0; idx < aQueueInfo.queueCount; ++idx) { in EmplaceDeviceQueue()
437 aQueueInfo.queueFamilyIndex, // queueFamilyIndex in EmplaceDeviceQueue()
440 aLowLevelQueues.push_back(LowLevelGpuQueueVk { queue, aQueueInfo }); in EmplaceDeviceQueue()