/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_store_test.cpp | 98 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 101 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 154 .IsApplicable(context.get(), transformation_context)); in TEST() 160 .IsApplicable(context.get(), transformation_context)); in TEST() 166 .IsApplicable(context.get(), transformation_context)); in TEST() 172 .IsApplicable(context.get(), transformation_context)); in TEST() 178 .IsApplicable(context.get(), transformation_context)); in TEST() 184 .IsApplicable(context.get(), transformation_context)); in TEST() 190 .IsApplicable(context.get(), transformation_context)); in TEST() 196 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_access_chain_test.cpp | 108 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 126 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 137 ASSERT_FALSE(invalid_index_example1.IsApplicable(context.get(), in TEST() 144 .IsApplicable(context.get(), transformation_context)); in TEST() 150 .IsApplicable(context.get(), transformation_context)); in TEST() 156 .IsApplicable(context.get(), transformation_context)); in TEST() 162 .IsApplicable(context.get(), transformation_context)); in TEST() 168 .IsApplicable(context.get(), transformation_context)); in TEST() 174 .IsApplicable(context.get(), transformation_context)); in TEST() 180 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_propagate_instruction_down_test.cpp | 111 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 114 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 118 .IsApplicable(context.get(), transformation_context)); in TEST() 120 .IsApplicable(context.get(), transformation_context)); in TEST() 124 .IsApplicable(context.get(), transformation_context)); in TEST() 128 .IsApplicable(context.get(), transformation_context)); in TEST() 132 .IsApplicable(context.get(), transformation_context)); in TEST() 138 .IsApplicable(context.get(), transformation_context)); in TEST() 144 .IsApplicable(context.get(), transformation_context), in TEST() 151 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_replace_params_with_struct_test.cpp | 128 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 131 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 135 .IsApplicable(context.get(), transformation_context)); in TEST() 140 .IsApplicable(context.get(), transformation_context)); in TEST() 145 .IsApplicable(context.get(), transformation_context)); in TEST() 148 .IsApplicable(context.get(), transformation_context)); in TEST() 153 .IsApplicable(context.get(), transformation_context)); in TEST() 158 .IsApplicable(context.get(), transformation_context)); in TEST() 163 .IsApplicable(context.get(), transformation_context)); in TEST() 168 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_duplicate_region_with_selection_test.cpp | 83 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 86 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 92 ASSERT_TRUE(transformation_good_1.IsApplicable(context.get(), in TEST() 94 ApplyAndCheckFreshIds(transformation_good_1, context.get(), in TEST() 97 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 159 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST() 215 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, 218 MakeUnique<FactManager>(context.get()), validator_options); 224 ASSERT_TRUE(transformation_good_1.IsApplicable(context.get(), 226 ApplyAndCheckFreshIds(transformation_good_1, context.get(), [all...] |
H A D | fuzzer_pass_donate_modules_test.cpp | 197 recipient_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 202 donor_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 205 MakeUnique<FactManager>(recipient_context.get()), validator_options); in TEST() 211 FuzzerPassDonateModules fuzzer_pass(recipient_context.get(), in TEST() 215 fuzzer_pass.DonateSingleModule(donor_context.get(), false); in TEST() 220 recipient_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 278 recipient_context.get(), validator_options, kConsoleMessageConsumer)); 283 donor_context.get(), validator_options, kConsoleMessageConsumer)); 286 MakeUnique<FactManager>(recipient_context.get()), validator_options); 292 FuzzerPassDonateModules fuzzer_pass(recipient_context.get(), [all...] |
H A D | transformation_composite_construct_test.cpp | 133 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 136 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 150 ASSERT_TRUE(make_vec2_array_length_3.IsApplicable(context.get(), in TEST() 153 context.get(), transformation_context)); in TEST() 155 context.get(), transformation_context)); in TEST() 161 ApplyAndCheckFreshIds(make_vec2_array_length_3, context.get(), in TEST() 169 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 184 ASSERT_TRUE(make_float_array_length_2.IsApplicable(context.get(), in TEST() 187 context.get(), transformation_context)); in TEST() 188 ApplyAndCheckFreshIds(make_float_array_length_2, context.get(), in TEST() [all...] |
H A D | transformation_merge_blocks_test.cpp | 48 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 51 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 53 context.get(), transformation_context)); in TEST() 55 context.get(), transformation_context)); in TEST() 88 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 91 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 93 context.get(), transformation_context)); in TEST() 127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 130 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 132 context.get(), transformation_contex in TEST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_access_chain_test.cpp | 108 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 126 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 137 ASSERT_FALSE(invalid_index_example1.IsApplicable(context.get(), in TEST() 143 .IsApplicable(context.get(), transformation_context)); in TEST() 148 .IsApplicable(context.get(), transformation_context)); in TEST() 153 .IsApplicable(context.get(), transformation_context)); in TEST() 158 .IsApplicable(context.get(), transformation_context)); in TEST() 163 .IsApplicable(context.get(), transformation_context)); in TEST() 168 .IsApplicable(context.get(), transformation_context)); in TEST() 174 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_propagate_instruction_down_test.cpp | 111 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 114 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 118 .IsApplicable(context.get(), transformation_context)); in TEST() 120 .IsApplicable(context.get(), transformation_context)); in TEST() 124 .IsApplicable(context.get(), transformation_context)); in TEST() 128 .IsApplicable(context.get(), transformation_context)); in TEST() 132 .IsApplicable(context.get(), transformation_context)); in TEST() 138 .IsApplicable(context.get(), transformation_context)); in TEST() 144 .IsApplicable(context.get(), transformation_context), in TEST() 151 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_replace_params_with_struct_test.cpp | 128 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 131 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 135 .IsApplicable(context.get(), transformation_context)); in TEST() 140 .IsApplicable(context.get(), transformation_context)); in TEST() 145 .IsApplicable(context.get(), transformation_context)); in TEST() 148 .IsApplicable(context.get(), transformation_context)); in TEST() 153 .IsApplicable(context.get(), transformation_context)); in TEST() 158 .IsApplicable(context.get(), transformation_context)); in TEST() 163 .IsApplicable(context.get(), transformation_context)); in TEST() 168 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_duplicate_region_with_selection_test.cpp | 83 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 86 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 92 ASSERT_TRUE(transformation_good_1.IsApplicable(context.get(), in TEST() 94 ApplyAndCheckFreshIds(transformation_good_1, context.get(), in TEST() 97 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 159 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST() 215 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, 218 MakeUnique<FactManager>(context.get()), validator_options); 224 ASSERT_TRUE(transformation_good_1.IsApplicable(context.get(), 226 ApplyAndCheckFreshIds(transformation_good_1, context.get(), [all...] |
H A D | fuzzer_pass_donate_modules_test.cpp | 197 recipient_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 202 donor_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 205 MakeUnique<FactManager>(recipient_context.get()), validator_options); in TEST() 211 FuzzerPassDonateModules fuzzer_pass(recipient_context.get(), in TEST() 215 fuzzer_pass.DonateSingleModule(donor_context.get(), false); in TEST() 220 recipient_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 278 recipient_context.get(), validator_options, kConsoleMessageConsumer)); 283 donor_context.get(), validator_options, kConsoleMessageConsumer)); 286 MakeUnique<FactManager>(recipient_context.get()), validator_options); 292 FuzzerPassDonateModules fuzzer_pass(recipient_context.get(), [all...] |
H A D | transformation_composite_construct_test.cpp | 133 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 136 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 149 ASSERT_TRUE(make_vec2_array_length_3.IsApplicable(context.get(), in TEST() 152 context.get(), transformation_context)); in TEST() 154 context.get(), transformation_context)); in TEST() 160 ApplyAndCheckFreshIds(make_vec2_array_length_3, context.get(), in TEST() 168 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 183 ASSERT_TRUE(make_float_array_length_2.IsApplicable(context.get(), in TEST() 186 context.get(), transformation_context)); in TEST() 187 ApplyAndCheckFreshIds(make_float_array_length_2, context.get(), in TEST() [all...] |
H A D | transformation_merge_blocks_test.cpp | 48 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 51 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 53 context.get(), transformation_context)); in TEST() 55 context.get(), transformation_context)); in TEST() 88 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 91 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 93 context.get(), transformation_context)); in TEST() 127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 130 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 132 context.get(), transformation_contex in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_access_chain_test.cpp | 108 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 126 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 137 ASSERT_FALSE(invalid_index_example1.IsApplicable(context.get(), in TEST() 143 .IsApplicable(context.get(), transformation_context)); in TEST() 148 .IsApplicable(context.get(), transformation_context)); in TEST() 153 .IsApplicable(context.get(), transformation_context)); in TEST() 158 .IsApplicable(context.get(), transformation_context)); in TEST() 163 .IsApplicable(context.get(), transformation_context)); in TEST() 168 .IsApplicable(context.get(), transformation_context)); in TEST() 174 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_propagate_instruction_down_test.cpp | 111 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 114 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 118 .IsApplicable(context.get(), transformation_context)); in TEST() 120 .IsApplicable(context.get(), transformation_context)); in TEST() 124 .IsApplicable(context.get(), transformation_context)); in TEST() 128 .IsApplicable(context.get(), transformation_context)); in TEST() 132 .IsApplicable(context.get(), transformation_context)); in TEST() 138 .IsApplicable(context.get(), transformation_context)); in TEST() 144 .IsApplicable(context.get(), transformation_context), in TEST() 151 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_replace_params_with_struct_test.cpp | 128 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 131 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 135 .IsApplicable(context.get(), transformation_context)); in TEST() 140 .IsApplicable(context.get(), transformation_context)); in TEST() 145 .IsApplicable(context.get(), transformation_context)); in TEST() 148 .IsApplicable(context.get(), transformation_context)); in TEST() 153 .IsApplicable(context.get(), transformation_context)); in TEST() 158 .IsApplicable(context.get(), transformation_context)); in TEST() 163 .IsApplicable(context.get(), transformation_context)); in TEST() 168 .IsApplicable(context.get(), transformation_contex in TEST() [all...] |
H A D | transformation_duplicate_region_with_selection_test.cpp | 83 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 86 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 92 ASSERT_TRUE(transformation_good_1.IsApplicable(context.get(), in TEST() 94 ApplyAndCheckFreshIds(transformation_good_1, context.get(), in TEST() 97 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 159 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST() 215 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, 218 MakeUnique<FactManager>(context.get()), validator_options); 224 ASSERT_TRUE(transformation_good_1.IsApplicable(context.get(), 226 ApplyAndCheckFreshIds(transformation_good_1, context.get(), [all...] |
H A D | fuzzer_pass_donate_modules_test.cpp | 197 recipient_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 202 donor_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 205 MakeUnique<FactManager>(recipient_context.get()), validator_options); in TEST() 211 FuzzerPassDonateModules fuzzer_pass(recipient_context.get(), in TEST() 215 fuzzer_pass.DonateSingleModule(donor_context.get(), false); in TEST() 220 recipient_context.get(), validator_options, kConsoleMessageConsumer)); in TEST() 278 recipient_context.get(), validator_options, kConsoleMessageConsumer)); 283 donor_context.get(), validator_options, kConsoleMessageConsumer)); 286 MakeUnique<FactManager>(recipient_context.get()), validator_options); 292 FuzzerPassDonateModules fuzzer_pass(recipient_context.get(), [all...] |
H A D | transformation_composite_construct_test.cpp | 133 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 136 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 149 ASSERT_TRUE(make_vec2_array_length_3.IsApplicable(context.get(), in TEST() 152 context.get(), transformation_context)); in TEST() 154 context.get(), transformation_context)); in TEST() 160 ApplyAndCheckFreshIds(make_vec2_array_length_3, context.get(), in TEST() 168 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 183 ASSERT_TRUE(make_float_array_length_2.IsApplicable(context.get(), in TEST() 186 context.get(), transformation_context)); in TEST() 187 ApplyAndCheckFreshIds(make_float_array_length_2, context.get(), in TEST() [all...] |
H A D | transformation_merge_blocks_test.cpp | 48 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 51 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 53 context.get(), transformation_context)); in TEST() 55 context.get(), transformation_context)); in TEST() 88 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 91 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 93 context.get(), transformation_context)); in TEST() 127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 130 MakeUnique<FactManager>(context.get()), validator_options); in TEST() 132 context.get(), transformation_contex in TEST() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | declFileTypeAnnotationVisibilityErrorAccessors.js | 16 get foo1(): private1 { 21 get foo2() { 30 get foo4() { 37 get foo5(): private1 { 44 get foo11(): public1 { 49 get foo12() { 58 get foo14() { 65 get foo15(): public1 { 72 get foo111(): m2.public2 { 77 get foo11 [all...] |
/third_party/skia/src/sksl/dsl/ |
H A D | DSLType.cpp | 25 return context.fTypes.fPoison.get(); in verify_type() 29 return context.fTypes.fPoison.get(); in verify_type() 42 return context.fTypes.fPoison.get(); in find_type() 47 return context.fTypes.fPoison.get(); in find_type() 58 type = type->applyPrecisionQualifiers(context, modifiers, ThreadContext::SymbolTable().get(), in find_type() 67 return context.fTypes.fBool.get(); in get_type_from_type_constant() 69 return context.fTypes.fBool2.get(); in get_type_from_type_constant() 71 return context.fTypes.fBool3.get(); in get_type_from_type_constant() 73 return context.fTypes.fBool4.get(); in get_type_from_type_constant() 75 return context.fTypes.fHalf.get(); in get_type_from_type_constant() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | compressed_tuple_test.cc | 79 EXPECT_EQ(x1.get<0>().value(), 1); in TEST() 90 EXPECT_EQ(x1.get<0>().value(), 1); in TEST() 100 EXPECT_EQ(x1.get<0>().value(), 1); in TEST() 101 EXPECT_EQ(x1.get<1>().value(), 2); in TEST() 127 EXPECT_EQ(x1.get<0>().value(), 1); in TEST() 128 EXPECT_EQ(static_cast<DerivedType&>(x1.get<1>()).value, 7); in TEST() 141 EXPECT_EQ(x1.get<0>().value(), 1); in TEST() 142 EXPECT_EQ(x1.get<1>().value(), 2); in TEST() 176 CopyableMovableInstance i2 = std::move(x).get<0>(); in TEST() 188 CopyableMovableInstance t = x.get< in TEST() [all...] |