Searched refs:use_shadow_copy (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c221 batch->use_shadow_copy = false;
223 batch->use_shadow_copy = !devinfo->has_llc;
467 if (batch->use_shadow_copy)
547 if (batch->use_shadow_copy) {
646 if (batch->use_shadow_copy) {
832 if (batch->use_shadow_copy) {
H A Dcrocus_batch.h105 bool use_shadow_copy; member in struct:crocus_batch
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_batch.c143 batch->use_shadow_copy = false;
145 batch->use_shadow_copy = !devinfo->has_llc;
252 if (batch->use_shadow_copy)
343 if (batch->use_shadow_copy) {
438 if (batch->use_shadow_copy) {
783 if (batch->use_shadow_copy) {
H A Dbrw_context.h490 bool use_shadow_copy; member in struct:brw_batch
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c145 batch->use_shadow_copy = !devinfo->has_llc;
251 if (batch->use_shadow_copy)
332 if (batch->use_shadow_copy) {
427 if (batch->use_shadow_copy) {
758 if (batch->use_shadow_copy) {
H A Dbrw_context.h500 bool use_shadow_copy; member in struct:intel_batchbuffer

Completed in 16 milliseconds