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

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

Completed in 274 milliseconds