Skip to content

Commit

Permalink
tests: Breakup and fix host image tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-lunarg committed Dec 7, 2024
1 parent b3f08e9 commit e7bd009
Show file tree
Hide file tree
Showing 3 changed files with 824 additions and 514 deletions.
4 changes: 1 addition & 3 deletions tests/framework/layer_validation_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,9 @@ class GraphicsLibraryTest : public VkLayerTest {

class HostImageCopyTest : public VkLayerTest {
public:
void InitHostImageCopyTest(const VkImageCreateInfo &create_info, bool use_1_4 = false);
void InitHostImageCopyTest();
bool CopyLayoutSupported(const std::vector<VkImageLayout> &copy_src_layouts, const std::vector<VkImageLayout> &copy_dst_layouts,
VkImageLayout layout);
VkFormat compressed_format = VK_FORMAT_UNDEFINED;
bool separate_depth_stencil = false;
std::vector<VkImageLayout> copy_src_layouts;
std::vector<VkImageLayout> copy_dst_layouts;

Expand Down
Loading

0 comments on commit e7bd009

Please sign in to comment.