Searched defs:invQ (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aalinetemp.h73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]); local in function:NAME
H A Ds_aaline.c193 compute_lambda(const GLfloat sPlane[4],const GLfloat tPlane[4],GLfloat invQ,GLfloat width,GLfloat height) argument
H A Ds_span.c418 _swrast_compute_lambda(GLfloat dsdx,GLfloat dsdy,GLfloat dtdx,GLfloat dtdy,GLfloat dqdx,GLfloat dqdy,GLfloat texW,GLfloat texH,GLfloat s,GLfloat t,GLfloat q,GLfloat invQ) argument
551 const GLfloat invQ = (q == 0.0F) ? 1.0F : (1.0F / q); local in function:interpolate_texcoords
590 const GLfloat invQ = (q == 0.0F) ? 1.0F : (1.0F / q); local in function:interpolate_texcoords
604 const GLfloat invQ = (q == 0.0F) ? 1.0F : (1.0F / q); local in function:interpolate_texcoords
[all...]
H A Ds_texfilter.c1918 const GLfloat invQ = (q == 0.0F) ? 1.0F : (1.0F / q); local in function:sample_lambda_2d_aniso
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aalinetemp.h73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]); local in function:NAME
H A Ds_aaline.c192 compute_lambda(const GLfloat sPlane[4],const GLfloat tPlane[4],GLfloat invQ,GLfloat width,GLfloat height) argument
H A Ds_span.c418 _swrast_compute_lambda(GLfloat dsdx,GLfloat dsdy,GLfloat dtdx,GLfloat dtdy,GLfloat dqdx,GLfloat dqdy,GLfloat texW,GLfloat texH,GLfloat s,GLfloat t,GLfloat q,GLfloat invQ) argument
551 const GLfloat invQ = (q == 0.0F) ? 1.0F : (1.0F / q); local in function:interpolate_texcoords
590 const GLfloat invQ = (q == 0.0F) ? 1.0F : (1.0F / q); local in function:interpolate_texcoords
604 const GLfloat invQ = (q == 0.0F) ? 1.0F : (1.0F / q); local in function:interpolate_texcoords
[all...]
H A Ds_texfilter.c1918 const GLfloat invQ = (q == 0.0F) ? 1.0F : (1.0F / q); local in function:sample_lambda_2d_aniso
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.c237 const GLfloat invQ = 1.0f / w; local in function:fetch_vector4_deriv
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.c237 const GLfloat invQ = 1.0f / w; local in function:fetch_vector4_deriv

Completed in 30 milliseconds