Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c650 #define I1BIT 2 macro
895 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT; in sample_1d_linear()
905 if (useBorderColor & I1BIT) { in sample_1d_linear()
1175 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT; in sample_2d_linear()
1187 if (useBorderColor & (I1BIT | J0BIT)) { in sample_2d_linear()
1199 if (useBorderColor & (I1BIT | J1BIT)) { in sample_2d_linear()
2082 if (i1 < 0 || i1 >= width) useBorderColor |= I1BIT; in sample_3d_linear()
2096 if (useBorderColor & (I1BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2108 if (useBorderColor & (I1BIT | J1BIT | K0BIT)) { in sample_3d_linear()
2121 if (useBorderColor & (I1BIT | J0BIT | K1BIT)) { in sample_3d_linear()
[all …]