Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c653 #define K0BIT 16 macro
2085 if (k0 < 0 || k0 >= depth) useBorderColor |= K0BIT; in sample_3d_linear()
2090 if (useBorderColor & (I0BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2096 if (useBorderColor & (I1BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2102 if (useBorderColor & (I0BIT | J1BIT | K0BIT)) { in sample_3d_linear()
2108 if (useBorderColor & (I1BIT | J1BIT | K0BIT)) { in sample_3d_linear()
3201 if (array < 0 || array >= height) useBorderColor |= K0BIT; in sample_1d_array_linear()
3204 if (useBorderColor & (I0BIT | K0BIT)) { in sample_1d_array_linear()
3210 if (useBorderColor & (I1BIT | K0BIT)) { in sample_1d_array_linear()