Searched refs:IRIS_MMAP_NONE (Results 1 – 4 of 4) sorted by relevance
134 IRIS_MMAP_NONE, /**< Cannot be mapped */ enumerator
1203 bo->real.mmap_mode = IRIS_MMAP_NONE; in iris_bo_gem_create_from_name()1495 assert(bo->real.mmap_mode != IRIS_MMAP_NONE); in iris_bo_gem_mmap_offset()1532 assert(bo->real.mmap_mode != IRIS_MMAP_NONE); in iris_bo_map()1533 if (bo->real.mmap_mode == IRIS_MMAP_NONE) in iris_bo_map()1795 bo->real.mmap_mode = IRIS_MMAP_NONE; in iris_bo_import_dmabuf()
2266 if (iris_bo_mmap_mode(res->bo) != IRIS_MMAP_NONE) { in iris_transfer_map()2442 iris_bo_mmap_mode(res->bo) == IRIS_MMAP_NONE) { in iris_texture_subdata()
1974 - iris: Add a new IRIS_MMAP_NONE map type