Home
last modified time | relevance | path

Searched refs:ImageSubresourceRange (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp45 …const ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COLOR_B… in ExplicitBarrierUndefinedImageToTransferDst()
57 …const ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COLOR_B… in ExplicitBarrierTransferDstImageToTransferSrc()
118 …const ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COLOR_B… in GenerateMipmaps()
156 …const ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COLOR_B… in GenerateMipmaps()
344 …const ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COLOR_B… in CopyStagingToImages()
376 …const ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COLOR_B… in CopyStagingToImages()
406 …const ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COLOR_B… in CopyImagesToBuffers()
434 …const ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COLOR_B… in CopyImagesToBuffers()
454 …constexpr ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COL… in CopyImagesToImages()
496 …constexpr ImageSubresourceRange imageSubresourceRange { ImageAspectFlagBits::CORE_IMAGE_ASPECT_COL… in CopyImagesToImages()
[all …]
H A Drender_blur.cpp202 ImageSubresourceRange imageSubresourceRange { CORE_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, in RenderData()
259 … const ImageSubresourceRange imgRange { CORE_IMAGE_ASPECT_COLOR_BIT, blurCount - 1, 1, 0, in RenderData()
265 const ImageSubresourceRange imgRange { CORE_IMAGE_ASPECT_COLOR_BIT, blurCount, in RenderData()
278 ImageSubresourceRange imgRange { CORE_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, in DownscaleBarrier()
295 ImageSubresourceRange imgRange { CORE_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, in BlurHorizontalBarrier()
307 ImageSubresourceRange imgRange { CORE_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, in BlurVerticalBarrier()
406 … const ImageSubresourceRange imgRange { CORE_IMAGE_ASPECT_COLOR_BIT, blurCount - 1, 1, 0, in RenderGaussian()
412 const ImageSubresourceRange imgRange { CORE_IMAGE_ASPECT_COLOR_BIT, blurCount, in RenderGaussian()
H A Drender_node_mip_chain_post_process.cpp349 ImageSubresourceRange imageSubresourceRange { CORE_IMAGE_ASPECT_COLOR_BIT, 0, 1, 0, in RenderGraphics()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h199 const ImageSubresourceRange& imageSubresourceRange) = 0;
209 const ImageResourceBarrier& dst, const ImageSubresourceRange& imageSubresourceRange) = 0;
336 const BASE_NS::array_view<const ImageSubresourceRange> ranges) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h290 ImageSubresourceRange optionalImageSubresourceRange {};
385 BASE_NS::array_view<ImageSubresourceRange> ranges;
533 const ImageSubresourceRange& imageSubresourceRange) override;
535 …const ImageResourceBarrier& destination, const ImageSubresourceRange& imageSubresourceRange) overr…
567 const BASE_NS::array_view<const ImageSubresourceRange> ranges) override;
H A Drender_command_list.cpp182 const ImageSubresourceRange& imageSubresourceRange) in ValidateImageSubresourceRange()
1334 const ImageSubresourceRange& imageSubresourceRange) in CustomImageBarrier()
1342 const ImageResourceBarrier& destination, const ImageSubresourceRange& imageSubresourceRange) in CustomImageBarrier()
1715 …erHandle handle, const ClearColorValue color, const array_view<const ImageSubresourceRange> ranges) in ClearColorImage()
1741 data->ranges = { AllocateRenderData<ImageSubresourceRange>( in ClearColorImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadows_blur.cpp266 const ImageSubresourceRange range { CORE_IMAGE_ASPECT_COLOR_BIT, 0, in ExplicitInputBarrier()
278 const ImageSubresourceRange range { CORE_IMAGE_ASPECT_COLOR_BIT, 0, in ExplicitOutputBarrier()
H A Drender_node_camera_cubemap.cpp264 ImageSubresourceRange imageSubresourceRange { CORE_IMAGE_ASPECT_COLOR_BIT, 0, in ExecuteSinglePostProcess()
308 ImageSubresourceRange imageSubresourceRange { CORE_IMAGE_ASPECT_COLOR_BIT, 0, in ExecuteSinglePostProcess()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h861 struct ImageSubresourceRange { struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp488 ImageSubresourceRange {}, in GetQueueOwnershipTransferBarrier()
498 ImageSubresourceRange {}, in GetQueueOwnershipTransferBarrier()