Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.cpp187 GpuImageVk::GpuImageVk(Device& device, const GpuImageDesc& desc) : GpuImage(), device_(device), des… in GpuImageVk() function in GpuImageVk
219 GpuImageVk::GpuImageVk( in GpuImageVk() function in GpuImageVk
240 GpuImageVk::~GpuImageVk() in ~GpuImageVk()
283 void GpuImageVk::CreateVkImage() in CreateVkImage()
338 void GpuImageVk::CreateVkImageViews( in CreateVkImageViews()
408 const GpuImageDesc& GpuImageVk::GetDesc() const in GetDesc()
413 const GpuImagePlatformData& GpuImageVk::GetBasePlatformData() const in GetBasePlatformData()
418 const GpuImagePlatformDataVk& GpuImageVk::GetPlatformData() const in GetPlatformData()
423 const GpuImagePlatformDataViewsVk& GpuImageVk::GetPlatformDataViews() const in GetPlatformDataViews()
428 const GpuImagePlatformDataConversion& GpuImageVk::GetPlaformDataConversion() const in GetPlaformDataConversion()
[all …]
H A Dgpu_image_vk.h46 class GpuImageVk final : public GpuImage {
48 GpuImageVk(Device& device, const GpuImageDesc& desc);
49 GpuImageVk(
51 ~GpuImageVk();
H A Drender_backend_vk.cpp281 const GpuImageVk* swapImage = gpuResourceMgr_.GetImage<GpuImageVk>(handle); in AcquirePresentationInfo()
1509 const GpuImageVk* srcImagePtr = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.srcHandle); in RenderCommand()
1510 const GpuImageVk* dstImagePtr = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.dstHandle); in RenderCommand()
1596 const GpuImageVk* gpuImage = nullptr; in RenderCommand()
1599 gpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.dstHandle); in RenderCommand()
1601 gpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.srcHandle); in RenderCommand()
1664 const GpuImageVk* srcGpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.srcHandle); in RenderCommand()
1665 const GpuImageVk* dstGpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.dstHandle); in RenderCommand()
1810 … if (const GpuImageVk* gpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(resourceHandle); gpuImage) { in RenderCommand()
2033 … if (const GpuImageVk* resPtr = gpuResourceMgr_.GetImage<GpuImageVk>(bRes.handle); resPtr) { in UpdateCommandListDescriptorSets()
[all …]
H A Dnode_context_pool_manager_vk.cpp168 if (const GpuImageVk* image = gpuResourceMgr.GetImage<GpuImageVk>(handle); image) { in CreateFramebuffer()
426 if (const GpuImageVk* image = in GetRenderPassData()
427 … gpuResourceMgr_.GetImage<const GpuImageVk>(beginRenderPass.renderPassDesc.attachmentHandles[idx]); in GetRenderPassData()
H A Ddevice_vk.cpp1228 return make_unique<GpuImageVk>(*this, desc); in CreateGpuImage()
1234 return make_unique<GpuImageVk>(*this, desc, platformData, hwBuffer); in CreateGpuImageView()
1465 GpuImageVk* image = gpuResourceMgr_.GetImage<GpuImageVk>(handle); in GetImage()
H A Dnode_context_descriptor_set_manager_vk.cpp522 … if (const auto* gpuImage = static_cast<GpuImageVk*>(gpuResourceMgr.GetImage(handle)); gpuImage) { in CreateGpuDescriptorSet()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_gpu_image_vk.cpp20 void GpuImageVk::CreatePlatformHwBuffer() in RENDER_BEGIN_NAMESPACE()
25 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_gpu_image_vk.cpp20 void GpuImageVk::CreatePlatformHwBuffer() in RENDER_BEGIN_NAMESPACE()
25 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_gpu_image_vk.cpp20 void GpuImageVk::CreatePlatformHwBuffer() in RENDER_BEGIN_NAMESPACE()
25 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/
H A Dplatform_gpu_image_vk.cpp50 void GpuImageVk::CreatePlatformHwBuffer() in CreatePlatformHwBuffer()
106 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()