Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c86 batch->use_shadow_copy = !devinfo->has_llc; in intel_batchbuffer_init()
88 if (batch->use_shadow_copy) { in intel_batchbuffer_init()
178 if (!batch->use_shadow_copy) in recreate_growing_buffer()
253 if (batch->use_shadow_copy) { in intel_batchbuffer_free()
338 if (batch->use_shadow_copy) { in grow_buffer()
895 if (batch->use_shadow_copy) { in submit_batch()
Dbrw_context.h497 bool use_shadow_copy; member