Home
last modified time | relevance | path

Searched refs:positionRef (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/
DTranslatorMetal.cpp63 TIntermSymbol *positionRef = new TIntermSymbol(position); in AppendVertexShaderPositionYCorrectionToMain() local
68 TIntermSwizzle *positionY = new TIntermSwizzle(positionRef, swizzleOffsetY); in AppendVertexShaderPositionYCorrectionToMain()
259 TIntermSymbol *positionRef = new TIntermSymbol(position); in transformDepthBeforeCorrection() local
263 TIntermSwizzle *positionZ = new TIntermSwizzle(positionRef, swizzleOffsetZ); in transformDepthBeforeCorrection()
367 TIntermSymbol *positionRef = new TIntermSymbol(position); in insertRasterizerDiscardLogic() local
381 new TIntermBinary(TOperator::EOpAssign, positionRef->deepCopy(), constVarConstructor); in insertRasterizerDiscardLogic()
DTranslatorMetalDirect.cpp460 TIntermSymbol *positionRef = new TIntermSymbol(position); in AppendVertexShaderPositionYCorrectionToMain() local
465 TIntermSwizzle *positionY = new TIntermSwizzle(positionRef, swizzleOffsetY); in AppendVertexShaderPositionYCorrectionToMain()
554 TIntermSymbol *positionRef = new TIntermSymbol(position); in insertRasterizationDiscardLogic() local
568 new TIntermBinary(TOperator::EOpAssign, positionRef->deepCopy(), constVarConstructor); in insertRasterizationDiscardLogic()
587 TIntermSymbol *positionRef = new TIntermSymbol(position); in transformDepthBeforeCorrection() local
591 TIntermSwizzle *positionZ = new TIntermSwizzle(positionRef, swizzleOffsetZ); in transformDepthBeforeCorrection()