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

Method SetGraphDefinitionRegion

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

Source from the content-addressed store, hash-verified

562}
563
564void ValidationState_t::SetGraphDefinitionRegion(GraphDefinitionRegion region) {
565 assert((region == kGraphDefinitionOutside &&
566 graph_definition_region_ == kGraphDefinitionOutputs) ||
567 region >= graph_definition_region_);
568 graph_definition_region_ = region;
569}
570
571Instruction* ValidationState_t::AddOrderedInstruction(
572 const spv_parsed_instruction_t* inst) {

Callers 1

GraphScopedInstructionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected