Home
last modified time | relevance | path

Searched refs:TransformationAddGlobalVariable (Results 1 – 25 of 30) sorted by relevance

12

/third_party/spirv-tools/test/fuzz/
Dtransformation_add_global_variable_test.cpp70 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 …]
Dreplayer_test.cpp338 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/
Dtransformation_add_global_variable_test.cpp70 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 …]
Dreplayer_test.cpp338 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/
Dtransformation_add_global_variable_test.cpp70 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 …]
Dreplayer_test.cpp338 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/
Dtransformation_add_global_variable.cpp22 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()
Dtransformation_add_global_variable.h26 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_;
Dfuzzer_pass_add_global_variables.cpp87 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
Dfuzzer_pass_add_function_calls.cpp189 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
Dfuzzer_pass.cpp785 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
789 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
Dtransformation.cpp155 return MakeUnique<TransformationAddGlobalVariable>( in FromMessage()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_global_variable.cpp22 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()
Dtransformation_add_global_variable.h26 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_;
Dfuzzer_pass_add_global_variables.cpp87 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
Dfuzzer_pass_add_function_calls.cpp189 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
Dfuzzer_pass.cpp785 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
789 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
Dtransformation.cpp155 return MakeUnique<TransformationAddGlobalVariable>( in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_global_variable.cpp22 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()
Dtransformation_add_global_variable.h26 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_;
Dfuzzer_pass_add_global_variables.cpp87 ApplyTransformation(TransformationAddGlobalVariable( in Apply()
Dfuzzer_pass_add_function_calls.cpp189 ApplyTransformation(TransformationAddGlobalVariable( in ChooseFunctionCallArguments()
Dfuzzer_pass.cpp785 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
789 ApplyTransformation(TransformationAddGlobalVariable( in FindOrCreateGlobalVariable()
Dtransformation.cpp155 return MakeUnique<TransformationAddGlobalVariable>( in FromMessage()
Dfuzzer_pass_donate_modules.cpp566 TransformationAddGlobalVariable(new_result_id, remapped_pointer_type, in HandleTypeOrValue()

12