Home
last modified time | relevance | path

Searched refs:baseMipLevel (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_blur.cpp217 imageSubresourceRange.baseMipLevel = renderPassMipLevel; in RenderData()
219 imageSubresourceRange.baseMipLevel = inputMipLevel; in RenderData()
280 imgRange.baseMipLevel = mipLevel; in DownscaleBarrier()
283 imgRange.baseMipLevel = inputMipLevel; in DownscaleBarrier()
297 imgRange.baseMipLevel = mipLevel; in BlurHorizontalBarrier()
299 imgRange.baseMipLevel = mipLevel - 1; in BlurHorizontalBarrier()
309 imgRange.baseMipLevel = mipLevel; in BlurVerticalBarrier()
311 imgRange.baseMipLevel = mipLevel - 1; in BlurVerticalBarrier()
H A Drender_node_mip_chain_post_process.cpp364 imageSubresourceRange.baseMipLevel = renderPassMipLevel; in RenderGraphics()
367 imageSubresourceRange.baseMipLevel = inputMipLevel; in RenderGraphics()
422 imageSubresourceRange.baseMipLevel = imageDesc.mipCount - 1; in RenderGraphics()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.cpp156 …const uint32_t baseMipLevel, const uint32_t levelCount, const uint32_t baseArrayLayer, const uint3… in CreateImageView() argument
160 baseMipLevel, // baseMipLevel in CreateImageView()
H A Drender_backend_vk.cpp1833 ref.src.optionalImageSubresourceRange.baseMipLevel, // baseMipLevel in RenderCommand()
2423 inputRef.baseMipLevel, // baseMipLevel in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h865 uint32_t baseMipLevel { 0 };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1166 const uint32_t srcMip = cb.src.optionalImageSubresourceRange.baseMipLevel; in HandleCustomBarriers()
1167 const uint32_t dstMip = cb.dst.optionalImageSubresourceRange.baseMipLevel; in HandleCustomBarriers()
1198 cb.dst.optionalImageSubresourceRange.baseMipLevel, in HandleCustomBarriers()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp185 if (imageSubresourceRange.baseMipLevel >= desc.mipCount) { in ValidateImageSubresourceRange()
187 imageSubresourceRange.baseMipLevel, desc.mipCount); in ValidateImageSubresourceRange()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2250 (int32_t)subresRef.baseMipLevel, // level in RenderCommandClearColorImage()