Searched refs:rowBa0 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c557 const GLint rowBa0 = (rowB[j] >> 12) & 0xf; local in function:do_row
562 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2;
587 const GLint rowBa0 = (rowB[j] >> 15) & 0x1; local in function:do_row
592 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2;
617 const GLint rowBa0 = (rowB[j] & 0x1); local in function:do_row
622 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2;
695 const GLint rowBa0 = (rowB[j] >> 30) & 0x3; local in function:do_row
700 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2;
1133 const GLint rowBa0 = (rowB[j] >> 12) & 0xf; local in function:do_row_3D
1145 const GLint a = FILTER_SUM_3D(rowAa0, rowAa1, rowBa0, rowBa
1182 const GLint rowBa0 = (rowB[j] >> 15) & 0x1; local in function:do_row_3D
1231 const GLint rowBa0 = (rowB[j] & 0x1); local in function:do_row_3D
1346 const GLint rowBa0 = (rowB[j] >> 30) & 0x3; local in function:do_row_3D
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c557 const GLint rowBa0 = (rowB[j] >> 12) & 0xf; local in function:do_row
562 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2;
587 const GLint rowBa0 = (rowB[j] >> 15) & 0x1; local in function:do_row
592 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2;
617 const GLint rowBa0 = (rowB[j] & 0x1); local in function:do_row
622 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2;
695 const GLint rowBa0 = (rowB[j] >> 30) & 0x3; local in function:do_row
700 const GLint alpha = (rowAa0 + rowAa1 + rowBa0 + rowBa1) >> 2;
1133 const GLint rowBa0 = (rowB[j] >> 12) & 0xf; local in function:do_row_3D
1145 const GLint a = FILTER_SUM_3D(rowAa0, rowAa1, rowBa0, rowBa
1182 const GLint rowBa0 = (rowB[j] >> 15) & 0x1; local in function:do_row_3D
1231 const GLint rowBa0 = (rowB[j] & 0x1); local in function:do_row_3D
1346 const GLint rowBa0 = (rowB[j] >> 30) & 0x3; local in function:do_row_3D
[all...]

Completed in 8 milliseconds