HomeSort by relevance Sort by last modified time
    Searched refs:pitch (Results 176 - 200 of 526) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_transfer.c 27 rect->pitch = mt->level[l].pitch;
83 src_ofst += src->y * src->pitch + src->x * cpp;
88 PUSH_DATA (push, src->pitch);
100 dst_ofst += dst->y * dst->pitch + dst->x * cpp;
105 PUSH_DATA (push, dst->pitch);
123 src_ofst += line_count * src->pitch;
129 dst_ofst += line_count * dst->pitch;
302 tx->rect[1].pitch = tx->base.stride;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_screen.c 207 int name, int pitch, void *loaderPrivate)
243 image->pitch = pitch;
248 image->pitch * image->height * image->cpp,
292 image->pitch = rrb->pitch / image->cpp;
344 image->pitch = ((image->cpp * image->width + 255) & ~255) / image->cpp;
348 image->pitch * image->height * image->cpp,
366 *value = image->pitch * image->cpp;
radeon_pixel_read.c 109 !radeon->vtbl.check_blit(dst_format, rrb->pitch / rrb->cpp) || !radeon->vtbl.blit) {
162 rrb->pitch / rrb->cpp,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 27 rect->pitch = mt->level[l].pitch;
83 src_ofst += src->y * src->pitch + src->x * cpp;
88 PUSH_DATA (push, src->pitch);
100 dst_ofst += dst->y * dst->pitch + dst->x * cpp;
105 PUSH_DATA (push, dst->pitch);
123 src_ofst += line_count * src->pitch;
129 dst_ofst += line_count * dst->pitch;
302 tx->rect[1].pitch = tx->base.stride;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 207 int name, int pitch, void *loaderPrivate)
243 image->pitch = pitch;
248 image->pitch * image->height * image->cpp,
292 image->pitch = rrb->pitch / image->cpp;
344 image->pitch = ((image->cpp * image->width + 255) & ~255) / image->cpp;
348 image->pitch * image->height * image->cpp,
366 *value = image->pitch * image->cpp;