/third_party/spirv-tools/source/link/ |
D | linker.cpp | 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() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/link/ |
D | linker.cpp | 83 uint32_t* max_id_bound); 95 uint32_t max_id_bound, opt::ModuleHeader* header); 153 uint32_t* max_id_bound) { in ShiftIdsInModules() argument 162 if (max_id_bound == nullptr) in ShiftIdsInModules() 188 *max_id_bound = id_bound; in ShiftIdsInModules() 195 uint32_t max_id_bound, opt::ModuleHeader* header) { in GenerateHeader() argument 201 if (max_id_bound == 0u) in GenerateHeader() 212 header->bound = max_id_bound; in GenerateHeader() 695 uint32_t max_id_bound = 0u; in Link() local 696 spv_result_t res = ShiftIdsInModules(consumer, &modules, &max_id_bound); in Link() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 83 uint32_t* max_id_bound); 95 uint32_t max_id_bound, opt::ModuleHeader* header); 153 uint32_t* max_id_bound) { in ShiftIdsInModules() argument 162 if (max_id_bound == nullptr) in ShiftIdsInModules() 188 *max_id_bound = id_bound; in ShiftIdsInModules() 195 uint32_t max_id_bound, opt::ModuleHeader* header) { in GenerateHeader() argument 201 if (max_id_bound == 0u) in GenerateHeader() 212 header->bound = max_id_bound; in GenerateHeader() 695 uint32_t max_id_bound = 0u; in Link() local 696 spv_result_t res = ShiftIdsInModules(consumer, &modules, &max_id_bound); in Link() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/ |
D | opt.cpp | 737 uint32_t max_id_bound = in ParseFlags() local 742 if (max_id_bound < kDefaultMaxIdBound) { in ParseFlags() 747 optimizer_options->set_max_id_bound(max_id_bound); in ParseFlags() 749 max_id_bound); in ParseFlags()
|
/third_party/skia/third_party/externals/spirv-tools/tools/opt/ |
D | opt.cpp | 737 uint32_t max_id_bound = in ParseFlags() local 742 if (max_id_bound < kDefaultMaxIdBound) { in ParseFlags() 747 optimizer_options->set_max_id_bound(max_id_bound); in ParseFlags() 749 max_id_bound); in ParseFlags()
|
/third_party/spirv-tools/tools/opt/ |
D | opt.cpp | 749 uint32_t max_id_bound = in ParseFlags() local 754 if (max_id_bound < kDefaultMaxIdBound) { in ParseFlags() 759 optimizer_options->set_max_id_bound(max_id_bound); in ParseFlags() 761 max_id_bound); in ParseFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_limits_test.cpp | 109 getValidatorOptions()->universal_limits_.max_id_bound = id_bound; in TEST_F() 125 getValidatorOptions()->universal_limits_.max_id_bound = id_bound - 1; in TEST_F() 141 getValidatorOptions()->universal_limits_.max_id_bound = id_bound; in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_limits_test.cpp | 109 getValidatorOptions()->universal_limits_.max_id_bound = id_bound; in TEST_F() 125 getValidatorOptions()->universal_limits_.max_id_bound = id_bound - 1; in TEST_F() 141 getValidatorOptions()->universal_limits_.max_id_bound = id_bound; in TEST_F()
|
/third_party/spirv-tools/test/val/ |
D | val_limits_test.cpp | 109 getValidatorOptions()->universal_limits_.max_id_bound = id_bound; in TEST_F() 125 getValidatorOptions()->universal_limits_.max_id_bound = id_bound - 1; in TEST_F() 141 getValidatorOptions()->universal_limits_.max_id_bound = id_bound; in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | spirv_validator_options.h | 35 uint32_t max_id_bound{0x3FFFFF};
|
D | spirv_validator_options.cpp | 78 LIMIT(spv_validator_limit_max_id_bound, max_id_bound) in spvValidatorOptionsSetUniversalLimit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | spirv_validator_options.h | 35 uint32_t max_id_bound{0x3FFFFF};
|
D | spirv_validator_options.cpp | 78 LIMIT(spv_validator_limit_max_id_bound, max_id_bound) in spvValidatorOptionsSetUniversalLimit()
|
/third_party/spirv-tools/source/ |
D | spirv_validator_options.h | 35 uint32_t max_id_bound{0x3FFFFF};
|
D | spirv_validator_options.cpp | 78 LIMIT(spv_validator_limit_max_id_bound, max_id_bound) in spvValidatorOptionsSetUniversalLimit()
|
/third_party/spirv-tools/test/opt/ |
D | constant_manager_test.cpp | 98 context->module()->SetIdBound(context->max_id_bound()); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | constant_manager_test.cpp | 98 context->module()->SetIdBound(context->max_id_bound()); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | constant_manager_test.cpp | 98 context->module()->SetIdBound(context->max_id_bound()); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate.cpp | 186 if (header.bound > vstate->options()->universal_limits_.max_id_bound) { in ValidateBinaryUsingContextAndValidationState() 190 << vstate->options()->universal_limits_.max_id_bound << "."; in ValidateBinaryUsingContextAndValidationState()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.cpp | 186 if (header.bound > vstate->options()->universal_limits_.max_id_bound) { in ValidateBinaryUsingContextAndValidationState() 190 << vstate->options()->universal_limits_.max_id_bound << "."; in ValidateBinaryUsingContextAndValidationState()
|
/third_party/spirv-tools/source/val/ |
D | validate.cpp | 186 if (header.bound > vstate->options()->universal_limits_.max_id_bound) { in ValidateBinaryUsingContextAndValidationState() 190 << vstate->options()->universal_limits_.max_id_bound << "."; in ValidateBinaryUsingContextAndValidationState()
|
/third_party/spirv-tools/source/opt/ |
D | module.cpp | 30 if (id_bound() >= context()->max_id_bound()) { in TakeNextIdBound()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.cpp | 30 if (id_bound() >= context()->max_id_bound()) { in TakeNextIdBound()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.cpp | 30 if (id_bound() >= context()->max_id_bound()) { in TakeNextIdBound()
|
D | ir_context.h | 548 uint32_t max_id_bound() const { return max_id_bound_; } in max_id_bound() function
|