Searched refs:qinv (Results 1 – 1 of 1) sorted by relevance
424 const int32_t qinv = gglRecip28(q); in fetch_texcoord_impl() local425 coords.S = gglMulx(coords.S, qinv, 28); in fetch_texcoord_impl()426 coords.T = gglMulx(coords.T, qinv, 28); in fetch_texcoord_impl()