Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_gpu_image_vk.cpp20 void GpuImageVk::CreatePlatformHwBuffer() in CreatePlatformHwBuffer()
25 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_gpu_image_vk.cpp20 void GpuImageVk::CreatePlatformHwBuffer() in CreatePlatformHwBuffer()
25 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_gpu_image_vk.cpp20 void GpuImageVk::CreatePlatformHwBuffer() in CreatePlatformHwBuffer()
25 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_image_vk.h46 class GpuImageVk final : public GpuImage {
48 GpuImageVk(Device& device, const GpuImageDesc& desc);
49 GpuImageVk(
51 ~GpuImageVk();
H A Dgpu_image_vk.cpp187 GpuImageVk::GpuImageVk(Device& device, const GpuImageDesc& desc) : GpuImage(), device_(device), desc_(desc) 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
[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 =
427 gpuResourceMgr_.GetImage<const GpuImageVk>(beginRenderPass.renderPassDesc.attachmentHandles[idx]);
H A Drender_backend_vk.cpp281 const GpuImageVk* swapImage = gpuResourceMgr_.GetImage<GpuImageVk>(handle); in AcquirePresentationInfo()
1507 const GpuImageVk* srcImagePtr = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.srcHandle);
1508 const GpuImageVk* dstImagePtr = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.dstHandle);
1594 const GpuImageVk* gpuImage = nullptr;
1597 gpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.dstHandle);
1599 gpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.srcHandle);
1662 const GpuImageVk* srcGpuImag
[all...]
H A Ddevice_vk.cpp1227 return make_unique<GpuImageVk>(*this, desc); in CreateGpuImage()
1233 return make_unique<GpuImageVk>(*this, desc, platformData, hwBuffer); in CreateGpuImageView()
1464 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()
/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()

Completed in 9 milliseconds