Lines Matching refs:bj
155 const GLfloat bj = _mesa_half_to_float(rowB[j][e]); \
161 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
442 GLfloat aj, ak, bj, bk;
445 bj = _mesa_half_to_float(rowB[j][comp]);
447 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
459 GLfloat aj, ak, bj, bk;
462 bj = _mesa_half_to_float(rowB[j][comp]);
464 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
476 GLfloat aj, ak, bj, bk;
479 bj = _mesa_half_to_float(rowB[j][comp]);
481 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
492 GLfloat aj, ak, bj, bk;
495 bj = _mesa_half_to_float(rowB[j]);
497 dst[i] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);