Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DSpecializationConstant.cpp67 TIntermAggregate *constVarConstructor = in CreateMat2x2() local
69 return constVarConstructor; in CreateMat2x2()
122 TIntermAggregate *constVarConstructor = in CreateVec2() local
124 return constVarConstructor; in CreateVec2()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp314 TIntermAggregate *constVarConstructor = in insertRasterizerDiscardLogic() local
319 new TIntermBinary(TOperator::EOpAssign, positionRef->deepCopy(), constVarConstructor); in insertRasterizerDiscardLogic()
DTranslatorMetalDirect.cpp557 TIntermAggregate *constVarConstructor = in insertRasterizationDiscardLogic() local
562 new TIntermBinary(TOperator::EOpAssign, positionRef->deepCopy(), constVarConstructor); in insertRasterizationDiscardLogic()