Searched refs:rowAr0 (Results 1 – 1 of 1) sorted by relevance
518 const GLint rowAr0 = rowA[j] & 0x1f; in do_row() local530 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()543 const GLint rowAr0 = rowA[j] & 0xf; in do_row() local559 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()573 const GLint rowAr0 = rowA[j] & 0x1f; in do_row() local589 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()603 const GLint rowAr0 = (rowA[j] >> 11) & 0x1f; in do_row() local619 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()634 const GLint rowAr0 = rowA[j] & 0x3; in do_row() local646 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()[all …]