Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp327 TIntermBinary *halfZPlusW = new TIntermBinary(EOpMul, zPlusW, oneHalf->deepCopy()); in AppendVertexShaderDepthCorrectionToMain() local
331 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); in AppendVertexShaderDepthCorrectionToMain()