Searched refs:m_imageLayoutAfterUpload (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMutableTests.cpp | 965 VkImageLayout m_imageLayoutAfterUpload; member in vkt::image::UploadDownloadExecutor 1117 m_imageLayoutAfterUpload = requiredImageLayout; in uploadClear() 1175 m_imageLayoutAfterUpload = requiredImageLayout; in uploadStore() 1281 m_imageLayoutAfterUpload = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in uploadCopy() 1353 m_imageLayoutAfterUpload = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in uploadDraw() 1361 …uffer(m_image, buffer, m_caseDef.size, m_imageUploadAccessMask, m_imageLayoutAfterUpload, m_caseDe… in downloadCopy() 1413 m_imageLayoutAfterUpload, // VkImageLayout oldLayout; in downloadTexture() 1494 m_imageLayoutAfterUpload, // VkImageLayout oldLayout; in downloadLoad()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 965 VkImageLayout m_imageLayoutAfterUpload; member in vkt::image::UploadDownloadExecutor 1117 m_imageLayoutAfterUpload = requiredImageLayout; in uploadClear() 1175 m_imageLayoutAfterUpload = requiredImageLayout; in uploadStore() 1281 m_imageLayoutAfterUpload = VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL; in uploadCopy() 1353 m_imageLayoutAfterUpload = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in uploadDraw() 1361 …uffer(m_image, buffer, m_caseDef.size, m_imageUploadAccessMask, m_imageLayoutAfterUpload, m_caseDe… in downloadCopy() 1413 m_imageLayoutAfterUpload, // VkImageLayout oldLayout; in downloadTexture() 1494 m_imageLayoutAfterUpload, // VkImageLayout oldLayout; in downloadLoad()
|