Searched refs:ImageSubresourceRange (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_staging.cpp | 45 …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 D | render_blur.cpp | 202 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 D | render_node_mip_chain_post_process.cpp | 349 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 D | intf_render_command_list.h | 199 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 D | render_command_list.h | 290 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 D | render_command_list.cpp | 182 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 D | render_node_default_shadows_blur.cpp | 266 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 D | render_node_camera_cubemap.cpp | 264 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 D | pipeline_state_desc.h | 861 struct ImageSubresourceRange { struct
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | render_graph.cpp | 488 ImageSubresourceRange {}, in GetQueueOwnershipTransferBarrier() 498 ImageSubresourceRange {}, in GetQueueOwnershipTransferBarrier()
|