OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log2i
(Results
1 - 6
of
6
) 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
97
log2i
(unsigned i)
function
nv10_state_tex.c
193
|
log2i
(sa->MaxAnisotropy) << 4;
nv20_state_tex.c
205
|
log2i
(sa->MaxAnisotropy) << 4;
nv10_state_frag.c
365
*n =
log2i
(ctx->Texture._EnabledUnits) + 1;
Completed in 63 milliseconds