Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c221 batch->use_shadow_copy = false; in crocus_init_batch()
223 batch->use_shadow_copy = !devinfo->has_llc; in crocus_init_batch()
458 if (batch->use_shadow_copy) in recreate_growing_buffer()
538 if (batch->use_shadow_copy) { in crocus_batch_free()
637 if (batch->use_shadow_copy) { in crocus_grow_buffer()
823 if (batch->use_shadow_copy) { in submit_batch()
Dcrocus_batch.h105 bool use_shadow_copy; member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.c143 batch->use_shadow_copy = false; in brw_batch_init()
145 batch->use_shadow_copy = !devinfo->has_llc; in brw_batch_init()
252 if (batch->use_shadow_copy) in recreate_growing_buffer()
343 if (batch->use_shadow_copy) { in brw_batch_free()
438 if (batch->use_shadow_copy) { in grow_buffer()
783 if (batch->use_shadow_copy) { in submit_batch()
Dbrw_context.h490 bool use_shadow_copy; member