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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c70 get_format_blocksy(format, height) * s->pitch,
H A Dnv04_surface.c398 sy = get_format_blocksy(src->format, sy);
400 dy = get_format_blocksy(dst->format, dy);
402 h = get_format_blocksy(src->format, h);
H A Dnouveau_texture.c116 size = get_format_blocksy(st->format, h) * st->pitch;
134 get_format_blocksy(s->format, y) * s->pitch +
140 get_format_blocksy(s->format, y) * s->pitch +
327 size = get_format_blocksy(s->format, height) * pitch;
H A Dnouveau_util.h224 get_format_blocksy(mesa_format format, function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c70 get_format_blocksy(format, height) * s->pitch,
H A Dnv04_surface.c394 sy = get_format_blocksy(src->format, sy);
396 dy = get_format_blocksy(dst->format, dy);
398 h = get_format_blocksy(src->format, h);
H A Dnouveau_texture.c119 size = get_format_blocksy(st->format, h) * st->pitch;
137 get_format_blocksy(s->format, y) * s->pitch +
143 get_format_blocksy(s->format, y) * s->pitch +
330 size = get_format_blocksy(s->format, height) * pitch;
H A Dnouveau_util.h224 get_format_blocksy(mesa_format format, function in typeref:typename:unsigned

Completed in 7 milliseconds