Home
last modified time | relevance | path

Searched refs:mergeInstruction (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp56 mergeInstruction = insns[0]; in Block()
57 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
58 continueTarget = Block::ID(mergeInstruction.word(2)); in Block()
76 mergeInstruction = insns[0]; in Block()
77 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
82 mergeInstruction = insns[0]; in Block()
83 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
84 continueTarget = Block::ID(mergeInstruction.word(2)); in Block()
105 mergeInstruction = insns[0]; in Block()
106 mergeBlock = Block::ID(mergeInstruction.word(1)); in Block()
[all …]
DSpirvShader.hpp371 InsnIterator mergeInstruction; // Structured control flow merge instruction. member in sw::SpirvShader::Block