Home
last modified time | relevance | path

Searched refs:replay_result (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dadded_function_reducer.cpp190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction() local
195 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayPrefixAndAddFunction()
198 replay_result.applied_transformations.transformation_size()) == in ReplayPrefixAndAddFunction()
202 auto* ir_context = replay_result.transformed_module.get(); in ReplayPrefixAndAddFunction()
208 if (replay_result.transformation_context->GetFactManager() in ReplayPrefixAndAddFunction()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations() member
286 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayAdaptedTransformations()
288 replay_result.transformed_module->module()->ToBinary(binary_out, false); in ReplayAdaptedTransformations()
290 std::move(replay_result.applied_transformations); in ReplayAdaptedTransformations()
H A Dshrinker.cpp193 auto replay_result = local
201 if (replay_result.status != Replayer::ReplayerResultStatus::kComplete) {
208 NumRemainingTransformations(replay_result.applied_transformations) >=
214 replay_result.transformed_module->module()->ToBinary(&transformed_binary,
222 std::move(replay_result.applied_transformations);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dadded_function_reducer.cpp190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction() local
195 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayPrefixAndAddFunction()
198 replay_result.applied_transformations.transformation_size()) == in ReplayPrefixAndAddFunction()
202 auto* ir_context = replay_result.transformed_module.get(); in ReplayPrefixAndAddFunction()
208 if (replay_result.transformation_context->GetFactManager() in ReplayPrefixAndAddFunction()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations() member
286 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayAdaptedTransformations()
288 replay_result.transformed_module->module()->ToBinary(binary_out, false); in ReplayAdaptedTransformations()
290 std::move(replay_result.applied_transformations); in ReplayAdaptedTransformations()
H A Dshrinker.cpp193 auto replay_result = local
201 if (replay_result.status != Replayer::ReplayerResultStatus::kComplete) {
208 NumRemainingTransformations(replay_result.applied_transformations) >=
214 replay_result.transformed_module->module()->ToBinary(&transformed_binary,
222 std::move(replay_result.applied_transformations);
/third_party/spirv-tools/source/fuzz/
H A Dadded_function_reducer.cpp190 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayPrefixAndAddFunction() local
195 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayPrefixAndAddFunction()
198 replay_result.applied_transformations.transformation_size()) == in ReplayPrefixAndAddFunction()
202 auto* ir_context = replay_result.transformed_module.get(); in ReplayPrefixAndAddFunction()
208 if (replay_result.transformation_context->GetFactManager() in ReplayPrefixAndAddFunction()
281 auto replay_result = Replayer(target_env_, consumer_, binary_in_, in ReplayAdaptedTransformations() member
286 assert(replay_result.status == Replayer::ReplayerResultStatus::kComplete && in ReplayAdaptedTransformations()
288 replay_result.transformed_module->module()->ToBinary(binary_out, false); in ReplayAdaptedTransformations()
290 std::move(replay_result.applied_transformations); in ReplayAdaptedTransformations()
H A Dshrinker.cpp193 auto replay_result = local
201 if (replay_result.status != Replayer::ReplayerResultStatus::kComplete) {
208 NumRemainingTransformations(replay_result.applied_transformations) >=
214 replay_result.transformed_module->module()->ToBinary(&transformed_binary,
222 std::move(replay_result.applied_transformations);
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp499 auto replay_result = in Replay() local
505 replay_result.transformed_module->module()->ToBinary(binary_out, false); in Replay()
506 *transformations_applied = std::move(replay_result.applied_transformations); in Replay()
507 return replay_result.status == in Replay()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp499 auto replay_result = in Replay() local
505 replay_result.transformed_module->module()->ToBinary(binary_out, false); in Replay()
506 *transformations_applied = std::move(replay_result.applied_transformations); in Replay()
507 return replay_result.status == in Replay()
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp493 auto replay_result = in Replay() local
499 replay_result.transformed_module->module()->ToBinary(binary_out, false); in Replay()
500 *transformations_applied = std::move(replay_result.applied_transformations); in Replay()
501 return replay_result.status == in Replay()

Completed in 10 milliseconds