Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.cpp91 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 Ddevice_vk.h82 BASE_NS::vector<BASE_NS::Format> supportedDepthFormats; member
H A Dswapchain_vk.cpp53 for (const auto& supportedDepthFormat : devPlat.supportedDepthFormats) { in GetValidDepthFormat()
H A Ddevice_vk.cpp457 dataInternal.supportedDepthFormats.push_back(format); in CheckValidDepthFormats()