/external/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 80 uint32_t* max_id_bound); 92 uint32_t max_id_bound, opt::ModuleHeader* header); 152 uint32_t* max_id_bound) { in ShiftIdsInModules() argument 161 if (max_id_bound == nullptr) in ShiftIdsInModules() 187 *max_id_bound = id_bound; in ShiftIdsInModules() 194 uint32_t max_id_bound, opt::ModuleHeader* header) { in GenerateHeader() argument 200 if (max_id_bound == 0u) in GenerateHeader() 211 header->bound = max_id_bound; in GenerateHeader() 705 uint32_t max_id_bound = 0u; in Link() local 706 spv_result_t res = ShiftIdsInModules(consumer, &modules, &max_id_bound); in Link() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/link/ |
D | linker.cpp | 80 uint32_t* max_id_bound); 92 uint32_t max_id_bound, opt::ModuleHeader* header); 152 uint32_t* max_id_bound) { in ShiftIdsInModules() argument 161 if (max_id_bound == nullptr) in ShiftIdsInModules() 187 *max_id_bound = id_bound; in ShiftIdsInModules() 194 uint32_t max_id_bound, opt::ModuleHeader* header) { in GenerateHeader() argument 200 if (max_id_bound == 0u) in GenerateHeader() 211 header->bound = max_id_bound; in GenerateHeader() 705 uint32_t max_id_bound = 0u; in Link() local 706 spv_result_t res = ShiftIdsInModules(consumer, &modules, &max_id_bound); in Link() [all …]
|
/external/deqp-deps/SPIRV-Tools/tools/opt/ |
D | opt.cpp | 562 uint32_t max_id_bound = in ParseFlags() local 567 if (max_id_bound < kDefaultMaxIdBound) { in ParseFlags() 572 optimizer_options->set_max_id_bound(max_id_bound); in ParseFlags() 574 max_id_bound); in ParseFlags()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/opt/ |
D | opt.cpp | 589 uint32_t max_id_bound = in ParseFlags() local 594 if (max_id_bound < kDefaultMaxIdBound) { in ParseFlags() 599 optimizer_options->set_max_id_bound(max_id_bound); in ParseFlags() 601 max_id_bound); in ParseFlags()
|
/external/deqp-deps/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()
|
/external/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()
|
/external/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()
|
/external/deqp-deps/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()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate.cpp | 245 if (header.bound > vstate->options()->universal_limits_.max_id_bound) { in ValidateBinaryUsingContextAndValidationState() 249 << vstate->options()->universal_limits_.max_id_bound << "."; in ValidateBinaryUsingContextAndValidationState()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | module.cpp | 30 if (id_bound() >= context()->max_id_bound()) { in TakeNextIdBound()
|
D | ir_context.h | 478 uint32_t max_id_bound() const { return max_id_bound_; } in max_id_bound() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.cpp | 30 if (id_bound() >= context()->max_id_bound()) { in TakeNextIdBound()
|
D | ir_context.h | 482 uint32_t max_id_bound() const { return max_id_bound_; } in max_id_bound() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.cpp | 302 if (header.bound > vstate->options()->universal_limits_.max_id_bound) { in ValidateBinaryUsingContextAndValidationState() 306 << vstate->options()->universal_limits_.max_id_bound << "."; in ValidateBinaryUsingContextAndValidationState()
|