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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c95 filter |= log2i(sa->MaxAnisotropy) << 31 |
97 log2i(sa->MaxAnisotropy) << 27 |
H A Dnv04_surface.c237 log2i(dst->width) << 16 |
238 log2i(dst->height) << 24);
328 unsigned k = log2i(MIN2(s->width, s->height));
H A Dnouveau_util.h97 log2i(unsigned i) function
H A Dnv10_state_tex.c193 | log2i(sa->MaxAnisotropy) << 4;
H A Dnv20_state_tex.c205 | log2i(sa->MaxAnisotropy) << 4;
H A Dnv10_state_frag.c365 *n = log2i(ctx->Texture._EnabledUnits) + 1;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_tex.c95 filter |= log2i(sa->MaxAnisotropy) << 31 |
97 log2i(sa->MaxAnisotropy) << 27 |
H A Dnv04_surface.c237 log2i(dst->width) << 16 |
238 log2i(dst->height) << 24);
328 unsigned k = log2i(MIN2(s->width, s->height));
H A Dnouveau_util.h97 log2i(unsigned i) function
H A Dnv10_state_tex.c193 | log2i(sa->MaxAnisotropy) << 4;
H A Dnv20_state_tex.c205 | log2i(sa->MaxAnisotropy) << 4;
H A Dnv10_state_frag.c365 *n = log2i(ctx->Texture._EnabledUnits) + 1;

Completed in 137 milliseconds