Searched refs:GpuImageVk (Results 1 – 10 of 10) sorted by relevance
187 GpuImageVk::GpuImageVk(Device& device, const GpuImageDesc& desc) : GpuImage(), device_(device), des… in GpuImageVk() function in GpuImageVk219 GpuImageVk::GpuImageVk( in GpuImageVk() function in GpuImageVk240 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 …]
46 class GpuImageVk final : public GpuImage {48 GpuImageVk(Device& device, const GpuImageDesc& desc);49 GpuImageVk(51 ~GpuImageVk();
281 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 …]
168 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()
1228 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()
522 … if (const auto* gpuImage = static_cast<GpuImageVk*>(gpuResourceMgr.GetImage(handle)); gpuImage) { in CreateGpuDescriptorSet()
20 void GpuImageVk::CreatePlatformHwBuffer() in RENDER_BEGIN_NAMESPACE()25 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()
50 void GpuImageVk::CreatePlatformHwBuffer() in CreatePlatformHwBuffer()106 void GpuImageVk::DestroyPlatformHwBuffer() in DestroyPlatformHwBuffer()