Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c465 grow->partial_bo_map = NULL; in recreate_growing_buffer()
614 memcpy(grow->map, grow->partial_bo_map, grow->partial_bytes); in finish_growing_bos()
617 grow->partial_bo_map = NULL; in finish_growing_bos()
644 grow->partial_bo_map = grow->map; in crocus_grow_buffer()
Dcrocus_batch.h77 void *partial_bo_map; member