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

Method IsOpcodeInCurrentLayoutSection

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

Source from the content-addressed store, hash-verified

331}
332
333bool ValidationState_t::IsOpcodeInCurrentLayoutSection(spv::Op op) {
334 return IsInstructionInLayoutSection(current_layout_section_, op);
335}
336
337DiagnosticStream ValidationState_t::diag(spv_result_t error_code,
338 const Instruction* inst) {

Callers 4

ModuleScopedInstructionsFunction · 0.80
GraphScopedInstructionsFunction · 0.80
TEST_FFunction · 0.80

Calls 1

Tested by 1

TEST_FFunction · 0.64