Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c650 #define K0BIT 16 macro
2080 if (k0 < 0 || k0 >= depth) useBorderColor |= K0BIT; in sample_3d_linear()
2085 if (useBorderColor & (I0BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2091 if (useBorderColor & (I1BIT | J0BIT | K0BIT)) { in sample_3d_linear()
2097 if (useBorderColor & (I0BIT | J1BIT | K0BIT)) { in sample_3d_linear()
2103 if (useBorderColor & (I1BIT | J1BIT | K0BIT)) { in sample_3d_linear()
3196 if (array < 0 || array >= height) useBorderColor |= K0BIT; in sample_1d_array_linear()
3199 if (useBorderColor & (I0BIT | K0BIT)) { in sample_1d_array_linear()
3205 if (useBorderColor & (I1BIT | K0BIT)) { in sample_1d_array_linear()