Searched refs:maybe_fresh_ids (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 110 std::vector<uint32_t> maybe_fresh_ids; in IsApplicable() local 111 maybe_fresh_ids.reserve(predecessor_id_to_fresh_id.size()); in IsApplicable() 113 maybe_fresh_ids.push_back(entry.second); in IsApplicable() 117 return !fuzzerutil::HasDuplicates(maybe_fresh_ids) && in IsApplicable() 118 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable()
|
D | transformation_propagate_instruction_down.cpp | 56 std::vector<uint32_t> maybe_fresh_ids = {message_.phi_fresh_id()}; in IsApplicable() local 57 maybe_fresh_ids.reserve(successor_id_to_fresh_id.size()); in IsApplicable() 59 maybe_fresh_ids.push_back(entry.second); in IsApplicable() 63 return !fuzzerutil::HasDuplicates(maybe_fresh_ids) && in IsApplicable() 64 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 110 std::vector<uint32_t> maybe_fresh_ids; in IsApplicable() local 111 maybe_fresh_ids.reserve(predecessor_id_to_fresh_id.size()); in IsApplicable() 113 maybe_fresh_ids.push_back(entry.second); in IsApplicable() 117 return !fuzzerutil::HasDuplicates(maybe_fresh_ids) && in IsApplicable() 118 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable()
|
D | transformation_propagate_instruction_down.cpp | 56 std::vector<uint32_t> maybe_fresh_ids = {message_.phi_fresh_id()}; in IsApplicable() local 57 maybe_fresh_ids.reserve(successor_id_to_fresh_id.size()); in IsApplicable() 59 maybe_fresh_ids.push_back(entry.second); in IsApplicable() 63 return !fuzzerutil::HasDuplicates(maybe_fresh_ids) && in IsApplicable() 64 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 110 std::vector<uint32_t> maybe_fresh_ids; in IsApplicable() local 111 maybe_fresh_ids.reserve(predecessor_id_to_fresh_id.size()); in IsApplicable() 113 maybe_fresh_ids.push_back(entry.second); in IsApplicable() 117 return !fuzzerutil::HasDuplicates(maybe_fresh_ids) && in IsApplicable() 118 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable()
|
D | transformation_propagate_instruction_down.cpp | 56 std::vector<uint32_t> maybe_fresh_ids = {message_.phi_fresh_id()}; in IsApplicable() local 57 maybe_fresh_ids.reserve(successor_id_to_fresh_id.size()); in IsApplicable() 59 maybe_fresh_ids.push_back(entry.second); in IsApplicable() 63 return !fuzzerutil::HasDuplicates(maybe_fresh_ids) && in IsApplicable() 64 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable()
|