Searched refs:caller_id_to_fresh_composite_id (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_replace_params_with_struct.cpp | 31 const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id) { in TransformationReplaceParamsWithStruct() 40 fuzzerutil::MapToRepeatedUInt32Pair(caller_id_to_fresh_composite_id); in TransformationReplaceParamsWithStruct() 102 const auto caller_id_to_fresh_composite_id = in IsApplicable() local 104 message_.caller_id_to_fresh_composite_id()); in IsApplicable() 111 if (!caller_id_to_fresh_composite_id.count(inst->result_id())) { in IsApplicable() 120 for (const auto& entry : caller_id_to_fresh_composite_id) { in IsApplicable() 156 const auto caller_id_to_fresh_composite_id = in Apply() local 158 message_.caller_id_to_fresh_composite_id()); in Apply() 183 caller_id_to_fresh_composite_id.at(inst->result_id()); in Apply() 309 for (auto& pair : message_.caller_id_to_fresh_composite_id()) { in GetFreshIds() 28 TransformationReplaceParamsWithStruct( const std::vector<uint32_t>& parameter_id, uint32_t fresh_function_type_id, uint32_t fresh_parameter_id, const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id) TransformationReplaceParamsWithStruct() argument [all...] |
H A D | transformation_replace_params_with_struct.h | 36 const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id); 48 // - |caller_id_to_fresh_composite_id| should contain a key for at least every 51 // |caller_id_to_fresh_composite_id| are all fresh and unique ids.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_replace_params_with_struct.cpp | 31 const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id) { in TransformationReplaceParamsWithStruct() 40 fuzzerutil::MapToRepeatedUInt32Pair(caller_id_to_fresh_composite_id); in TransformationReplaceParamsWithStruct() 102 const auto caller_id_to_fresh_composite_id = in IsApplicable() local 104 message_.caller_id_to_fresh_composite_id()); in IsApplicable() 111 if (!caller_id_to_fresh_composite_id.count(inst->result_id())) { in IsApplicable() 120 for (const auto& entry : caller_id_to_fresh_composite_id) { in IsApplicable() 156 const auto caller_id_to_fresh_composite_id = in Apply() local 158 message_.caller_id_to_fresh_composite_id()); in Apply() 183 caller_id_to_fresh_composite_id.at(inst->result_id()); in Apply() 309 for (auto& pair : message_.caller_id_to_fresh_composite_id()) { in GetFreshIds() 28 TransformationReplaceParamsWithStruct( const std::vector<uint32_t>& parameter_id, uint32_t fresh_function_type_id, uint32_t fresh_parameter_id, const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id) TransformationReplaceParamsWithStruct() argument [all...] |
H A D | transformation_replace_params_with_struct.h | 36 const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id); 48 // - |caller_id_to_fresh_composite_id| should contain a key for at least every 51 // |caller_id_to_fresh_composite_id| are all fresh and unique ids.
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_replace_params_with_struct.cpp | 31 const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id) { in TransformationReplaceParamsWithStruct() 40 fuzzerutil::MapToRepeatedUInt32Pair(caller_id_to_fresh_composite_id); in TransformationReplaceParamsWithStruct() 102 const auto caller_id_to_fresh_composite_id = in IsApplicable() local 104 message_.caller_id_to_fresh_composite_id()); in IsApplicable() 111 if (!caller_id_to_fresh_composite_id.count(inst->result_id())) { in IsApplicable() 120 for (const auto& entry : caller_id_to_fresh_composite_id) { in IsApplicable() 156 const auto caller_id_to_fresh_composite_id = in Apply() local 158 message_.caller_id_to_fresh_composite_id()); in Apply() 183 caller_id_to_fresh_composite_id.at(inst->result_id()); in Apply() 309 for (auto& pair : message_.caller_id_to_fresh_composite_id()) { in GetFreshIds() 28 TransformationReplaceParamsWithStruct( const std::vector<uint32_t>& parameter_id, uint32_t fresh_function_type_id, uint32_t fresh_parameter_id, const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id) TransformationReplaceParamsWithStruct() argument [all...] |
H A D | transformation_replace_params_with_struct.h | 36 const std::map<uint32_t, uint32_t>& caller_id_to_fresh_composite_id); 48 // - |caller_id_to_fresh_composite_id| should contain a key for at least every 51 // |caller_id_to_fresh_composite_id| are all fresh and unique ids.
|
Completed in 3 milliseconds