HomeSort by relevance Sort by last modified time
    Searched refs:log2i (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_tex.c 95 filter |= log2i(sa->MaxAnisotropy) << 31 |
97 log2i(sa->MaxAnisotropy) << 27 |
nv04_surface.c 237 log2i(dst->width) << 16 |
238 log2i(dst->height) << 24);
328 unsigned k = log2i(MIN2(s->width, s->height));
nouveau_util.h 106 log2i(unsigned i) function
nv10_state_tex.c 193 | log2i(sa->MaxAnisotropy) << 4;
nv20_state_tex.c 205 | log2i(sa->MaxAnisotropy) << 4;

Completed in 251 milliseconds