Searched refs:hw_nblocksy (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c134 h = st->hw_nblocksy * blockheight;
287 st->hw_nblocksy = nblocksy;
290 st->hw_nblocksy * st->base.stride * d);
292 while (!st->hwbuf && (st->hw_nblocksy /= 2)) {
295 st->hw_nblocksy * st->base.stride * d);
301 if (st->hw_nblocksy < nblocksy) {
310 (nblocksy + st->hw_nblocksy - 1) / st->hw_nblocksy,
311 (st->hw_nblocksy * st->base.stride + 1023) / 1024);
398 st->hw_nblocksy
[all...]
H A Dsvga_resource_texture.h129 unsigned hw_nblocksy; member in struct:svga_transfer
H A Dsvga_cmd.c476 pSuffix->maximumOffset = st->hw_nblocksy*st->base.stride;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h133 unsigned hw_nblocksy; member in struct:svga_transfer
H A Dsvga_resource_texture.c140 h = st->hw_nblocksy * blockheight;
334 st->hw_nblocksy = nblocksy;
337 st->hw_nblocksy * st->base.stride * d);
339 while (!st->hwbuf && (st->hw_nblocksy /= 2)) {
342 st->hw_nblocksy * st->base.stride * d);
348 if (st->hw_nblocksy < nblocksy) {
357 (nblocksy + st->hw_nblocksy - 1) / st->hw_nblocksy,
358 (st->hw_nblocksy * st->base.stride + 1023) / 1024);
448 st->hw_nblocksy
[all...]
H A Dsvga_cmd.c476 pSuffix->maximumOffset = st->hw_nblocksy*st->base.stride;

Completed in 10 milliseconds