SWDEV-86035 - Update the new DOPP flag in PAL interface

Change-Id: Ia3de452bf77220ae0403b3427e13c6ad26009128
This commit is contained in:
German Andryeyev
2021-04-27 17:49:20 -04:00
parent 6e69864a0c
commit cdccb6ebc9
+1
View File
@@ -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) {