Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c646 #define I0BIT 1 macro
891 if (i0 < 0 || i0 >= width) useBorderColor |= I0BIT; in sample_1d_linear()
896 if (useBorderColor & I0BIT) { in sample_1d_linear()
1171 if (i0 < 0 || i0 >= width) useBorderColor |= I0BIT; in sample_2d_linear()
1178 if (useBorderColor & (I0BIT | J0BIT)) { in sample_2d_linear()
1190 if (useBorderColor & (I0BIT | J1BIT)) { in sample_2d_linear()
2076 if (i0 < 0 || i0 >= width) useBorderColor |= I0BIT; in sample_3d_linear()
2085 if (useBorderColor & (I0BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2097 if (useBorderColor & (I0BIT | J1BIT | K0BIT)) { in sample_3d_linear()
2110 if (useBorderColor & (I0BIT | J0BIT | K1BIT)) { in sample_3d_linear()
[all …]