Home
last modified time | relevance | path

Searched refs:releasedOldLayout (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/white_box/
H A DVulkanImageWrappingTestsDmaBuf.cpp111 waitFDs, descriptor.releasedOldLayout, in WrapVulkanImage()
121 VkImageLayout releasedOldLayout, in WrapVulkanImage() argument
133 descriptor.releasedOldLayout = releasedOldLayout; in WrapVulkanImage()
374 exportInfo.semaphoreHandles, exportInfo.releasedOldLayout, in TEST_P()
402 exportInfo.semaphoreHandles, exportInfo.releasedOldLayout, in TEST_P()
432 exportInfo.semaphoreHandles, exportInfo.releasedOldLayout, in TEST_P()
474 exportInfo.releasedOldLayout, exportInfo.releasedNewLayout); in TEST_P()
524 exportInfo.semaphoreHandles, exportInfo.releasedOldLayout, in TEST_P()
578 exportInfo.releasedOldLayout, exportInfo.releasedNewLayout); in TEST_P()
639 exportInfo.semaphoreHandles, exportInfo.releasedOldLayout, in TEST_P()
[all …]
H A DVulkanImageWrappingTestsOpaqueFD.cpp164 memoryTypeIndex, waitFDs, descriptor.releasedOldLayout, in WrapVulkanImage()
174 VkImageLayout releasedOldLayout, in WrapVulkanImage() argument
186 descriptor.releasedOldLayout = releasedOldLayout; in WrapVulkanImage()
501 exportInfo.releasedOldLayout, exportInfo.releasedNewLayout); in TEST_P()
564 exportInfo.releasedOldLayout, exportInfo.releasedNewLayout); in TEST_P()
606 exportInfo.releasedOldLayout, exportInfo.releasedNewLayout); in TEST_P()
659 exportInfo.releasedOldLayout, exportInfo.releasedNewLayout); in TEST_P()
714 exportInfo.releasedOldLayout, exportInfo.releasedNewLayout); in TEST_P()
778 exportInfo.releasedOldLayout, exportInfo.releasedNewLayout); in TEST_P()
879 exportInfoTexBDevice3.semaphoreHandles, exportInfoTexBDevice3.releasedOldLayout, in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/include/dawn_native/
H A DVulkanBackend.h47 VkImageLayout releasedOldLayout = VK_IMAGE_LAYOUT_GENERAL;
58 VkImageLayout releasedOldLayout;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dexternal_vk_image_dawn_representation.cc76 descriptor.releasedOldLayout = image_info.fImageLayout; in BeginAccess()
105 DCHECK_EQ(export_info.releasedOldLayout, export_info.releasedNewLayout); in EndAccess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DDeviceVk.cpp716 VkImageLayout releasedOldLayout; in SignalAndExportExternalTexture() local
719 &releasedOldLayout, &releasedNewLayout)); in SignalAndExportExternalTexture()
725 info->releasedOldLayout = releasedOldLayout; in SignalAndExportExternalTexture()
H A DTextureVk.h99 VkImageLayout* releasedOldLayout,
H A DTextureVk.cpp555 mPendingAcquireOldLayout = descriptor->releasedOldLayout; in InitializeFromExternal()
605 VkImageLayout* releasedOldLayout, in ExportExternalTexture() argument
669 *releasedOldLayout = barrier.oldLayout; in ExportExternalTexture()