Home
last modified time | relevance | path

Searched refs:transformation_message (Results 1 – 3 of 3) sorted by relevance

/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass.h114 protobufs::Transformation transformation_message = in ApplyTransformation() local
116 assert(transformation_message.transformation_case() != in ApplyTransformation()
119 *GetTransformations()->add_transformation() = transformation_message; in ApplyTransformation()
130 protobufs::Transformation transformation_message = in MaybeApplyTransformation() local
132 assert(transformation_message.transformation_case() != in MaybeApplyTransformation()
135 *GetTransformations()->add_transformation() = transformation_message; in MaybeApplyTransformation()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass.cpp207 auto transformation_message = transformation.ToMessage(); in ApplyTransformation() local
208 assert(transformation_message.transformation_case() != in ApplyTransformation()
212 std::move(transformation_message); in ApplyTransformation()
220 auto transformation_message = transformation.ToMessage(); in MaybeApplyTransformation() local
221 assert(transformation_message.transformation_case() != in MaybeApplyTransformation()
225 std::move(transformation_message); in MaybeApplyTransformation()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass.cpp207 auto transformation_message = transformation.ToMessage(); in ApplyTransformation() local
208 assert(transformation_message.transformation_case() != in ApplyTransformation()
212 std::move(transformation_message); in ApplyTransformation()
220 auto transformation_message = transformation.ToMessage(); in MaybeApplyTransformation() local
221 assert(transformation_message.transformation_case() != in MaybeApplyTransformation()
225 std::move(transformation_message); in MaybeApplyTransformation()