MCPcopy Create free account
hub / github.com/Inori/GPCS4 / opSelectionMerge

Method opSelectionMerge

GPCS4/Graphics/SpirV/SpirvModule.cpp:3605–3611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3603
3604
3605 void SpirvModule::opSelectionMerge(
3606 uint32_t mergeBlock,
3607 uint32_t selectionControl) {
3608 m_code.putIns (spv::OpSelectionMerge, 3);
3609 m_code.putWord(mergeBlock);
3610 m_code.putWord(selectionControl);
3611 }
3612
3613
3614 void SpirvModule::opBranch(

Callers 3

emitCsLaneReadMethod · 0.80
emitComputeDivergenceMethod · 0.80
emitControlFlowEndIfMethod · 0.80

Calls 2

putInsMethod · 0.80
putWordMethod · 0.80

Tested by

no test coverage detected