Searched refs:qClamped (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2429 const int qClamped = q >= 0.0F ? q : 0; local in function:img_filter_2d_ewa
2430 const float weight = weightLut[qClamped];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1723 const GLint qClamped = q >= 0.0F ? (GLint) q : 0; local in function:sample_2d_ewa
1724 GLfloat weight = weightLut[qClamped];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2443 const int qClamped = q >= 0.0F ? q : 0; local in function:img_filter_2d_ewa
2444 const float weight = weightLut[qClamped];
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1723 const GLint qClamped = q >= 0.0F ? (GLint) q : 0; local in function:sample_2d_ewa
1724 GLfloat weight = weightLut[qClamped];

Completed in 24 milliseconds