Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c652 #define J1BIT 8 macro
1177 if (j1 < 0 || j1 >= height) useBorderColor |= J1BIT; in sample_2d_linear()
1193 if (useBorderColor & (I0BIT | J1BIT)) { in sample_2d_linear()
1199 if (useBorderColor & (I1BIT | J1BIT)) { in sample_2d_linear()
2084 if (j1 < 0 || j1 >= height) useBorderColor |= J1BIT; in sample_3d_linear()
2102 if (useBorderColor & (I0BIT | J1BIT | K0BIT)) { in sample_3d_linear()
2108 if (useBorderColor & (I1BIT | J1BIT | K0BIT)) { in sample_3d_linear()
2127 if (useBorderColor & (I0BIT | J1BIT | K1BIT)) { in sample_3d_linear()
2133 if (useBorderColor & (I1BIT | J1BIT | K1BIT)) { in sample_3d_linear()
2748 if (j1 < 0 || j1 >= height) useBorderColor |= J1BIT; in sample_linear_rect()
[all …]