/third_party/spirv-tools/test/fuzz/ |
D | transformation_add_global_variable_test.cpp | 70 TransformationAddGlobalVariable(4, 10, SpvStorageClassPrivate, 0, true) in TEST() 74 TransformationAddGlobalVariable(100, 1, SpvStorageClassPrivate, 0, false) in TEST() 79 TransformationAddGlobalVariable(100, 7, SpvStorageClassPrivate, 0, true) in TEST() 84 TransformationAddGlobalVariable(100, 9, SpvStorageClassPrivate, 0, false) in TEST() 89 TransformationAddGlobalVariable(100, 15, SpvStorageClassPrivate, 0, true) in TEST() 93 ASSERT_FALSE(TransformationAddGlobalVariable(100, 10, SpvStorageClassPrivate, in TEST() 100 TransformationAddGlobalVariable(100, 10, SpvStorageClassPrivate, 15, true) in TEST() 105 ASSERT_FALSE(TransformationAddGlobalVariable(100, 12, SpvStorageClassPrivate, in TEST() 112 TransformationAddGlobalVariable(104, 10, SpvStorageClassPrivate, 14, true) in TEST() 117 ASSERT_FALSE(TransformationAddGlobalVariable(104, 17, SpvStorageClassPrivate, in TEST() [all …]
|
D | replayer_test.cpp | 338 TransformationAddGlobalVariable(101, 50, SpvStorageClassPrivate, 100, in TEST() 458 TransformationAddGlobalVariable(101, 50, SpvStorageClassPrivate, 11, true) in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_add_global_variable_test.cpp | 70 TransformationAddGlobalVariable(4, 10, SpvStorageClassPrivate, 0, true) in TEST() 74 TransformationAddGlobalVariable(100, 1, SpvStorageClassPrivate, 0, false) in TEST() 79 TransformationAddGlobalVariable(100, 7, SpvStorageClassPrivate, 0, true) in TEST() 84 TransformationAddGlobalVariable(100, 9, SpvStorageClassPrivate, 0, false) in TEST() 89 TransformationAddGlobalVariable(100, 15, SpvStorageClassPrivate, 0, true) in TEST() 93 ASSERT_FALSE(TransformationAddGlobalVariable(100, 10, SpvStorageClassPrivate, in TEST() 100 TransformationAddGlobalVariable(100, 10, SpvStorageClassPrivate, 15, true) in TEST() 105 ASSERT_FALSE(TransformationAddGlobalVariable(100, 12, SpvStorageClassPrivate, in TEST() 112 TransformationAddGlobalVariable(104, 10, SpvStorageClassPrivate, 14, true) in TEST() 117 ASSERT_FALSE(TransformationAddGlobalVariable(104, 17, SpvStorageClassPrivate, in TEST() [all …]
|
D | replayer_test.cpp | 338 TransformationAddGlobalVariable(101, 50, SpvStorageClassPrivate, 100, in TEST() 458 TransformationAddGlobalVariable(101, 50, SpvStorageClassPrivate, 11, true) in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_add_global_variable_test.cpp | 70 TransformationAddGlobalVariable(4, 10, SpvStorageClassPrivate, 0, true) in TEST() 74 TransformationAddGlobalVariable(100, 1, SpvStorageClassPrivate, 0, false) in TEST() 79 TransformationAddGlobalVariable(100, 7, SpvStorageClassPrivate, 0, true) in TEST() 84 TransformationAddGlobalVariable(100, 9, SpvStorageClassPrivate, 0, false) in TEST() 89 TransformationAddGlobalVariable(100, 15, SpvStorageClassPrivate, 0, true) in TEST() 93 ASSERT_FALSE(TransformationAddGlobalVariable(100, 10, SpvStorageClassPrivate, in TEST() 100 TransformationAddGlobalVariable(100, 10, SpvStorageClassPrivate, 15, true) in TEST() 105 ASSERT_FALSE(TransformationAddGlobalVariable(100, 12, SpvStorageClassPrivate, in TEST() 112 TransformationAddGlobalVariable(104, 10, SpvStorageClassPrivate, 14, true) in TEST() 117 ASSERT_FALSE(TransformationAddGlobalVariable(104, 17, SpvStorageClassPrivate, in TEST() [all …]
|
D | replayer_test.cpp | 338 TransformationAddGlobalVariable(101, 50, SpvStorageClassPrivate, 100, in TEST() 458 TransformationAddGlobalVariable(101, 50, SpvStorageClassPrivate, 11, true) in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_global_variable.cpp | 22 TransformationAddGlobalVariable::TransformationAddGlobalVariable( in TransformationAddGlobalVariable() function in spvtools::fuzz::TransformationAddGlobalVariable 23 spvtools::fuzz::protobufs::TransformationAddGlobalVariable message) in TransformationAddGlobalVariable() 26 TransformationAddGlobalVariable::TransformationAddGlobalVariable( in TransformationAddGlobalVariable() function in spvtools::fuzz::TransformationAddGlobalVariable 36 bool TransformationAddGlobalVariable::IsApplicable( in IsApplicable() 93 void TransformationAddGlobalVariable::Apply( in Apply() 110 protobufs::Transformation TransformationAddGlobalVariable::ToMessage() const { in ToMessage() 116 std::unordered_set<uint32_t> TransformationAddGlobalVariable::GetFreshIds() in GetFreshIds()
|
D | transformation_add_global_variable.h | 26 class TransformationAddGlobalVariable : public Transformation { 28 explicit TransformationAddGlobalVariable( 29 protobufs::TransformationAddGlobalVariable message); 31 TransformationAddGlobalVariable(uint32_t fresh_id, uint32_t type_id, 63 protobufs::TransformationAddGlobalVariable message_;
|
D | fuzzer_pass_add_global_variables.cpp | 87 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
|
D | fuzzer_pass_add_function_calls.cpp | 189 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
|
D | fuzzer_pass.cpp | 785 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable() 789 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
|
D | transformation.cpp | 155 return MakeUnique<TransformationAddGlobalVariable>( in FromMessage()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_add_global_variable.cpp | 22 TransformationAddGlobalVariable::TransformationAddGlobalVariable( in TransformationAddGlobalVariable() function in spvtools::fuzz::TransformationAddGlobalVariable 23 spvtools::fuzz::protobufs::TransformationAddGlobalVariable message) in TransformationAddGlobalVariable() 26 TransformationAddGlobalVariable::TransformationAddGlobalVariable( in TransformationAddGlobalVariable() function in spvtools::fuzz::TransformationAddGlobalVariable 36 bool TransformationAddGlobalVariable::IsApplicable( in IsApplicable() 93 void TransformationAddGlobalVariable::Apply( in Apply() 110 protobufs::Transformation TransformationAddGlobalVariable::ToMessage() const { in ToMessage() 116 std::unordered_set<uint32_t> TransformationAddGlobalVariable::GetFreshIds() in GetFreshIds()
|
D | transformation_add_global_variable.h | 26 class TransformationAddGlobalVariable : public Transformation { 28 explicit TransformationAddGlobalVariable( 29 protobufs::TransformationAddGlobalVariable message); 31 TransformationAddGlobalVariable(uint32_t fresh_id, uint32_t type_id, 63 protobufs::TransformationAddGlobalVariable message_;
|
D | fuzzer_pass_add_global_variables.cpp | 87 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
|
D | fuzzer_pass_add_function_calls.cpp | 189 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
|
D | fuzzer_pass.cpp | 785 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable() 789 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
|
D | transformation.cpp | 155 return MakeUnique<TransformationAddGlobalVariable>( in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_global_variable.cpp | 22 TransformationAddGlobalVariable::TransformationAddGlobalVariable( in TransformationAddGlobalVariable() function in spvtools::fuzz::TransformationAddGlobalVariable 23 spvtools::fuzz::protobufs::TransformationAddGlobalVariable message) in TransformationAddGlobalVariable() 26 TransformationAddGlobalVariable::TransformationAddGlobalVariable( in TransformationAddGlobalVariable() function in spvtools::fuzz::TransformationAddGlobalVariable 36 bool TransformationAddGlobalVariable::IsApplicable( in IsApplicable() 93 void TransformationAddGlobalVariable::Apply( in Apply() 110 protobufs::Transformation TransformationAddGlobalVariable::ToMessage() const { in ToMessage() 116 std::unordered_set<uint32_t> TransformationAddGlobalVariable::GetFreshIds() in GetFreshIds()
|
D | transformation_add_global_variable.h | 26 class TransformationAddGlobalVariable : public Transformation { 28 explicit TransformationAddGlobalVariable( 29 protobufs::TransformationAddGlobalVariable message); 31 TransformationAddGlobalVariable(uint32_t fresh_id, uint32_t type_id, 63 protobufs::TransformationAddGlobalVariable message_;
|
D | fuzzer_pass_add_global_variables.cpp | 87 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
|
D | fuzzer_pass_add_function_calls.cpp | 189 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
|
D | fuzzer_pass.cpp | 785 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable() 789 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
|
D | transformation.cpp | 155 return MakeUnique<TransformationAddGlobalVariable>( in FromMessage()
|
D | fuzzer_pass_donate_modules.cpp | 566 TransformationAddGlobalVariable(new_result_id, remapped_pointer_type, in HandleTypeOrValue()
|