Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DTranslatorMetal.cpp121 TIntermTyped *positionZLHS = positionZ->deepCopy(); in transformDepthBeforeCorrection() local
122 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection()
H A DTranslatorVulkan.cpp330 TIntermTyped *positionZLHS = positionZ->deepCopy(); in AppendVertexShaderDepthCorrectionToMain() local
331 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); in AppendVertexShaderDepthCorrectionToMain()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DTranslatorMetal.cpp223 TIntermTyped *positionZLHS = positionZ->deepCopy(); in transformDepthBeforeCorrection() local
224 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection()
H A DTranslatorVulkan.cpp338 TIntermTyped *positionZLHS = positionZ->deepCopy(); in AppendVertexShaderDepthCorrectionToMain() local
339 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, halfZPlusW); in AppendVertexShaderDepthCorrectionToMain()