Searched refs:initLayout (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/tests/ |
H A D | BackendSurfaceMutableStateTest.cpp | 34 VkImageLayout initLayout = info.fImageLayout; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local 36 GrBackendSurfaceMutableState initState(initLayout, initQueue); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 42 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 74 REPORTER_ASSERT(reporter, initLayout == vkTexture->currentLayout()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 94 vkTexture->updateImageLayout(initLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 97 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 101 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 105 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 122 REPORTER_ASSERT(reporter, previousState.getVkImageLayout() == initLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
H A D | VkBackendSurfaceTest.cpp | 100 VkImageLayout initLayout = info.fImageLayout; in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local 107 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 118 backendTex1.setVkImageLayout(initLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 139 REPORTER_ASSERT(reporter, initLayout == vkTexture->currentLayout()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 153 vkTexture->updateImageLayout(initLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 156 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 159 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 162 REPORTER_ASSERT(reporter, initLayout == info.fImageLayout); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
Completed in 2 milliseconds