Searched refs:hw_nblocksy (Results 1 – 3 of 3) sorted by relevance
138 h = st->hw_nblocksy * blockheight; in svga_transfer_dma()269 st->hw_nblocksy = nblocksy; in svga_texture_get_transfer()274 st->hw_nblocksy*st->base.stride); in svga_texture_get_transfer()275 while(!st->hwbuf && (st->hw_nblocksy /= 2)) { in svga_texture_get_transfer()279 st->hw_nblocksy*st->base.stride); in svga_texture_get_transfer()285 if(st->hw_nblocksy < nblocksy) { in svga_texture_get_transfer()293 (nblocksy + st->hw_nblocksy - 1)/st->hw_nblocksy, in svga_texture_get_transfer()294 (st->hw_nblocksy*st->base.stride + 1023)/1024); in svga_texture_get_transfer()
93 unsigned hw_nblocksy; member
466 pSuffix->maximumOffset = st->hw_nblocksy*st->base.stride; in SVGA3D_SurfaceDMA()