Searched refs:reductions_applied (Results 1 – 12 of 12) sorted by relevance
/third_party/spirv-tools/source/reduce/ |
D | reducer.cpp | 68 uint32_t reductions_applied = 0; in Run() local 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 87 &reductions_applied); in Run() 92 ¤t_binary, &reductions_applied); in Run() 164 uint32_t* const reductions_applied) { in RunPasses() argument 171 while (!ReachedStepLimit(*reductions_applied, options) && in RunPasses() 202 (*reductions_applied)++; in RunPasses() 204 << *reductions_applied << "."; in RunPasses() 220 *reductions_applied)) { in RunPasses() 232 } while (!ReachedStepLimit(*reductions_applied, options)); in RunPasses() [all …]
|
D | reducer.h | 110 std::vector<uint32_t>* current_binary, uint32_t* reductions_applied);
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | reducer.cpp | 68 uint32_t reductions_applied = 0; in Run() local 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 87 &reductions_applied); in Run() 92 ¤t_binary, &reductions_applied); in Run() 164 uint32_t* const reductions_applied) { in RunPasses() argument 171 while (!ReachedStepLimit(*reductions_applied, options) && in RunPasses() 202 (*reductions_applied)++; in RunPasses() 204 << *reductions_applied << "."; in RunPasses() 220 *reductions_applied)) { in RunPasses() 232 } while (!ReachedStepLimit(*reductions_applied, options)); in RunPasses() [all …]
|
D | reducer.h | 110 std::vector<uint32_t>* current_binary, uint32_t* reductions_applied);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 68 uint32_t reductions_applied = 0; in Run() local 79 if (!interestingness_function_(current_binary, reductions_applied)) { in Run() 87 &reductions_applied); in Run() 92 ¤t_binary, &reductions_applied); in Run() 164 uint32_t* const reductions_applied) { in RunPasses() argument 171 while (!ReachedStepLimit(*reductions_applied, options) && in RunPasses() 202 (*reductions_applied)++; in RunPasses() 204 << *reductions_applied << "."; in RunPasses() 220 *reductions_applied)) { in RunPasses() 232 } while (!ReachedStepLimit(*reductions_applied, options)); in RunPasses() [all …]
|
D | reducer.h | 110 std::vector<uint32_t>* current_binary, uint32_t* reductions_applied);
|
/third_party/spirv-tools/tools/reduce/ |
D | reduce.cpp | 302 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in main() argument 305 << reductions_applied << ".spv"; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/ |
D | reduce.cpp | 302 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in main() argument 305 << reductions_applied << ".spv"; in main()
|
/third_party/skia/third_party/externals/spirv-tools/tools/reduce/ |
D | reduce.cpp | 302 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in main() argument 305 << reductions_applied << ".spv"; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 539 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in Shrink() argument 542 << reductions_applied << ".spv"; in Shrink()
|
/third_party/spirv-tools/tools/fuzz/ |
D | fuzz.cpp | 539 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in Shrink() argument 542 << reductions_applied << ".spv"; in Shrink()
|
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/ |
D | fuzz.cpp | 539 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in Shrink() argument 542 << reductions_applied << ".spv"; in Shrink()
|