Lines Matching refs:copySrcLayoutCount
1075 0u, // uint32_t copySrcLayoutCount;
1083 std::vector<vk::VkImageLayout> srcLayouts(hostImageCopyProperties.copySrcLayoutCount);
1090 for (deUint32 i = 0; i < hostImageCopyProperties.copySrcLayoutCount; ++i)
1328 0u, // uint32_t copySrcLayoutCount;
1568 0u, // uint32_t copySrcLayoutCount;
1577 std::vector<vk::VkImageLayout> srcLayouts(hostImageCopyProperties.copySrcLayoutCount);
1584 for (deUint32 i = 0; i < hostImageCopyProperties.copySrcLayoutCount; ++i)
1658 0u, // uint32_t copySrcLayoutCount;
1666 std::vector<vk::VkImageLayout> srcLayouts(hostImageCopyProperties.copySrcLayoutCount);
1672 if (hostImageCopyProperties.copySrcLayoutCount == 0)
1673 return tcu::TestStatus::fail("copySrcLayoutCount is 0");
1678 for (deUint32 i = 0; i < hostImageCopyProperties.copySrcLayoutCount; ++i)