Searched defs:qClamped (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c1723 const GLint qClamped = q >= 0.0F ? (GLint) q : 0; local
1724 GLfloat weight = weightLut[qClamped];
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2308 const int qClamped = q >= 0.0F ? q : 0; local
2309 const float weight = weightLut[qClamped];

Completed in 177 milliseconds