/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_parameters.cpp | 75 std::map<uint32_t, uint32_t> call_parameter_ids; in Apply() local 91 call_parameter_ids[instr->result_id()] = variable_id; in Apply() 104 call_parameter_ids[instr->result_id()] = variable_id; in Apply() 121 call_parameter_ids[instr->result_id()] = constant_id; in Apply() 128 current_type_id, std::move(call_parameter_ids), in Apply()
|
H A D | transformation_add_parameter.cpp | 28 uint32_t parameter_type_id, std::map<uint32_t, uint32_t> call_parameter_ids, in TransformationAddParameter() 34 fuzzerutil::MapToRepeatedUInt32Pair(call_parameter_ids); in TransformationAddParameter() 59 fuzzerutil::RepeatedUInt32PairToMap(message_.call_parameter_ids()); in IsApplicable() 106 fuzzerutil::RepeatedUInt32PairToMap(message_.call_parameter_ids()); in Apply() 26 TransformationAddParameter( uint32_t function_id, uint32_t parameter_fresh_id, uint32_t parameter_type_id, std::map<uint32_t, uint32_t> call_parameter_ids, uint32_t function_type_fresh_id) TransformationAddParameter() argument
|
H A D | transformation_add_parameter.h | 33 std::map<uint32_t, uint32_t> call_parameter_ids,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_parameters.cpp | 75 std::map<uint32_t, uint32_t> call_parameter_ids; in Apply() local 91 call_parameter_ids[instr->result_id()] = variable_id; in Apply() 104 call_parameter_ids[instr->result_id()] = variable_id; in Apply() 121 call_parameter_ids[instr->result_id()] = constant_id; in Apply() 128 current_type_id, std::move(call_parameter_ids), in Apply()
|
H A D | transformation_add_parameter.cpp | 28 uint32_t parameter_type_id, std::map<uint32_t, uint32_t> call_parameter_ids, in TransformationAddParameter() 34 fuzzerutil::MapToRepeatedUInt32Pair(call_parameter_ids); in TransformationAddParameter() 59 fuzzerutil::RepeatedUInt32PairToMap(message_.call_parameter_ids()); in IsApplicable() 106 fuzzerutil::RepeatedUInt32PairToMap(message_.call_parameter_ids()); in Apply() 26 TransformationAddParameter( uint32_t function_id, uint32_t parameter_fresh_id, uint32_t parameter_type_id, std::map<uint32_t, uint32_t> call_parameter_ids, uint32_t function_type_fresh_id) TransformationAddParameter() argument
|
H A D | transformation_add_parameter.h | 33 std::map<uint32_t, uint32_t> call_parameter_ids,
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_parameters.cpp | 75 std::map<uint32_t, uint32_t> call_parameter_ids; in Apply() local 91 call_parameter_ids[instr->result_id()] = variable_id; in Apply() 104 call_parameter_ids[instr->result_id()] = variable_id; in Apply() 121 call_parameter_ids[instr->result_id()] = constant_id; in Apply() 128 current_type_id, std::move(call_parameter_ids), in Apply()
|
H A D | transformation_add_parameter.cpp | 28 uint32_t parameter_type_id, std::map<uint32_t, uint32_t> call_parameter_ids, in TransformationAddParameter() 34 fuzzerutil::MapToRepeatedUInt32Pair(call_parameter_ids); in TransformationAddParameter() 59 fuzzerutil::RepeatedUInt32PairToMap(message_.call_parameter_ids()); in IsApplicable() 106 fuzzerutil::RepeatedUInt32PairToMap(message_.call_parameter_ids()); in Apply() 26 TransformationAddParameter( uint32_t function_id, uint32_t parameter_fresh_id, uint32_t parameter_type_id, std::map<uint32_t, uint32_t> call_parameter_ids, uint32_t function_type_fresh_id) TransformationAddParameter() argument
|
H A D | transformation_add_parameter.h | 33 std::map<uint32_t, uint32_t> call_parameter_ids,
|