Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp80 TIntermAggregate *constVarConstructor = in CreateMat2x2() local
82 return constVarConstructor; in CreateMat2x2()
135 TIntermAggregate *constVarConstructor = in CreateVec2() local
137 return constVarConstructor; in CreateVec2()
/external/angle/src/compiler/translator/
DTranslatorMetal.cpp376 TIntermAggregate *constVarConstructor = in insertRasterizerDiscardLogic() local
381 new TIntermBinary(TOperator::EOpAssign, positionRef->deepCopy(), constVarConstructor); in insertRasterizerDiscardLogic()
DTranslatorMetalDirect.cpp563 TIntermAggregate *constVarConstructor = in insertRasterizationDiscardLogic() local
568 new TIntermBinary(TOperator::EOpAssign, positionRef->deepCopy(), constVarConstructor); in insertRasterizationDiscardLogic()