Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c220 batch->use_shadow_copy = false; in crocus_init_batch()
222 batch->use_shadow_copy = !devinfo->has_llc; in crocus_init_batch()
467 if (batch->use_shadow_copy) in recreate_growing_buffer()
547 if (batch->use_shadow_copy) { in crocus_batch_free()
646 if (batch->use_shadow_copy) { in crocus_grow_buffer()
832 if (batch->use_shadow_copy) { in submit_batch()
Dcrocus_batch.h105 bool use_shadow_copy; member