Home
last modified time | relevance | path

Searched refs:reducer_options (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp227 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 in TEST()
[all...]
H A Dreducer_test.cpp211 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 in TEST()
596 spvtools::ReducerOptions reducer_options; TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp227 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 in TEST()
[all...]
H A Dreducer_test.cpp211 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 in TEST()
596 spvtools::ReducerOptions reducer_options; TEST() local
[all...]
/third_party/spirv-tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp227 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 in TEST()
[all...]
H A Dreducer_test.cpp211 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 in TEST()
596 spvtools::ReducerOptions reducer_options; TEST() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/
H A Dreduce.cpp150 spvtools::ReducerOptions* reducer_options, in ParseFlags()
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()
145 ParseFlags(int argc, const char** argv, std::string* in_binary_file, std::string* out_binary_file, std::vector<std::string>* interestingness_test, std::string* temp_file_prefix, spvtools::ReducerOptions* reducer_options, spvtools::ValidatorOptions* validator_options) ParseFlags() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/
H A Dreduce.cpp150 spvtools::ReducerOptions* reducer_options, in ParseFlags()
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()
145 ParseFlags(int argc, const char** argv, std::string* in_binary_file, std::string* out_binary_file, std::vector<std::string>* interestingness_test, std::string* temp_file_prefix, spvtools::ReducerOptions* reducer_options, spvtools::ValidatorOptions* validator_options) ParseFlags() argument
/third_party/spirv-tools/tools/reduce/
H A Dreduce.cpp145 spvtools::ReducerOptions* reducer_options, in ParseFlags()
175 reducer_options->set_step_limit(step_limit); in ParseFlags()
184 reducer_options->set_target_function(target_function); in ParseFlags()
186 reducer_options->set_fail_on_validation_error(true); in ParseFlags()
269 spvtools::ReducerOptions reducer_options; in main() local
274 &temp_file_prefix, &reducer_options, &validator_options); in main()
314 const uint32_t target_function = (*reducer_options).target_function; in main()
339 reducer_options, validator_options); in main()
140 ParseFlags(int argc, const char** argv, std::string* in_binary_file, std::string* out_binary_file, std::vector<std::string>* interestingness_test, std::string* temp_file_prefix, spvtools::ReducerOptions* reducer_options, spvtools::ValidatorOptions* validator_options) ParseFlags() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dadded_function_reducer.cpp74 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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dadded_function_reducer.cpp74 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()
/third_party/spirv-tools/source/fuzz/
H A Dadded_function_reducer.cpp74 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()

Completed in 11 milliseconds