Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp322 float rcpnmf = 1.f / (nearPlane - farPlane); in Perspective() local
335 result.f_[10] = (farPlane + nearPlane) * rcpnmf; in Perspective()
336 result.f_[14] = farPlane * rcpnmf * n2; in Perspective()