Searched refs:BO_ALLOC_COHERENT (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.h194 #define BO_ALLOC_COHERENT (1<<1) macro
H A Diris_bufmgr.c383 if ((flags & BO_ALLOC_COHERENT) && !bufmgr->has_llc) {
513 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) {
H A Diris_resource.c671 flags |= BO_ALLOC_COHERENT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.h149 #define BO_ALLOC_COHERENT (1 << 1) macro
H A Dcrocus_bufmgr.c433 if ((flags & BO_ALLOC_COHERENT) && !bo->cache_coherent) {
H A Dcrocus_resource.c700 flags |= BO_ALLOC_COHERENT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.h270 #define BO_ALLOC_COHERENT (1<<1) macro
H A Diris_bufmgr.c1001 !(flags & BO_ALLOC_COHERENT || flags & BO_ALLOC_SMEM);
1004 if (memzone != IRIS_MEMZONE_OTHER || (flags & BO_ALLOC_COHERENT))
1020 (flags & BO_ALLOC_COHERENT);
1074 if ((flags & BO_ALLOC_COHERENT) &&
H A Diris_resource.c421 flags |= BO_ALLOC_SMEM | BO_ALLOC_COHERENT;

Completed in 18 milliseconds