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

Method IsForwardPointer

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

Source from the content-addressed store, hash-verified

271}
272
273bool ValidationState_t::IsForwardPointer(uint32_t id) const {
274 return (forward_pointer_ids_.find(id) != forward_pointer_ids_.end());
275}
276
277void ValidationState_t::AssignNameToId(uint32_t id, std::string name) {
278 operand_names_[id] = name;

Callers 1

IdPassFunction · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected