Lines Matching refs:TransformationSetSelectionControl
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);
56 In the case of `TransformationSetSelectionControl`, `IsApplicable` involves checking that `block_id…
64 …rmation_set_selection_control_test.cpp` contains tests for `TransformationSetSelectionControl`. Y…
66 For example, the tests for `TransformationSetSelectionControl` check that a transformation of this …