Home
last modified time | relevance | path

Searched refs:rowAg0 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmipmap.c496 const GLint rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row() local
505 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
521 const GLint rowAg0 = (rowA[j] >> 4) & 0xf; in do_row() local
534 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
551 const GLint rowAg0 = (rowA[j] >> 5) & 0x1f; in do_row() local
564 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
581 const GLint rowAg0 = (rowA[j] >> 6) & 0x1f; in do_row() local
594 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
612 const GLint rowAg0 = (rowA[j] >> 2) & 0x7; in do_row() local
621 const GLint green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c422 const int rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row() local
431 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
447 const int rowAg0 = (rowA[j] >> 4) & 0xf; in do_row() local
460 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
477 const int rowAg0 = (rowA[j] >> 5) & 0x1f; in do_row() local
490 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
507 const int rowAg0 = (rowA[j] >> 2) & 0x7; in do_row() local
516 const int green = (rowAg0 + rowAg1 + rowBg0 + rowBg1) >> 2; in do_row()
738 const int rowAg0 = (rowA[j] >> 5) & 0x3f; in do_row_3D() local
756 const int g = FILTER_SUM_3D(rowAg0, rowAg1, rowBg0, rowBg1, in do_row_3D()
[all …]