Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_types.h87 struct PairIdRefIdRef struct
105 using PairIdRefIdRefList = FastVectorHelper<PairIdRefIdRef>; argument
Dspirv_instruction_parser_autogen.cpp3217 PairIdRefIdRef{IdRef(_instruction[_o]), IdRef(_instruction[_o + 1])}); in ParsePhi()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp2002 {spirv::PairIdRefIdRef{left, leftBlockId}, spirv::PairIdRefIdRef{right, rightBlockId}}); in endShortCircuit()
5187 {spirv::PairIdRefIdRef{trueValue, trueBlockId}, in visitTernary()
5188 spirv::PairIdRefIdRef{falseValue, falseBlockId}}); in visitTernary()