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

Function IsInstructionInLayoutSection

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

Source from the content-addressed store, hash-verified

130}
131
132bool IsInstructionInLayoutSection(ModuleLayoutSection layout, spv::Op op) {
133 return layout == InstructionLayoutSection(layout, op);
134}
135
136// Counts the number of instructions and functions in the file.
137spv_result_t CountInstructions(void* user_data,

Callers 1

Calls 1

InstructionLayoutSectionFunction · 0.85

Tested by

no test coverage detected