HomeSort by relevance Sort by last modified time
    Searched refs:Dj (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mipmap.c 93 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
97 + (unsigned) Dj + (unsigned) Dk \
108 #define FILTER_SUM_3D_SIGNED(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
112 + Dj + Dk \
139 const GLfloat dj = _mesa_half_to_float(rowD[j][e]); \
141 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c 86 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
90 + (unsigned) Dj + (unsigned) Dk \
101 #define FILTER_SUM_3D_SIGNED(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
105 + Dj + Dk \
132 const GLfloat dj = _mesa_half_to_float(rowD[j][e]); \
134 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c 121 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
125 + (unsigned) Dj + (unsigned) Dk \
152 const float dj = util_half_to_float(rowD[j][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 121 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
125 + (unsigned) Dj + (unsigned) Dk \
152 const float dj = util_half_to_float(rowD[j][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
    [all...]

Completed in 291 milliseconds