Home
last modified time | relevance | path

Searched refs:partial_bo_map (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c456 grow->partial_bo_map = NULL; in recreate_growing_buffer()
605 memcpy(grow->map, grow->partial_bo_map, grow->partial_bytes); in finish_growing_bos()
608 grow->partial_bo_map = NULL; in finish_growing_bos()
635 grow->partial_bo_map = grow->map; in crocus_grow_buffer()
Dcrocus_batch.h77 void *partial_bo_map; member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c248 grow->partial_bo_map = NULL; in recreate_growing_buffer()
376 memcpy(grow->map, grow->partial_bo_map, grow->partial_bytes); in finish_growing_bos()
379 grow->partial_bo_map = NULL; in finish_growing_bos()
436 grow->partial_bo_map = grow->map; in grow_buffer()
Dbrw_context.h470 uint32_t *partial_bo_map; member