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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1616 static GLfloat *weightLut = NULL; variable in typeref:typename:GLfloat *
1625 if (!weightLut) {
1626 weightLut = malloc(WEIGHT_LUT_SIZE * sizeof(GLfloat));
1632 weightLut[i] = weight;
1724 GLfloat weight = weightLut[qClamped];
1910 if (!weightLut) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1616 static GLfloat *weightLut = NULL; variable in typeref:typename:GLfloat *
1625 if (!weightLut) {
1626 weightLut = malloc(WEIGHT_LUT_SIZE * sizeof(GLfloat));
1632 weightLut[i] = weight;
1724 GLfloat weight = weightLut[qClamped];
1910 if (!weightLut) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2294 static const float *weightLut = NULL; variable in typeref:typename:const float *
2303 if (!weightLut) {
2312 weightLut = lut;
2430 const float weight = weightLut[qClamped];
3527 if (!weightLut) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2308 static const float *weightLut = NULL; variable in typeref:typename:const float *
2317 if (!weightLut) {
2326 weightLut = lut;
2444 const float weight = weightLut[qClamped];
3541 if (!weightLut) {

Completed in 24 milliseconds