Home
last modified time | relevance | path

Searched refs:max_id_bound_ (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_optimizer_options.h27 max_id_bound_(kDefaultMaxIdBound), in spv_optimizer_options_t()
40 uint32_t max_id_bound_; member
Dspirv_optimizer_options.cpp40 options->max_id_bound_ = val; in spvOptimizerOptionsSetMaxIdBound()
/third_party/spirv-tools/source/
Dspirv_optimizer_options.h27 max_id_bound_(kDefaultMaxIdBound), in spv_optimizer_options_t()
40 uint32_t max_id_bound_; member
Dspirv_optimizer_options.cpp40 options->max_id_bound_ = val; in spvOptimizerOptionsSetMaxIdBound()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_optimizer_options.h27 max_id_bound_(kDefaultMaxIdBound), in spv_optimizer_options_t()
40 uint32_t max_id_bound_; member
Dspirv_optimizer_options.cpp40 options->max_id_bound_ = val; in spvOptimizerOptionsSetMaxIdBound()
/third_party/spirv-tools/source/opt/
Dir_context.h107 max_id_bound_(kDefaultMaxIdBound), in IRContext()
125 max_id_bound_(kDefaultMaxIdBound), in IRContext()
565 uint32_t max_id_bound() const { return max_id_bound_; } in max_id_bound()
566 void set_max_id_bound(uint32_t new_bound) { max_id_bound_ = new_bound; } in set_max_id_bound()
856 uint32_t max_id_bound_; variable
Doptimizer.cpp599 context->set_max_id_bound(opt_options->max_id_bound_); in Run()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h106 max_id_bound_(kDefaultMaxIdBound), in IRContext()
124 max_id_bound_(kDefaultMaxIdBound), in IRContext()
548 uint32_t max_id_bound() const { return max_id_bound_; } in max_id_bound()
549 void set_max_id_bound(uint32_t new_bound) { max_id_bound_ = new_bound; } in set_max_id_bound()
839 uint32_t max_id_bound_; variable
Doptimizer.cpp589 context->set_max_id_bound(opt_options->max_id_bound_); in Run()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_context.h106 max_id_bound_(kDefaultMaxIdBound), in IRContext()
124 max_id_bound_(kDefaultMaxIdBound), in IRContext()
548 uint32_t max_id_bound() const { return max_id_bound_; } in max_id_bound()
549 void set_max_id_bound(uint32_t new_bound) { max_id_bound_ = new_bound; } in set_max_id_bound()
839 uint32_t max_id_bound_; variable
Doptimizer.cpp589 context->set_max_id_bound(opt_options->max_id_bound_); in Run()