/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_set_selection_control.cpp | 20 TransformationSetSelectionControl::TransformationSetSelectionControl( in TransformationSetSelectionControl() function in spvtools::fuzz::TransformationSetSelectionControl 21 const spvtools::fuzz::protobufs::TransformationSetSelectionControl& message) in TransformationSetSelectionControl() 24 TransformationSetSelectionControl::TransformationSetSelectionControl( in TransformationSetSelectionControl() function in spvtools::fuzz::TransformationSetSelectionControl 30 bool TransformationSetSelectionControl::IsApplicable( in IsApplicable() 46 void TransformationSetSelectionControl::Apply( in Apply() 53 protobufs::Transformation TransformationSetSelectionControl::ToMessage() const { in ToMessage() 59 std::unordered_set<uint32_t> TransformationSetSelectionControl::GetFreshIds() in GetFreshIds()
|
D | transformation_set_selection_control.h | 26 class TransformationSetSelectionControl : public Transformation { 28 explicit TransformationSetSelectionControl( 29 const protobufs::TransformationSetSelectionControl& message); 31 TransformationSetSelectionControl(uint32_t block_id, 52 protobufs::TransformationSetSelectionControl message_;
|
D | fuzzer_pass_adjust_selection_controls.cpp | 64 TransformationSetSelectionControl transformation( in Apply()
|
D | transformation.cpp | 351 return MakeUnique<TransformationSetSelectionControl>( in FromMessage()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_set_selection_control.cpp | 20 TransformationSetSelectionControl::TransformationSetSelectionControl( in TransformationSetSelectionControl() function in spvtools::fuzz::TransformationSetSelectionControl 21 const spvtools::fuzz::protobufs::TransformationSetSelectionControl& message) in TransformationSetSelectionControl() 24 TransformationSetSelectionControl::TransformationSetSelectionControl( in TransformationSetSelectionControl() function in spvtools::fuzz::TransformationSetSelectionControl 30 bool TransformationSetSelectionControl::IsApplicable( in IsApplicable() 46 void TransformationSetSelectionControl::Apply( in Apply() 53 protobufs::Transformation TransformationSetSelectionControl::ToMessage() const { in ToMessage() 59 std::unordered_set<uint32_t> TransformationSetSelectionControl::GetFreshIds() in GetFreshIds()
|
D | transformation_set_selection_control.h | 26 class TransformationSetSelectionControl : public Transformation { 28 explicit TransformationSetSelectionControl( 29 const protobufs::TransformationSetSelectionControl& message); 31 TransformationSetSelectionControl(uint32_t block_id, 52 protobufs::TransformationSetSelectionControl message_;
|
D | fuzzer_pass_adjust_selection_controls.cpp | 64 TransformationSetSelectionControl transformation( in Apply()
|
D | transformation.cpp | 351 return MakeUnique<TransformationSetSelectionControl>( in FromMessage()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_set_selection_control_test.cpp | 113 TransformationSetSelectionControl(44, SpvSelectionControlFlattenMask) in TEST() 117 TransformationSetSelectionControl(13, SpvSelectionControlMaskNone) in TEST() 121 TransformationSetSelectionControl(10, SpvSelectionControlMaskNone) in TEST() 124 TransformationSetSelectionControl transformation1( in TEST() 131 TransformationSetSelectionControl transformation2( in TEST() 138 TransformationSetSelectionControl transformation3( in TEST() 145 TransformationSetSelectionControl transformation4( in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_set_selection_control_test.cpp | 113 TransformationSetSelectionControl(44, SpvSelectionControlFlattenMask) in TEST() 117 TransformationSetSelectionControl(13, SpvSelectionControlMaskNone) in TEST() 121 TransformationSetSelectionControl(10, SpvSelectionControlMaskNone) in TEST() 124 TransformationSetSelectionControl transformation1( in TEST() 131 TransformationSetSelectionControl transformation2( in TEST() 138 TransformationSetSelectionControl transformation3( in TEST() 145 TransformationSetSelectionControl transformation4( in TEST()
|
/external/deqp-deps/SPIRV-Tools/docs/ |
D | spirv-fuzz.md | 10 As an example, let's consider the `TransformationSetSelectionControl` transformation. In SPIR-V, a… 16 …-fuzz transformations. Observe that one of the options is `TransformationSetSelectionControl`. W… 18 Now look at the `TransformationSetSelectionControl` message. If adding your own transformation you… 20 The fields of `TransformationSetSelectionControl` provide just enough information to (a) determine … 24 …fuzz` and the corresponding `CMakeLists.txt` file. So for `TransformationSetSelectionControl` we … 26 The header file contains the specification of a class, `TransformationSetSelectionControl`, that im… 32 protobufs::TransformationSetSelectionControl message_; 38 explicit TransformationSetSelectionControl( 39 const protobufs::TransformationSetSelectionControl& message); 45 TransformationSetSelectionControl(uint32_t block_id); [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/docs/ |
D | spirv-fuzz.md | 10 As an example, let's consider the `TransformationSetSelectionControl` transformation. In SPIR-V, a… 16 …-fuzz transformations. Observe that one of the options is `TransformationSetSelectionControl`. W… 18 Now look at the `TransformationSetSelectionControl` message. If adding your own transformation you… 20 The fields of `TransformationSetSelectionControl` provide just enough information to (a) determine … 24 …fuzz` and the corresponding `CMakeLists.txt` file. So for `TransformationSetSelectionControl` we … 26 The header file contains the specification of a class, `TransformationSetSelectionControl`, that im… 32 protobufs::TransformationSetSelectionControl message_; 38 explicit TransformationSetSelectionControl( 39 const protobufs::TransformationSetSelectionControl& message); 45 TransformationSetSelectionControl(uint32_t block_id); [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 488 TransformationSetSelectionControl set_selection_control = 14; 2187 message TransformationSetSelectionControl { message
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 488 TransformationSetSelectionControl set_selection_control = 14; 2187 message TransformationSetSelectionControl { message
|