Home
last modified time | relevance | path

Searched refs:BASE_FORMAT_D16_UNORM (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Dformats.h278 BASE_FORMAT_D16_UNORM = 124, enumerator
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dcamera_component_manager.cpp89 DECL_ENUM(Format, BASE_FORMAT_D16_UNORM, "BASE_FORMAT_D16_UNORM")
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadow_render_slot.h56 BASE_NS::Format depthFormat { BASE_NS::Format::BASE_FORMAT_D16_UNORM };
H A Drender_node_default_shadow_render_slot.cpp71 Format::BASE_FORMAT_D16_UNORM, ImageTiling::CORE_IMAGE_TILING_OPTIMAL, usage, memPropertyFlags, 0, in GetDepthBufferDesc()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.cpp291 case BASE_FORMAT_D16_UNORM: in FormatByteSize()
H A Dgpu_resource_manager.cpp83 ((format == Format::BASE_FORMAT_D16_UNORM) || (format == Format::BASE_FORMAT_X8_D24_UNORM_PACK32) || in GetAdditionalImageFlagsFromFormat()
2328 const bool isDepthFormat = ((format == BASE_FORMAT_D16_UNORM) || (format == BASE_FORMAT_X8_D24_UNORM_PACK32) ||
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Djson_format_serialization.h153 { BASE_NS::Format::BASE_FORMAT_D16_UNORM, "d16_unorm" },
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp81 depthFormat = BASE_FORMAT_D16_UNORM; in GetDepthFormat()
H A Ddevice_gles.cpp662 { BASE_FORMAT_D16_UNORM, GL_DEPTH_COMPONENT, GL_DEPTH_COMPONENT16, GL_UNSIGNED_SHORT, 2, { false, 0, 0, 0 },
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp44 BASE_FORMAT_D16_UNORM }; in GetValidDepthFormat()
47 "BASE_FORMAT_D32_SFLOAT", "BASE_FORMAT_D16_UNORM" }; in GetValidDepthFormat()
H A Ddevice_vk.cpp448 BASE_FORMAT_D16_UNORM, BASE_FORMAT_X8_D24_UNORM_PACK32 }; in CheckValidDepthFormats()
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp221 Format::BASE_FORMAT_D16_UNORM, in CreateDefaultTargets() member in __anon9702::Format
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp341 DefaultMaterialCameraConstants::CAMERA_DEPTH_PREFIX_NAME + to_hex(nodeEntity.id), Format::BASE_FORMAT_D16_UNORM, in CreateReflectionPlaneObjectFromEntity()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp107 resolveDesc.format = BASE_NS::Format::BASE_FORMAT_D16_UNORM; in GetDepthImageDesc()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp195 desc.format = depthImage ? Format::BASE_FORMAT_D16_UNORM : Format::BASE_FORMAT_B10G11R11_UFLOAT_PACK32; in CreateReflectionPlaneGpuImageDesc()

Completed in 25 milliseconds