Home
last modified time | relevance | path

Searched refs:TransformationFunctionCall (Results 1 – 18 of 18) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_function_call_test.cpp178 TransformationFunctionCall(100, 21, {71, 72, 71}, in TEST()
182 ASSERT_FALSE(TransformationFunctionCall( in TEST()
187 TransformationFunctionCall(100, 21, {72, 71}, in TEST()
192 TransformationFunctionCall(100, 21, {21, 72}, in TEST()
197 TransformationFunctionCall(100, 21, {300, 72}, in TEST()
202 TransformationFunctionCall(100, 71, {71, 72}, in TEST()
207 TransformationFunctionCall(100, 500, {71, 72}, in TEST()
212 TransformationFunctionCall(21, 21, {71, 72}, in TEST()
217 TransformationFunctionCall(100, 21, {98, 72}, in TEST()
222 TransformationFunctionCall(100, 21, {99, 72}, in TEST()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_function_call_test.cpp177 ASSERT_FALSE(TransformationFunctionCall( in TEST()
183 TransformationFunctionCall( in TEST()
187 ASSERT_FALSE(TransformationFunctionCall( in TEST()
192 ASSERT_FALSE(TransformationFunctionCall( in TEST()
197 ASSERT_FALSE(TransformationFunctionCall( in TEST()
202 ASSERT_FALSE(TransformationFunctionCall( in TEST()
207 ASSERT_FALSE(TransformationFunctionCall( in TEST()
213 TransformationFunctionCall( in TEST()
217 ASSERT_FALSE(TransformationFunctionCall( in TEST()
222 ASSERT_FALSE(TransformationFunctionCall( in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_function_call_test.cpp177 ASSERT_FALSE(TransformationFunctionCall( in TEST()
183 TransformationFunctionCall( in TEST()
187 ASSERT_FALSE(TransformationFunctionCall( in TEST()
192 ASSERT_FALSE(TransformationFunctionCall( in TEST()
197 ASSERT_FALSE(TransformationFunctionCall( in TEST()
202 ASSERT_FALSE(TransformationFunctionCall( in TEST()
207 ASSERT_FALSE(TransformationFunctionCall( in TEST()
213 TransformationFunctionCall( in TEST()
217 ASSERT_FALSE(TransformationFunctionCall( in TEST()
222 ASSERT_FALSE(TransformationFunctionCall( in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_function_call.cpp24 TransformationFunctionCall::TransformationFunctionCall( in TransformationFunctionCall() function in spvtools::fuzz::TransformationFunctionCall
25 protobufs::TransformationFunctionCall message) in TransformationFunctionCall()
28 TransformationFunctionCall::TransformationFunctionCall( in TransformationFunctionCall() function in spvtools::fuzz::TransformationFunctionCall
41 bool TransformationFunctionCall::IsApplicable( in IsApplicable()
158 void TransformationFunctionCall::Apply( in Apply()
182 protobufs::Transformation TransformationFunctionCall::ToMessage() const { in ToMessage()
188 std::unordered_set<uint32_t> TransformationFunctionCall::GetFreshIds() const { in GetFreshIds()
Dtransformation_function_call.h26 class TransformationFunctionCall : public Transformation {
28 explicit TransformationFunctionCall(
29 protobufs::TransformationFunctionCall message);
31 TransformationFunctionCall(
63 protobufs::TransformationFunctionCall message_;
Dfuzzer_pass_add_function_calls.cpp100 ApplyTransformation(TransformationFunctionCall( in Apply()
Dtransformation.cpp240 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_function_call.cpp24 TransformationFunctionCall::TransformationFunctionCall( in TransformationFunctionCall() function in spvtools::fuzz::TransformationFunctionCall
25 protobufs::TransformationFunctionCall message) in TransformationFunctionCall()
28 TransformationFunctionCall::TransformationFunctionCall( in TransformationFunctionCall() function in spvtools::fuzz::TransformationFunctionCall
41 bool TransformationFunctionCall::IsApplicable( in IsApplicable()
158 void TransformationFunctionCall::Apply( in Apply()
182 protobufs::Transformation TransformationFunctionCall::ToMessage() const { in ToMessage()
188 std::unordered_set<uint32_t> TransformationFunctionCall::GetFreshIds() const { in GetFreshIds()
Dtransformation_function_call.h26 class TransformationFunctionCall : public Transformation {
28 explicit TransformationFunctionCall(
29 protobufs::TransformationFunctionCall message);
31 TransformationFunctionCall(
63 protobufs::TransformationFunctionCall message_;
Dfuzzer_pass_add_function_calls.cpp100 ApplyTransformation(TransformationFunctionCall( in Apply()
Dtransformation.cpp240 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_function_call.cpp24 TransformationFunctionCall::TransformationFunctionCall( in TransformationFunctionCall() function in spvtools::fuzz::TransformationFunctionCall
25 protobufs::TransformationFunctionCall message) in TransformationFunctionCall()
28 TransformationFunctionCall::TransformationFunctionCall( in TransformationFunctionCall() function in spvtools::fuzz::TransformationFunctionCall
41 bool TransformationFunctionCall::IsApplicable( in IsApplicable()
158 void TransformationFunctionCall::Apply( in Apply()
182 protobufs::Transformation TransformationFunctionCall::ToMessage() const { in ToMessage()
188 std::unordered_set<uint32_t> TransformationFunctionCall::GetFreshIds() const { in GetFreshIds()
Dtransformation_function_call.h26 class TransformationFunctionCall : public Transformation {
28 explicit TransformationFunctionCall(
29 protobufs::TransformationFunctionCall message);
31 TransformationFunctionCall(
63 protobufs::TransformationFunctionCall message_;
Dfuzzer_pass_add_function_calls.cpp100 ApplyTransformation(TransformationFunctionCall( in Apply()
Dtransformation.cpp240 return MakeUnique<TransformationFunctionCall>(message.function_call()); in FromMessage()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto511 TransformationFunctionCall function_call = 37;
1517 message TransformationFunctionCall { message
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto511 TransformationFunctionCall function_call = 37;
1517 message TransformationFunctionCall { message
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto511 TransformationFunctionCall function_call = 37;
1517 message TransformationFunctionCall { message