Searched refs:requiredImageLayout (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMutableTests.cpp | 1089 VkImageLayout requiredImageLayout = VK_IMAGE_LAYOUT_GENERAL; in uploadClear() local 1099 requiredImageLayout, // VkImageLayout newLayout; in uploadClear() 1114 …m_vk.cmdClearColorImage(*m_cmdBuffer, m_image, requiredImageLayout, &clearColor, 1u, &layerSubreso… in uploadClear() 1117 m_imageLayoutAfterUpload = requiredImageLayout; in uploadClear() 1152 VkImageLayout requiredImageLayout = VK_IMAGE_LAYOUT_GENERAL; in uploadStore() local 1160 requiredImageLayout, // VkImageLayout newLayout; in uploadStore() 1175 m_imageLayoutAfterUpload = requiredImageLayout; in uploadStore() 1486 VkImageLayout requiredImageLayout = VK_IMAGE_LAYOUT_GENERAL; in downloadLoad() local 1495 requiredImageLayout, // VkImageLayout newLayout; in downloadLoad() 1507 requiredImageLayout, // VkImageLayout newLayout; in downloadLoad() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1089 VkImageLayout requiredImageLayout = VK_IMAGE_LAYOUT_GENERAL; in uploadClear() local 1099 requiredImageLayout, // VkImageLayout newLayout; in uploadClear() 1114 …m_vk.cmdClearColorImage(*m_cmdBuffer, m_image, requiredImageLayout, &clearColor, 1u, &layerSubreso… in uploadClear() 1117 m_imageLayoutAfterUpload = requiredImageLayout; in uploadClear() 1152 VkImageLayout requiredImageLayout = VK_IMAGE_LAYOUT_GENERAL; in uploadStore() local 1160 requiredImageLayout, // VkImageLayout newLayout; in uploadStore() 1175 m_imageLayoutAfterUpload = requiredImageLayout; in uploadStore() 1486 VkImageLayout requiredImageLayout = VK_IMAGE_LAYOUT_GENERAL; in downloadLoad() local 1495 requiredImageLayout, // VkImageLayout newLayout; in downloadLoad() 1507 requiredImageLayout, // VkImageLayout newLayout; in downloadLoad() [all …]
|