/third_party/flutter/skia/third_party/externals/spirv-tools/source/comp/ |
D | markv_codec.cpp | 589 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/ |
D | val_validation_state_test.cpp | 93 EXPECT_EQ(unsigned(3), vstate_->getIdBound()); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_instruction.cpp | 350 if (inst->id() >= _.getIdBound()) { in LimitCheckIdBound() 353 << "' must be less than the ID bound '" << _.getIdBound() << "'."; in LimitCheckIdBound()
|
D | validation_state.h | 156 uint32_t getIdBound() const;
|
D | validation_state.cpp | 629 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/ |
D | validate_instruction.cpp | 350 if (inst->id() >= _.getIdBound()) { in LimitCheckIdBound() 353 << "' must be less than the ID bound '" << _.getIdBound() << "'."; in LimitCheckIdBound()
|
D | validation_state.h | 156 uint32_t getIdBound() const;
|
D | validation_state.cpp | 629 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/ |
D | validate_instruction.cpp | 207 if (inst->result_id >= _.getIdBound()) { in LimitCheckIdBound() 210 << "' must be less than the ID bound '" << _.getIdBound() << "'."; in LimitCheckIdBound()
|
/third_party/spirv-tools/source/val/ |
D | validate_instruction.cpp | 350 if (inst->id() >= _.getIdBound()) { in LimitCheckIdBound() 353 << "' must be less than the ID bound '" << _.getIdBound() << "'."; in LimitCheckIdBound()
|
D | validation_state.h | 155 uint32_t getIdBound() const;
|
D | validation_state.cpp | 789 uint32_t ValidationState_t::getIdBound() const { return id_bound_; } in getIdBound() function in spvtools::val::ValidationState_t
|
/third_party/spirv-tools/test/val/ |
D | val_validation_state_test.cpp | 172 EXPECT_EQ(unsigned(3), vstate_->getIdBound()); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_validation_state_test.cpp | 172 EXPECT_EQ(unsigned(3), vstate_->getIdBound()); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_validation_state_test.cpp | 172 EXPECT_EQ(unsigned(3), vstate_->getIdBound()); in TEST_F()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.h | 103 uint32_t getIdBound() const;
|
D | validation_state.cpp | 408 uint32_t ValidationState_t::getIdBound() const { return id_bound_; } in getIdBound() function in libspirv::ValidationState_t
|