Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.cpp443 const bool isDepthFormat = in GetImageAspectFlagsFromFormat() local
449 if (isDepthFormat) { in GetImageAspectFlagsFromFormat()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp82 const bool isDepthFormat = in GetAdditionalImageFlagsFromFormat() local
87 if (isDepthFormat) { in GetAdditionalImageFlagsFromFormat()
2329 …const bool isDepthFormat = ((format == BASE_FORMAT_D16_UNORM) || (format == BASE_FORMAT_X8_D24_UNO… in GetImageAspectFlags() local
2334 if (isDepthFormat) { in GetImageAspectFlags()