Searched refs:mergeInstruction (Results 1 – 2 of 2) sorted by relevance
56 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 …]
371 InsnIterator mergeInstruction; // Structured control flow merge instruction. member in sw::SpirvShader::Block