Home
last modified time | relevance | path

Searched refs:step_limit (Results 1 – 25 of 30) sorted by relevance

12

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dspirv_reducer_options.cpp26 : step_limit(kDefaultStepLimit), in spv_reducer_options_t()
39 spv_reducer_options options, uint32_t step_limit) { in spvReducerOptionsSetStepLimit() argument
40 options->step_limit = step_limit; in spvReducerOptionsSetStepLimit()
Dspirv_reducer_options.h29 uint32_t step_limit; member
/external/deqp-deps/SPIRV-Tools/source/
Dspirv_reducer_options.cpp26 : step_limit(kDefaultStepLimit), in spv_reducer_options_t()
39 spv_reducer_options options, uint32_t step_limit) { in spvReducerOptionsSetStepLimit() argument
40 options->step_limit = step_limit; in spvReducerOptionsSetStepLimit()
Dspirv_reducer_options.h29 uint32_t step_limit; member
/external/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_reducer_options.cpp26 : step_limit(kDefaultStepLimit), in spv_reducer_options_t()
39 spv_reducer_options options, uint32_t step_limit) { in spvReducerOptionsSetStepLimit() argument
40 options->step_limit = step_limit; in spvReducerOptionsSetStepLimit()
Dspirv_reducer_options.h29 uint32_t step_limit; member
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.hpp195 void set_step_limit(uint32_t step_limit) { in set_step_limit() argument
196 spvReducerOptionsSetStepLimit(options_, step_limit); in set_step_limit()
/external/angle/third_party/vulkan-deps/spirv-tools/src/include/spirv-tools/
Dlibspirv.hpp203 void set_step_limit(uint32_t step_limit) { in set_step_limit() argument
204 spvReducerOptionsSetStepLimit(options_, step_limit); in set_step_limit()
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlibspirv.hpp201 void set_step_limit(uint32_t step_limit) { in set_step_limit() argument
202 spvReducerOptionsSetStepLimit(options_, step_limit); in set_step_limit()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dshrinker.cpp71 uint32_t step_limit, bool validate_during_replay, in Shrinker() argument
79 step_limit_(step_limit), in Shrinker()
Dshrinker.h64 uint32_t step_limit, bool validate_during_replay,
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp993 uint32_t expected_transformations_out_size, uint32_t step_limit, in RunAndCheckShrinker() argument
998 transformation_sequence_in, interestingness_function, step_limit, in RunAndCheckShrinker()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dshrinker.cpp71 uint32_t step_limit, bool validate_during_replay, in Shrinker() argument
79 step_limit_(step_limit), in Shrinker()
Dshrinker.h64 uint32_t step_limit, bool validate_during_replay,
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dshrinker.cpp71 uint32_t step_limit, bool validate_during_replay, in Shrinker() argument
79 step_limit_(step_limit), in Shrinker()
Dshrinker.h64 uint32_t step_limit, bool validate_during_replay,
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzzer_shrinker_test.cpp993 uint32_t expected_transformations_out_size, uint32_t step_limit, in RunAndCheckShrinker() argument
998 transformation_sequence_in, interestingness_function, step_limit, in RunAndCheckShrinker()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dfuzzer_shrinker_test.cpp992 uint32_t expected_transformations_out_size, uint32_t step_limit, in RunAndCheckShrinker() argument
997 transformation_sequence_in, interestingness_function, step_limit, in RunAndCheckShrinker()
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/reduce/
Dreduce.cpp177 const auto step_limit = in ParseFlags() local
180 reducer_options->set_step_limit(step_limit); in ParseFlags()
/external/deqp-deps/SPIRV-Tools/tools/reduce/
Dreduce.cpp177 const auto step_limit = in ParseFlags() local
180 reducer_options->set_step_limit(step_limit); in ParseFlags()
/external/swiftshader/third_party/SPIRV-Tools/tools/reduce/
Dreduce.cpp177 const auto step_limit = in ParseFlags() local
180 reducer_options->set_step_limit(step_limit); in ParseFlags()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dreducer.cpp157 return current_step >= options->step_limit; in ReachedStepLimit()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreducer.cpp154 return current_step >= options->step_limit; in ReachedStepLimit()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dreducer.cpp154 return current_step >= options->step_limit; in ReachedStepLimit()
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp297 const auto step_limit = in ParseFlags() local
300 fuzzer_options->set_shrinker_step_limit(step_limit); in ParseFlags()

12