HomeSort by relevance Sort by last modified time
    Searched refs:m2mf_copy_rect (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_transfer.c 433 nvc0->m2mf_copy_rect(nvc0, &tx->rect[1], &tx->rect[0],
486 nvc0->m2mf_copy_rect(nvc0, &tx->rect[0], &tx->rect[1],
589 nvc0->m2mf_copy_rect = nve4_m2mf_transfer_rect;
593 nvc0->m2mf_copy_rect = nvc0_m2mf_transfer_rect;
nvc0_context.h 163 void (*m2mf_copy_rect)(struct nvc0_context *, member in struct:nvc0_context
nvc0_surface.c 242 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny);
    [all...]

Completed in 505 milliseconds