HomeSort by: relevance | last modified time | path
    Searched refs:mmap_mode (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_bufmgr.c 828 enum iris_mmap_mode mmap_mode,
843 if (mmap_mode != cur->real.mmap_mode)
1022 enum iris_mmap_mode mmap_mode = local
1030 bo = alloc_bo_from_cache(bufmgr, bucket, alignment, memzone, mmap_mode,
1035 bo = alloc_bo_from_cache(bufmgr, bucket, alignment, memzone, mmap_mode,
1068 assert(bo->real.map == NULL || bo->real.mmap_mode == mmap_mode);
1069 bo->real.mmap_mode = mmap_mode;
    [all...]
iris_bufmgr.h 245 enum iris_mmap_mode mmap_mode; member in struct:iris_bo::__anon1223::__anon1224
411 return bo->real.mmap_mode;

Completed in 28 milliseconds