Searched refs:rowAr0 (Results 1 – 1 of 1) sorted by relevance
493 const GLint rowAr0 = rowA[j] & 0x1f; in do_row() local505 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()518 const GLint rowAr0 = rowA[j] & 0xf; in do_row() local534 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()548 const GLint rowAr0 = rowA[j] & 0x1f; in do_row() local564 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()578 const GLint rowAr0 = (rowA[j] >> 11) & 0x1f; in do_row() local594 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()609 const GLint rowAr0 = rowA[j] & 0x3; in do_row() local621 const GLint red = (rowAr0 + rowAr1 + rowBr0 + rowBr1) >> 2; in do_row()[all …]