Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp324 TIntermBinary *ndcViewport = new TIntermBinary(EOpMul, viewportZW, ndcPlusOne); in AddBresenhamEmulationVS() local
326 new TIntermBinary(EOpVectorTimesScalar, ndcViewport, CreateFloatNode(0.5f)); in AddBresenhamEmulationVS()