Home
last modified time | relevance | path

Searched refs:PairIdRefIdRef (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/common/spirv/
Dspirv_types.h90 struct PairIdRefIdRef struct
108 using PairIdRefIdRefList = FastVectorHelper<PairIdRefIdRef>; argument
Dspirv_instruction_parser_autogen.cpp3217 PairIdRefIdRef{IdRef(_instruction[_o]), IdRef(_instruction[_o + 1])}); in ParsePhi()
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp2055 {spirv::PairIdRefIdRef{left, leftBlockId}, spirv::PairIdRefIdRef{right, rightBlockId}}); in endShortCircuit()
5229 {spirv::PairIdRefIdRef{trueValue, trueBlockId}, in visitTernary()
5230 spirv::PairIdRefIdRef{falseValue, falseBlockId}}); in visitTernary()