Home
last modified time | relevance | path

Searched refs:getIdBound (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/
Dmarkv_codec.cpp589 const uint32_t id = vstate_.getIdBound(); in GetIdAndMoveToFront()
943 spirv_[3] = vstate_.getIdBound(); in DecodeModule()
985 vstate_.setIdBound(std::max(vstate_.getIdBound(), inst->type_id + 1)); in DecodeOperand()
995 inst->result_id = vstate_.getIdBound(); in DecodeOperand()
1029 vstate_.setIdBound(std::max(vstate_.getIdBound(), id + 1)); in DecodeOperand()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_validation_state_test.cpp93 EXPECT_EQ(unsigned(3), vstate_->getIdBound()); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_instruction.cpp350 if (inst->id() >= _.getIdBound()) { in LimitCheckIdBound()
353 << "' must be less than the ID bound '" << _.getIdBound() << "'."; in LimitCheckIdBound()
Dvalidation_state.h156 uint32_t getIdBound() const;
Dvalidation_state.cpp629 uint32_t ValidationState_t::getIdBound() const { return id_bound_; } in getIdBound() function in spvtools::val::ValidationState_t
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp350 if (inst->id() >= _.getIdBound()) { in LimitCheckIdBound()
353 << "' must be less than the ID bound '" << _.getIdBound() << "'."; in LimitCheckIdBound()
Dvalidation_state.h156 uint32_t getIdBound() const;
Dvalidation_state.cpp629 uint32_t ValidationState_t::getIdBound() const { return id_bound_; } in getIdBound() function in spvtools::val::ValidationState_t
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_instruction.cpp207 if (inst->result_id >= _.getIdBound()) { in LimitCheckIdBound()
210 << "' must be less than the ID bound '" << _.getIdBound() << "'."; in LimitCheckIdBound()
/third_party/spirv-tools/source/val/
Dvalidate_instruction.cpp350 if (inst->id() >= _.getIdBound()) { in LimitCheckIdBound()
353 << "' must be less than the ID bound '" << _.getIdBound() << "'."; in LimitCheckIdBound()
Dvalidation_state.h155 uint32_t getIdBound() const;
Dvalidation_state.cpp789 uint32_t ValidationState_t::getIdBound() const { return id_bound_; } in getIdBound() function in spvtools::val::ValidationState_t
/third_party/spirv-tools/test/val/
Dval_validation_state_test.cpp172 EXPECT_EQ(unsigned(3), vstate_->getIdBound()); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_validation_state_test.cpp172 EXPECT_EQ(unsigned(3), vstate_->getIdBound()); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_validation_state_test.cpp172 EXPECT_EQ(unsigned(3), vstate_->getIdBound()); in TEST_F()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.h103 uint32_t getIdBound() const;
Dvalidation_state.cpp408 uint32_t ValidationState_t::getIdBound() const { return id_bound_; } in getIdBound() function in libspirv::ValidationState_t