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

Method opLoopMerge

GPCS4/Graphics/SpirV/SpirvModule.cpp:3594–3602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3592
3593
3594 void SpirvModule::opLoopMerge(
3595 uint32_t mergeBlock,
3596 uint32_t continueTarget,
3597 uint32_t loopControl) {
3598 m_code.putIns (spv::OpLoopMerge, 4);
3599 m_code.putWord(mergeBlock);
3600 m_code.putWord(continueTarget);
3601 m_code.putWord(loopControl);
3602 }
3603
3604
3605 void SpirvModule::opSelectionMerge(

Callers 3

emitWholeQuadModeMethod · 0.80
emitControlFlowLoopMethod · 0.80
emitControlFlowBlockMethod · 0.80

Calls 2

putInsMethod · 0.80
putWordMethod · 0.80

Tested by

no test coverage detected