From cdccb6ebc9d5411f36674e7522f33258d8120407 Mon Sep 17 00:00:00 2001 From: German Andryeyev Date: Tue, 27 Apr 2021 17:49:20 -0400 Subject: [PATCH] SWDEV-86035 - Update the new DOPP flag in PAL interface Change-Id: Ia3de452bf77220ae0403b3427e13c6ad26009128 --- rocclr/device/pal/palresource.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rocclr/device/pal/palresource.cpp b/rocclr/device/pal/palresource.cpp index 151c0472b4..5148d47ecd 100644 --- a/rocclr/device/pal/palresource.cpp +++ b/rocclr/device/pal/palresource.cpp @@ -751,6 +751,7 @@ bool Resource::CreateInterop(CreateParams* params) { return false; } desc_.isDoppTexture_ = (openInfo.doppDesktopInfo.gpuVirtAddr != 0); + openInfo.flags.isDopp = desc_.isDoppTexture_; format = dev().getPalFormat(desc().format_, &channels); } else if (memoryType() == VkInterop) {