MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / getIdBound

Method getIdBound

source/val/validation_state.cpp:908–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908uint32_t ValidationState_t::getIdBound() const { return id_bound_; }
909
910void ValidationState_t::setIdBound(const uint32_t bound) { id_bound_ = bound; }
911

Callers 2

LimitCheckIdBoundFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64