Home
last modified time | relevance | path

Searched refs:TransformationSetSelectionControl (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_set_selection_control.cpp20 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()
Dtransformation_set_selection_control.h26 class TransformationSetSelectionControl : public Transformation {
28 explicit TransformationSetSelectionControl(
29 const protobufs::TransformationSetSelectionControl& message);
31 TransformationSetSelectionControl(uint32_t block_id,
52 protobufs::TransformationSetSelectionControl message_;
Dfuzzer_pass_adjust_selection_controls.cpp64 TransformationSetSelectionControl transformation( in Apply()
Dtransformation.cpp351 return MakeUnique<TransformationSetSelectionControl>( in FromMessage()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_set_selection_control.cpp20 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()
Dtransformation_set_selection_control.h26 class TransformationSetSelectionControl : public Transformation {
28 explicit TransformationSetSelectionControl(
29 const protobufs::TransformationSetSelectionControl& message);
31 TransformationSetSelectionControl(uint32_t block_id,
52 protobufs::TransformationSetSelectionControl message_;
Dfuzzer_pass_adjust_selection_controls.cpp64 TransformationSetSelectionControl transformation( in Apply()
Dtransformation.cpp351 return MakeUnique<TransformationSetSelectionControl>( in FromMessage()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_set_selection_control_test.cpp113 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/
Dtransformation_set_selection_control_test.cpp113 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/
Dspirv-fuzz.md10 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/
Dspirv-fuzz.md10 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/
Dspvtoolsfuzz.proto488 TransformationSetSelectionControl set_selection_control = 14;
2187 message TransformationSetSelectionControl { message
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto488 TransformationSetSelectionControl set_selection_control = 14;
2187 message TransformationSetSelectionControl { message