/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | reducer_test.cpp | 211 spvtools::ReducerOptions reducer_options; in TEST() local 212 reducer_options.set_step_limit(500); in TEST() 213 reducer_options.set_fail_on_validation_error(true); in TEST() 217 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST() 526 spvtools::ReducerOptions reducer_options; in TEST() local 527 reducer_options.set_step_limit(500); in TEST() 528 reducer_options.set_fail_on_validation_error(true); in TEST() 532 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST() 550 spvtools::ReducerOptions reducer_options; in TEST() local 551 reducer_options.set_step_limit(500); in TEST() [all …]
|
D | validation_during_reduction_test.cpp | 227 spvtools::ReducerOptions reducer_options; in TEST() local 228 reducer_options.set_step_limit(500); in TEST() 230 reducer_options.set_fail_on_validation_error(false); in TEST() 234 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST() 442 spvtools::ReducerOptions reducer_options; in TEST() local 443 reducer_options.set_step_limit(500); in TEST() 445 reducer_options.set_fail_on_validation_error(false); in TEST() 449 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST() 532 spvtools::ReducerOptions reducer_options; in TEST() local 535 reducer_options.set_step_limit(3); in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | reducer_test.cpp | 211 spvtools::ReducerOptions reducer_options; in TEST() local 212 reducer_options.set_step_limit(500); in TEST() 213 reducer_options.set_fail_on_validation_error(true); in TEST() 217 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST() 526 spvtools::ReducerOptions reducer_options; in TEST() local 527 reducer_options.set_step_limit(500); in TEST() 528 reducer_options.set_fail_on_validation_error(true); in TEST() 532 std::move(binary_in), &binary_out, reducer_options, validator_options); in TEST() 550 spvtools::ReducerOptions reducer_options; in TEST() local 551 reducer_options.set_step_limit(500); in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/tools/reduce/ |
D | reduce.cpp | 150 spvtools::ReducerOptions* reducer_options, in ParseFlags() argument 180 reducer_options->set_step_limit(step_limit); in ParseFlags() 189 reducer_options->set_target_function(target_function); in ParseFlags() 191 reducer_options->set_fail_on_validation_error(true); in ParseFlags() 274 spvtools::ReducerOptions reducer_options; in main() local 279 &temp_file_prefix, &reducer_options, &validator_options); in main() 325 const uint32_t target_function = (*reducer_options).target_function; in main() 350 reducer_options, validator_options); in main()
|
/external/deqp-deps/SPIRV-Tools/tools/reduce/ |
D | reduce.cpp | 150 spvtools::ReducerOptions* reducer_options, in ParseFlags() argument 180 reducer_options->set_step_limit(step_limit); in ParseFlags() 189 reducer_options->set_target_function(target_function); in ParseFlags() 191 reducer_options->set_fail_on_validation_error(true); in ParseFlags() 274 spvtools::ReducerOptions reducer_options; in main() local 279 &temp_file_prefix, &reducer_options, &validator_options); in main() 325 const uint32_t target_function = (*reducer_options).target_function; in main() 350 reducer_options, validator_options); in main()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | added_function_reducer.cpp | 74 spvtools::ReducerOptions reducer_options; in Run() local 75 reducer_options.set_target_function(GetAddedFunctionId()); in Run() 81 reducer_options.set_step_limit(shrinker_step_limit_ - in Run() 87 reducer.Run(std::move(binary_to_reduce), &reduced_binary, reducer_options, in Run()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | added_function_reducer.cpp | 74 spvtools::ReducerOptions reducer_options; in Run() local 75 reducer_options.set_target_function(GetAddedFunctionId()); in Run() 81 reducer_options.set_step_limit(shrinker_step_limit_ - in Run() 87 reducer.Run(std::move(binary_to_reduce), &reduced_binary, reducer_options, in Run()
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | reduce_tester.cc | 135 const flatbuffers::Offset<ReducerOptions> reducer_options = in CreateTfLiteModel() local 144 tflite::BuiltinOptions_ReducerOptions, reducer_options.Union()); in CreateTfLiteModel()
|