Searched refs:m2mf_copy_rect (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_transfer.c391 nvc0->m2mf_copy_rect(nvc0, &tx->rect[1], &tx->rect[0],
418 nvc0->m2mf_copy_rect(nvc0, &tx->rect[0], &tx->rect[1],
505 nvc0->m2mf_copy_rect = nve4_m2mf_transfer_rect;
509 nvc0->m2mf_copy_rect = nvc0_m2mf_transfer_rect;
H A Dnvc0_context.h82 void (*m2mf_copy_rect)(struct nvc0_context *, member in struct:nvc0_context
H A Dnvc0_surface.c238 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny);

Completed in 105 milliseconds