Searched refs:partial_bo_map (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c465 grow->partial_bo_map = NULL;
614 memcpy(grow->map, grow->partial_bo_map, grow->partial_bytes);
617 grow->partial_bo_map = NULL;
644 grow->partial_bo_map = grow->map;
H A Dcrocus_batch.h77 void *partial_bo_map; member in struct:crocus_growing_bo
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c247 grow->partial_bo_map = NULL;
365 memcpy(grow->map, grow->partial_bo_map, grow->partial_bytes);
368 grow->partial_bo_map = NULL;
425 grow->partial_bo_map = grow->map;
H A Dbrw_context.h480 uint32_t *partial_bo_map; member in struct:brw_growing_bo
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_batch.c248 grow->partial_bo_map = NULL;
376 memcpy(grow->map, grow->partial_bo_map, grow->partial_bytes);
379 grow->partial_bo_map = NULL;
436 grow->partial_bo_map = grow->map;
H A Dbrw_context.h470 uint32_t *partial_bo_map; member in struct:brw_growing_bo

Completed in 13 milliseconds