From a1ad6c31b30f19ca2dee527d0257ef4b7aa8b469 Mon Sep 17 00:00:00 2001 From: Ilkka Saarelainen Date: Thu, 12 Aug 2021 08:06:20 +0300 Subject: [PATCH] Add missing items to android cts mustpass list Some tests were missing from Android vk-master-2021-03-01 test list. This CL adds those tests to the list. Components: Vulkan VK-GL-CTS issue: 3050 Change-Id: I973508a169e70d203dd465e9f22c41405c1c24a7 --- .../cts/master/vk-master-2021-03-01/fragment-operations.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 android/cts/master/vk-master-2021-03-01/fragment-operations.txt diff --git a/android/cts/master/vk-master-2021-03-01/fragment-operations.txt b/android/cts/master/vk-master-2021-03-01/fragment-operations.txt new file mode 100644 index 0000000..baff6c9 --- /dev/null +++ b/android/cts/master/vk-master-2021-03-01/fragment-operations.txt @@ -0,0 +1,12 @@ +dEQP-VK.fragment_operations.early_fragment.discard_no_early_fragment_tests_depth +dEQP-VK.fragment_operations.early_fragment.discard_no_early_fragment_tests_stencil +dEQP-VK.fragment_operations.early_fragment.discard_early_fragment_tests_depth +dEQP-VK.fragment_operations.early_fragment.discard_early_fragment_tests_stencil +dEQP-VK.fragment_operations.early_fragment.samplemask_no_early_fragment_tests_depth_samples_2 +dEQP-VK.fragment_operations.early_fragment.samplemask_early_fragment_tests_depth_samples_2 +dEQP-VK.fragment_operations.early_fragment.samplemask_no_early_fragment_tests_depth_samples_4 +dEQP-VK.fragment_operations.early_fragment.samplemask_early_fragment_tests_depth_samples_4 +dEQP-VK.fragment_operations.early_fragment.samplemask_no_early_fragment_tests_depth_samples_8 +dEQP-VK.fragment_operations.early_fragment.samplemask_early_fragment_tests_depth_samples_8 +dEQP-VK.fragment_operations.early_fragment.samplemask_no_early_fragment_tests_depth_samples_16 +dEQP-VK.fragment_operations.early_fragment.samplemask_early_fragment_tests_depth_samples_16 -- 2.7.4