OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_format_blocksy
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.c
70
get_format_blocksy
(format, height) * s->pitch,
nouveau_texture.c
108
size =
get_format_blocksy
(st->format, h) * st->pitch;
126
get_format_blocksy
(s->format, y) * s->pitch +
185
size =
get_format_blocksy
(st->format, h) * st->pitch;
203
get_format_blocksy
(s->format, y) * s->pitch +
209
get_format_blocksy
(s->format, y) * s->pitch +
397
size =
get_format_blocksy
(s->format, height) * pitch;
nv04_surface.c
398
sy =
get_format_blocksy
(src->format, sy);
400
dy =
get_format_blocksy
(dst->format, dy);
402
h =
get_format_blocksy
(src->format, h);
nouveau_util.h
221
get_format_blocksy
(gl_format format,
function
Completed in 60 milliseconds