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 D | nouveau_surface.c | 70 get_format_blocksy(format, height) * s->pitch,
|
| H A D | 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);
|
| H A D | nouveau_texture.c | 116 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 D | nouveau_util.h | 224 get_format_blocksy(mesa_format format, function in typeref:typename:unsigned
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_surface.c | 70 get_format_blocksy(format, height) * s->pitch,
|
| H A D | nv04_surface.c | 394 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 D | nouveau_texture.c | 119 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 D | nouveau_util.h | 224 get_format_blocksy(mesa_format format, function in typeref:typename:unsigned
|
Completed in 7 milliseconds