Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp323 TIntermSwizzle *positionW = new TIntermSwizzle(positionRef->deepCopy(), swizzleOffsetW); in AppendVertexShaderDepthCorrectionToMain() local
326 TIntermBinary *zPlusW = new TIntermBinary(EOpAdd, positionZ->deepCopy(), positionW->deepCopy()); in AppendVertexShaderDepthCorrectionToMain()