Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c651 #define J0BIT 4 macro
1176 if (j0 < 0 || j0 >= height) useBorderColor |= J0BIT; in sample_2d_linear()
1181 if (useBorderColor & (I0BIT | J0BIT)) { in sample_2d_linear()
1187 if (useBorderColor & (I1BIT | J0BIT)) { in sample_2d_linear()
2083 if (j0 < 0 || j0 >= height) useBorderColor |= J0BIT; in sample_3d_linear()
2090 if (useBorderColor & (I0BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2096 if (useBorderColor & (I1BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2115 if (useBorderColor & (I0BIT | J0BIT | K1BIT)) { in sample_3d_linear()
2121 if (useBorderColor & (I1BIT | J0BIT | K1BIT)) { in sample_3d_linear()
2747 if (j0 < 0 || j0 >= height) useBorderColor |= J0BIT; in sample_linear_rect()
[all …]