Searched refs:MAP_RAW (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.h | 341 #define MAP_RAW (PIPE_MAP_DRV_PRV << 0) macro 342 #define MAP_INTERNAL_MASK (MAP_RAW)
|
D | iris_resource.c | 924 map = iris_bo_map(NULL, res->bo, MAP_WRITE | MAP_RAW); in iris_resource_init_aux_buf() 936 map = iris_bo_map(NULL, res->bo, MAP_WRITE | MAP_RAW); in iris_resource_init_aux_buf() 948 map = iris_bo_map(NULL, res->bo, MAP_WRITE | MAP_RAW); in iris_resource_init_aux_buf() 2121 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in iris_unmap_s8() 2168 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in iris_map_s8() 2226 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in iris_unmap_tiled_memcpy() 2270 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in iris_map_tiled_memcpy() 2586 uint8_t *dst = iris_bo_map(&ice->dbg, res->bo, MAP_WRITE | MAP_RAW); in iris_texture_subdata()
|
D | iris_bufmgr.c | 853 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_slabs() 943 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_cache() 1534 if (flags & MAP_RAW) in print_flags() 2315 buf->map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in intel_aux_map_buffer_alloc()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 333 void *map = crocus_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_cache() 774 if (flags & MAP_RAW) in print_flags() 1044 if (flags & (MAP_PERSISTENT | MAP_COHERENT | MAP_ASYNC | MAP_RAW)) in can_map_cpu() 1054 if (bo->tiling_mode != I915_TILING_NONE && !(flags & MAP_RAW)) in crocus_bo_map() 1075 if (!map && !(flags & MAP_RAW)) { in crocus_bo_map()
|
D | crocus_bufmgr.h | 230 #define MAP_RAW (0x01 << 24) macro
|
D | crocus_resource.c | 569 void *map = crocus_bo_map(NULL, res->aux.bo, MAP_WRITE | MAP_RAW); in crocus_resource_init_aux_buf() 1381 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_unmap_s8() 1429 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_map_s8() 1486 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_unmap_tiled_memcpy() 1529 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_map_tiled_memcpy()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 3245 - iris: Assert on mapping a tiled buffer without MAP_RAW
|