Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c492 if (opcode != SpvOpPhi) in vtn_handle_phis_first_pass()
522 if (opcode != SpvOpPhi) in vtn_handle_phi_second_pass()
Dspirv.h797 SpvOpPhi = 245, enumerator
/external/skia/src/sksl/
Dspirv.h797 SpvOpPhi = 245, enumerator
DSkSLSPIRVCodeGenerator.cpp628 case SpvOpPhi: in opcode_text()
2382 this->writeInstruction(SpvOpPhi, this->getType(*fContext.fBool_Type), result, falseConstant, in writeLogicalAnd()
2403 this->writeInstruction(SpvOpPhi, this->getType(*fContext.fBool_Type), result, trueConstant, in writeLogicalOr()