Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp53 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in GetValidDepthFormat() local
54 if (finalFormat == supportedDepthFormat) { in GetValidDepthFormat()
H A Dgpu_image_vk.cpp91 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in CheckDepthFormat() local
92 if (format == supportedDepthFormat) { in CheckDepthFormat()