Searched refs:replay_result (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | added_function_reducer.cpp | 190 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() local 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()
|
D | shrinker.cpp | 193 auto replay_result = in Run() local 201 if (replay_result.status != Replayer::ReplayerResultStatus::kComplete) { in Run() 208 NumRemainingTransformations(replay_result.applied_transformations) >= in Run() 214 replay_result.transformed_module->module()->ToBinary(&transformed_binary, in Run() 222 std::move(replay_result.applied_transformations); in Run()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | added_function_reducer.cpp | 190 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() local 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()
|
D | shrinker.cpp | 193 auto replay_result = in Run() local 201 if (replay_result.status != Replayer::ReplayerResultStatus::kComplete) { in Run() 208 NumRemainingTransformations(replay_result.applied_transformations) >= in Run() 214 replay_result.transformed_module->module()->ToBinary(&transformed_binary, in Run() 222 std::move(replay_result.applied_transformations); in Run()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | added_function_reducer.cpp | 190 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() local 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()
|
D | shrinker.cpp | 193 auto replay_result = in Run() local 201 if (replay_result.status != Replayer::ReplayerResultStatus::kComplete) { in Run() 208 NumRemainingTransformations(replay_result.applied_transformations) >= in Run() 214 replay_result.transformed_module->module()->ToBinary(&transformed_binary, in Run() 222 std::move(replay_result.applied_transformations); in Run()
|
/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 477 auto replay_result = in Replay() local 483 replay_result.transformed_module->module()->ToBinary(binary_out, false); in Replay() 484 *transformations_applied = std::move(replay_result.applied_transformations); in Replay() 485 return replay_result.status == in Replay()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 477 auto replay_result = in Replay() local 483 replay_result.transformed_module->module()->ToBinary(binary_out, false); in Replay() 484 *transformations_applied = std::move(replay_result.applied_transformations); in Replay() 485 return replay_result.status == in Replay()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/ |
D | fuzz.cpp | 499 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()
|