Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c649 #define I0BIT 1 macro
894 if (i0 < 0 || i0 >= width) useBorderColor |= I0BIT; in sample_1d_linear()
899 if (useBorderColor & I0BIT) { in sample_1d_linear()
1174 if (i0 < 0 || i0 >= width) useBorderColor |= I0BIT; in sample_2d_linear()
1181 if (useBorderColor & (I0BIT | J0BIT)) { in sample_2d_linear()
1193 if (useBorderColor & (I0BIT | J1BIT)) { in sample_2d_linear()
2081 if (i0 < 0 || i0 >= width) useBorderColor |= I0BIT; in sample_3d_linear()
2090 if (useBorderColor & (I0BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2102 if (useBorderColor & (I0BIT | J1BIT | K0BIT)) { in sample_3d_linear()
2115 if (useBorderColor & (I0BIT | J0BIT | K1BIT)) { in sample_3d_linear()
[all …]