Home
last modified time | relevance | path

Searched refs:SpvOpBranch (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp636 case SpvOpBranch: in opcode_text()
782 case SpvOpBranch: // fall through in writeOpCode()
2379 this->writeInstruction(SpvOpBranch, end, out); in writeLogicalAnd()
2400 this->writeInstruction(SpvOpBranch, end, out); in writeLogicalOr()
2431 this->writeInstruction(SpvOpBranch, end, out); in writeTernaryExpression()
2434 this->writeInstruction(SpvOpBranch, end, out); in writeTernaryExpression()
2852 this->writeInstruction(SpvOpBranch, fBreakTarget.top(), out); in writeStatement()
2855 this->writeInstruction(SpvOpBranch, fContinueTarget.top(), out); in writeStatement()
2882 this->writeInstruction(SpvOpBranch, end, out); in writeIfStatement()
2887 this->writeInstruction(SpvOpBranch, end, out); in writeIfStatement()
[all …]
Dspirv.h801 SpvOpBranch = 249, enumerator
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c148 case SpvOpBranch: in vtn_cfg_handle_prepass_instruction()
306 case SpvOpBranch: { in vtn_cfg_walk_blocks()
Dspirv.h801 SpvOpBranch = 249, enumerator