/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_duplicate_region_with_selection.cpp | 34 const std::map<uint32_t, uint32_t>& original_id_to_phi_id) { in TransformationDuplicateRegionWithSelection() argument 45 fuzzerutil::MapToRepeatedUInt32Pair(original_id_to_phi_id); in TransformationDuplicateRegionWithSelection() 200 std::map<uint32_t, uint32_t> original_id_to_phi_id = in IsApplicable() local 201 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in IsApplicable() 267 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in IsApplicable() 273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable() 325 std::map<uint32_t, uint32_t> original_id_to_phi_id = in Apply() local 326 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in Apply() 347 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in Apply() 348 original_id_to_phi_id.insert( in Apply() [all …]
|
D | fuzzer_pass_duplicate_regions_with_selections.cpp | 93 std::map<uint32_t, uint32_t> original_id_to_phi_id; in Apply() local 109 original_id_to_phi_id[instr.result_id()] = in Apply() 126 original_id_to_duplicate_id, original_id_to_phi_id); in Apply()
|
D | transformation_duplicate_region_with_selection.h | 37 const std::map<uint32_t, uint32_t>& original_id_to_phi_id);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_duplicate_region_with_selection.cpp | 34 const std::map<uint32_t, uint32_t>& original_id_to_phi_id) { in TransformationDuplicateRegionWithSelection() argument 45 fuzzerutil::MapToRepeatedUInt32Pair(original_id_to_phi_id); in TransformationDuplicateRegionWithSelection() 200 std::map<uint32_t, uint32_t> original_id_to_phi_id = in IsApplicable() local 201 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in IsApplicable() 267 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in IsApplicable() 273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable() 325 std::map<uint32_t, uint32_t> original_id_to_phi_id = in Apply() local 326 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in Apply() 347 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in Apply() 348 original_id_to_phi_id.insert( in Apply() [all …]
|
D | fuzzer_pass_duplicate_regions_with_selections.cpp | 93 std::map<uint32_t, uint32_t> original_id_to_phi_id; in Apply() local 109 original_id_to_phi_id[instr.result_id()] = in Apply() 126 original_id_to_duplicate_id, original_id_to_phi_id); in Apply()
|
D | transformation_duplicate_region_with_selection.h | 37 const std::map<uint32_t, uint32_t>& original_id_to_phi_id);
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_duplicate_region_with_selection.cpp | 34 const std::map<uint32_t, uint32_t>& original_id_to_phi_id) { in TransformationDuplicateRegionWithSelection() argument 45 fuzzerutil::MapToRepeatedUInt32Pair(original_id_to_phi_id); in TransformationDuplicateRegionWithSelection() 200 std::map<uint32_t, uint32_t> original_id_to_phi_id = in IsApplicable() local 201 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in IsApplicable() 267 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in IsApplicable() 273 auto phi_id = original_id_to_phi_id.at(instr.result_id()); in IsApplicable() 325 std::map<uint32_t, uint32_t> original_id_to_phi_id = in Apply() local 326 fuzzerutil::RepeatedUInt32PairToMap(message_.original_id_to_phi_id()); in Apply() 347 if (original_id_to_phi_id.count(instr.result_id()) == 0) { in Apply() 348 original_id_to_phi_id.insert( in Apply() [all …]
|
D | fuzzer_pass_duplicate_regions_with_selections.cpp | 93 std::map<uint32_t, uint32_t> original_id_to_phi_id; in Apply() local 109 original_id_to_phi_id[instr.result_id()] = in Apply() 126 original_id_to_duplicate_id, original_id_to_phi_id); in Apply()
|
D | transformation_duplicate_region_with_selection.h | 37 const std::map<uint32_t, uint32_t>& original_id_to_phi_id);
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1407 repeated UInt32Pair original_id_to_phi_id = 8; field
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1407 repeated UInt32Pair original_id_to_phi_id = 8; field
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 1407 repeated UInt32Pair original_id_to_phi_id = 8; field
|