Home
last modified time | relevance | path

Searched refs:imageSubresource (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp406 const auto& imageSubresource = bufferImageCopy.imageSubresource; in BlitArray() local
408 const uint32_t mip = imageSubresource.mipLevel; in BlitArray()
418 const uint32_t layerCount = imageSubresource.baseArrayLayer + imageSubresource.layerCount; in BlitArray()
437 const auto& imageSubresource = bufferImageCopy.imageSubresource; in Blit2D() local
439 const uint32_t mip = imageSubresource.mipLevel; in Blit2D()
444 PLUGIN_ASSERT_MSG(imageSubresource.baseArrayLayer == 0 && imageSubresource.layerCount == 1, in Blit2D()
461 const auto& imageSubresource = bufferImageCopy.imageSubresource; in Blit3D() local
463 const uint32_t mip = imageSubresource.mipLevel; in Blit3D()
491 const auto& imageSubresource = bufferImageCopy.imageSubresource; in BlitCube() local
498 …PLUGIN_ASSERT_MSG(imageSubresource.baseArrayLayer == 0 && imageSubresource.layerCount == Gles::CUB… in BlitCube()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp204 const uint32_t currentMipLevel = copyRef.imageSubresource.mipLevel; in CopyBuffersToImages()
211 … cmdList, imageDesc, ref.dstHandle.GetHandle(), copyRef.imageSubresource.mipLevel); in CopyBuffersToImages()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h931 ImageSubresourceLayers imageSubresource; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1351 srcImgLayers = nextRc.bufferImageCopy.imageSubresource; in HandleCopyBufferImage()
1352 dstImgLayers = nextRc.bufferImageCopy.imageSubresource; in HandleCopyBufferImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2220 bufferCopy.imageSubresource.imageAspectFlags = CORE_IMAGE_ASPECT_COLOR_BIT; in PrepareImageData()
2221 bufferCopy.imageSubresource.mipLevel = static_cast<uint32_t>(mipIndex); in PrepareImageData()
2222 bufferCopy.imageSubresource.baseArrayLayer = 0; in PrepareImageData()
2223 bufferCopy.imageSubresource.layerCount = imageDesc.layerCount; in PrepareImageData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1608 const ImageSubresourceLayers& subresourceLayer = bufferImageCopy.imageSubresource; in RenderCommand()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp217 const uint32_t mip = copy.imageSubresource.mipLevel; in ValidateGpuImageCopy()