Home
last modified time | relevance | path

Searched refs:TransformationReplaceParamsWithStruct (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_replace_params_with_struct_test.cpp134 TransformationReplaceParamsWithStruct({}, 90, 91, {{33, 92}, {90, 93}}) in TEST()
138 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 16, 17}, 90, 91, in TEST()
143 ASSERT_FALSE(TransformationReplaceParamsWithStruct({21, 16, 17}, 90, 91, in TEST()
146 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 90, 17}, 90, 91, in TEST()
151 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 52}, 90, 91, in TEST()
156 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 42, 43}, 90, 91, in TEST()
161 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 43}, 90, 91, in TEST()
167 TransformationReplaceParamsWithStruct({16, 17}, 90, 91, {{90, 93}}) in TEST()
171 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17}, 90, 90, in TEST()
174 ASSERT_FALSE(TransformationReplaceParamsWithStruct({1 in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_replace_params_with_struct_test.cpp134 TransformationReplaceParamsWithStruct({}, 90, 91, {{33, 92}, {90, 93}}) in TEST()
138 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 16, 17}, 90, 91, in TEST()
143 ASSERT_FALSE(TransformationReplaceParamsWithStruct({21, 16, 17}, 90, 91, in TEST()
146 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 90, 17}, 90, 91, in TEST()
151 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 52}, 90, 91, in TEST()
156 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 42, 43}, 90, 91, in TEST()
161 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 43}, 90, 91, in TEST()
167 TransformationReplaceParamsWithStruct({16, 17}, 90, 91, {{90, 93}}) in TEST()
171 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17}, 90, 90, in TEST()
174 ASSERT_FALSE(TransformationReplaceParamsWithStruct({1 in TEST()
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_replace_params_with_struct_test.cpp134 TransformationReplaceParamsWithStruct({}, 90, 91, {{33, 92}, {90, 93}}) in TEST()
138 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 16, 17}, 90, 91, in TEST()
143 ASSERT_FALSE(TransformationReplaceParamsWithStruct({21, 16, 17}, 90, 91, in TEST()
146 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 90, 17}, 90, 91, in TEST()
151 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 52}, 90, 91, in TEST()
156 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17, 42, 43}, 90, 91, in TEST()
161 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 43}, 90, 91, in TEST()
167 TransformationReplaceParamsWithStruct({16, 17}, 90, 91, {{90, 93}}) in TEST()
171 ASSERT_FALSE(TransformationReplaceParamsWithStruct({16, 17}, 90, 90, in TEST()
174 ASSERT_FALSE(TransformationReplaceParamsWithStruct({1 in TEST()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_replace_params_with_struct.h28 class TransformationReplaceParamsWithStruct : public Transformation { class
30 explicit TransformationReplaceParamsWithStruct(
31 protobufs::TransformationReplaceParamsWithStruct message);
33 TransformationReplaceParamsWithStruct(
85 protobufs::TransformationReplaceParamsWithStruct message_;
H A Dtransformation_replace_params_with_struct.cpp24 TransformationReplaceParamsWithStruct::TransformationReplaceParamsWithStruct( in TransformationReplaceParamsWithStruct() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
25 protobufs::TransformationReplaceParamsWithStruct message) in TransformationReplaceParamsWithStruct()
28 TransformationReplaceParamsWithStruct::TransformationReplaceParamsWithStruct( in TransformationReplaceParamsWithStruct() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
43 bool TransformationReplaceParamsWithStruct::IsApplicable( in IsApplicable()
131 void TransformationReplaceParamsWithStruct::Apply( in Apply()
256 protobufs::Transformation TransformationReplaceParamsWithStruct::ToMessage() in ToMessage()
263 bool TransformationReplaceParamsWithStruct::IsParameterTypeSupported( in IsParameterTypeSupported()
270 uint32_t TransformationReplaceParamsWithStruct
[all...]
H A Dfuzzer_pass_replace_params_with_struct.cpp57 return !TransformationReplaceParamsWithStruct:: in Apply()
104 ApplyTransformation(TransformationReplaceParamsWithStruct( in Apply()
H A Dtransformation.cpp338 return MakeUnique<TransformationReplaceParamsWithStruct>( in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_params_with_struct.h28 class TransformationReplaceParamsWithStruct : public Transformation { class
30 explicit TransformationReplaceParamsWithStruct(
31 protobufs::TransformationReplaceParamsWithStruct message);
33 TransformationReplaceParamsWithStruct(
85 protobufs::TransformationReplaceParamsWithStruct message_;
H A Dtransformation_replace_params_with_struct.cpp24 TransformationReplaceParamsWithStruct::TransformationReplaceParamsWithStruct( in TransformationReplaceParamsWithStruct() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
25 protobufs::TransformationReplaceParamsWithStruct message) in TransformationReplaceParamsWithStruct()
28 TransformationReplaceParamsWithStruct::TransformationReplaceParamsWithStruct( in TransformationReplaceParamsWithStruct() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
43 bool TransformationReplaceParamsWithStruct::IsApplicable( in IsApplicable()
131 void TransformationReplaceParamsWithStruct::Apply( in Apply()
256 protobufs::Transformation TransformationReplaceParamsWithStruct::ToMessage() in ToMessage()
263 bool TransformationReplaceParamsWithStruct::IsParameterTypeSupported( in IsParameterTypeSupported()
270 uint32_t TransformationReplaceParamsWithStruct
[all...]
H A Dfuzzer_pass_replace_params_with_struct.cpp57 return !TransformationReplaceParamsWithStruct:: in Apply()
104 ApplyTransformation(TransformationReplaceParamsWithStruct( in Apply()
H A Dtransformation.cpp338 return MakeUnique<TransformationReplaceParamsWithStruct>( in FromMessage()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_replace_params_with_struct.h28 class TransformationReplaceParamsWithStruct : public Transformation { class
30 explicit TransformationReplaceParamsWithStruct(
31 protobufs::TransformationReplaceParamsWithStruct message);
33 TransformationReplaceParamsWithStruct(
85 protobufs::TransformationReplaceParamsWithStruct message_;
H A Dtransformation_replace_params_with_struct.cpp24 TransformationReplaceParamsWithStruct::TransformationReplaceParamsWithStruct( in TransformationReplaceParamsWithStruct() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
25 protobufs::TransformationReplaceParamsWithStruct message) in TransformationReplaceParamsWithStruct()
28 TransformationReplaceParamsWithStruct::TransformationReplaceParamsWithStruct( in TransformationReplaceParamsWithStruct() function in spvtools::fuzz::TransformationReplaceParamsWithStruct
43 bool TransformationReplaceParamsWithStruct::IsApplicable( in IsApplicable()
131 void TransformationReplaceParamsWithStruct::Apply( in Apply()
256 protobufs::Transformation TransformationReplaceParamsWithStruct::ToMessage() in ToMessage()
263 bool TransformationReplaceParamsWithStruct::IsParameterTypeSupported( in IsParameterTypeSupported()
270 uint32_t TransformationReplaceParamsWithStruct
[all...]
H A Dfuzzer_pass_replace_params_with_struct.cpp57 return !TransformationReplaceParamsWithStruct:: in Apply()
104 ApplyTransformation(TransformationReplaceParamsWithStruct( in Apply()
H A Dtransformation.cpp338 return MakeUnique<TransformationReplaceParamsWithStruct>( in FromMessage()

Completed in 9 milliseconds