Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DShaderCore.cpp862 auto gpho = g * p - h * o, fphn = f * p - h * n, fogn = f * o - g * n; in MatrixInverse() local
871 s * (b * gpho - c * fphn + d * fogn), in MatrixInverse()
876 s * (-a * gpho + c * ephm - d * eogm), in MatrixInverse()