Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c648 #define J0BIT 4 macro
1173 if (j0 < 0 || j0 >= height) useBorderColor |= J0BIT; in sample_2d_linear()
1178 if (useBorderColor & (I0BIT | J0BIT)) { in sample_2d_linear()
1184 if (useBorderColor & (I1BIT | J0BIT)) { in sample_2d_linear()
2078 if (j0 < 0 || j0 >= height) useBorderColor |= J0BIT; in sample_3d_linear()
2085 if (useBorderColor & (I0BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2091 if (useBorderColor & (I1BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2110 if (useBorderColor & (I0BIT | J0BIT | K1BIT)) { in sample_3d_linear()
2116 if (useBorderColor & (I1BIT | J0BIT | K1BIT)) { in sample_3d_linear()
2742 if (j0 < 0 || j0 >= height) useBorderColor |= J0BIT; in sample_linear_rect()
[all …]