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

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

Completed in 149 milliseconds