Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c654 #define K1BIT 32 macro
2086 if (k1 < 0 || k1 >= depth) useBorderColor |= K1BIT; in sample_3d_linear()
2115 if (useBorderColor & (I0BIT | J0BIT | K1BIT)) { in sample_3d_linear()
2121 if (useBorderColor & (I1BIT | J0BIT | K1BIT)) { in sample_3d_linear()
2127 if (useBorderColor & (I0BIT | J1BIT | K1BIT)) { in sample_3d_linear()
2133 if (useBorderColor & (I1BIT | J1BIT | K1BIT)) { in sample_3d_linear()