Lines Matching refs:max_id_bound
86 uint32_t* max_id_bound);
94 uint32_t max_id_bound, opt::ModuleHeader* header);
161 uint32_t* max_id_bound) { in ShiftIdsInModules() argument
170 if (max_id_bound == nullptr) in ShiftIdsInModules()
185 *max_id_bound = static_cast<uint32_t>(id_bound); in ShiftIdsInModules()
205 uint32_t max_id_bound, opt::ModuleHeader* header) { in GenerateHeader() argument
211 if (max_id_bound == 0u) in GenerateHeader()
232 header->bound = max_id_bound; in GenerateHeader()
663 const uint32_t max_id_bound = linked_context.module()->id_bound(); in VerifyLimits() local
664 if (max_id_bound >= SPV_LIMIT_RESULT_ID_BOUND) in VerifyLimits()
668 << " " << max_id_bound << " is the current ID bound.\n" in VerifyLimits()
743 uint32_t max_id_bound = 0u; in Link() local
744 spv_result_t res = ShiftIdsInModules(consumer, &modules, &max_id_bound); in Link()
749 res = GenerateHeader(consumer, modules, max_id_bound, &header); in Link()