Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.h97 static BASE_NS::vector<LowLevelQueueInfo> GetAvailableQueues(
H A Dcreate_functions_vk.cpp160 vector<LowLevelQueueInfo> CreateFunctionsVk::GetAvailableQueues( in GetAvailableQueues() function in CreateFunctionsVk
H A Ddevice_vk.cpp617 …const auto availableQueues = CreateFunctionsVk::GetAvailableQueues(plat_.physicalDevice, queueProp… in DeviceVk()