Searched refs:m2mf_copy_rect (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
D | nvc0_transfer.c | 391 nvc0->m2mf_copy_rect(nvc0, &tx->rect[1], &tx->rect[0], in nvc0_miptree_transfer_new() 418 nvc0->m2mf_copy_rect(nvc0, &tx->rect[0], &tx->rect[1], in nvc0_miptree_transfer_del() 505 nvc0->m2mf_copy_rect = nve4_m2mf_transfer_rect; in nvc0_init_transfer_functions() 509 nvc0->m2mf_copy_rect = nvc0_m2mf_transfer_rect; in nvc0_init_transfer_functions()
|
D | nvc0_context.h | 82 void (*m2mf_copy_rect)(struct nvc0_context *, member
|
D | nvc0_surface.c | 238 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny); in nvc0_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_transfer.c | 391 nvc0->m2mf_copy_rect(nvc0, &tx->rect[1], &tx->rect[0], in nvc0_miptree_transfer_new() 418 nvc0->m2mf_copy_rect(nvc0, &tx->rect[0], &tx->rect[1], in nvc0_miptree_transfer_del() 505 nvc0->m2mf_copy_rect = nve4_m2mf_transfer_rect; in nvc0_init_transfer_functions() 509 nvc0->m2mf_copy_rect = nvc0_m2mf_transfer_rect; in nvc0_init_transfer_functions()
|
D | nvc0_context.h | 82 void (*m2mf_copy_rect)(struct nvc0_context *, member
|
D | nvc0_surface.c | 238 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny); in nvc0_resource_copy_region()
|