Searched refs:cutoff (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c260 float cutoff = MAX2(a3, 1 / (1 - l->_CosCutoff)); local in function:nv10_get_spot_coeff
262 k[0] = MAX2(0, a0 + b0 * cutoff);
264 k[2] = a2 + b2 * cutoff;
265 k[3] = - cutoff * l->_NormSpotDirection[0];
266 k[4] = - cutoff * l->_NormSpotDirection[1];
267 k[5] = - cutoff * l->_NormSpotDirection[2];
268 k[6] = 1 - cutoff;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c260 float cutoff = MAX2(a3, 1 / (1 - lu->_CosCutoff)); local in function:nv10_get_spot_coeff
262 k[0] = MAX2(0, a0 + b0 * cutoff);
264 k[2] = a2 + b2 * cutoff;
265 k[3] = - cutoff * l->_NormSpotDirection[0];
266 k[4] = - cutoff * l->_NormSpotDirection[1];
267 k[5] = - cutoff * l->_NormSpotDirection[2];
268 k[6] = 1 - cutoff;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.0.8.rst105 - nv50/ir: fix cutoff for using r63 vs r127 when replacing zero

Completed in 5 milliseconds