Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp58 TIntermSymbol *positionRef = new TIntermSymbol(position); in AppendVertexShaderPositionYCorrectionToMain() local
63 TIntermSwizzle *positionY = new TIntermSwizzle(positionRef, swizzleOffsetY); in AppendVertexShaderPositionYCorrectionToMain()
195 TIntermSymbol *positionRef = new TIntermSymbol(position); in transformDepthBeforeCorrection() local
199 TIntermSwizzle *positionZ = new TIntermSwizzle(positionRef, swizzleOffsetZ); in transformDepthBeforeCorrection()
305 TIntermSymbol *positionRef = new TIntermSymbol(position); in insertRasterizerDiscardLogic() local
319 new TIntermBinary(TOperator::EOpAssign, positionRef->deepCopy(), constVarConstructor); in insertRasterizerDiscardLogic()
DTranslatorMetalDirect.cpp445 TIntermSymbol *positionRef = new TIntermSymbol(position); in AppendVertexShaderPositionYCorrectionToMain() local
450 TIntermSwizzle *positionY = new TIntermSwizzle(positionRef, swizzleOffsetY); in AppendVertexShaderPositionYCorrectionToMain()
548 TIntermSymbol *positionRef = new TIntermSymbol(position); in insertRasterizationDiscardLogic() local
562 new TIntermBinary(TOperator::EOpAssign, positionRef->deepCopy(), constVarConstructor); in insertRasterizationDiscardLogic()
581 TIntermSymbol *positionRef = new TIntermSymbol(position); in transformDepthBeforeCorrection() local
585 TIntermSwizzle *positionZ = new TIntermSwizzle(positionRef, swizzleOffsetZ); in transformDepthBeforeCorrection()
611 TIntermSymbol *positionRef = new TIntermSymbol(position); in appendVertexShaderDepthCorrectionToMain() local
614 TIntermSwizzle *positionZ = new TIntermSwizzle(positionRef, swizzleOffsetZ); in appendVertexShaderDepthCorrectionToMain()
619 TIntermSwizzle *positionW = new TIntermSwizzle(positionRef->deepCopy(), swizzleOffsetW); in appendVertexShaderDepthCorrectionToMain()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp288 TIntermSymbol *positionRef = new TIntermSymbol(position); in AppendVertexShaderDepthCorrectionToMain() local
292 TIntermSwizzle *positionZ = new TIntermSwizzle(positionRef, swizzleOffsetZ); in AppendVertexShaderDepthCorrectionToMain()
299 TIntermSwizzle *positionW = new TIntermSwizzle(positionRef->deepCopy(), swizzleOffsetW); in AppendVertexShaderDepthCorrectionToMain()