Lines Matching refs:ak
154 const GLfloat ak = _mesa_half_to_float(rowA[k][e]); \
161 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
442 GLfloat aj, ak, bj, bk;
444 ak = _mesa_half_to_float(rowA[k][comp]);
447 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
459 GLfloat aj, ak, bj, bk;
461 ak = _mesa_half_to_float(rowA[k][comp]);
464 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
476 GLfloat aj, ak, bj, bk;
478 ak = _mesa_half_to_float(rowA[k][comp]);
481 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
492 GLfloat aj, ak, bj, bk;
494 ak = _mesa_half_to_float(rowA[k]);
497 dst[i] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);