Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.cpp90 const auto& devPlat = deviceVk.GetPlatformInternalDataVk(); in CheckDepthFormat() local
91 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in CheckDepthFormat()
96 if (!devPlat.supportedDepthFormats.empty()) { in CheckDepthFormat()
99 devPlat.supportedDepthFormats[0]); in CheckDepthFormat()
101 return devPlat.supportedDepthFormats[0]; in CheckDepthFormat()
H A Dswapchain_vk.cpp50 const auto& devPlat = deviceVk.GetPlatformInternalDataVk(); in GetValidDepthFormat() local
53 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in GetValidDepthFormat()