Searched refs:MAP_RAW (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.h | 313 #define MAP_RAW (PIPE_MAP_DRV_PRV << 0) macro 314 #define MAP_INTERNAL_MASK (MAP_RAW)
|
D | iris_resource.c | 862 void *map = iris_bo_map(NULL, res->aux.bo, MAP_WRITE | MAP_RAW); in iris_resource_init_aux_buf() 1970 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in iris_unmap_s8() 2017 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in iris_map_s8() 2075 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in iris_unmap_tiled_memcpy() 2119 iris_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in iris_map_tiled_memcpy() 2456 uint8_t *dst = iris_bo_map(&ice->dbg, res->bo, MAP_WRITE | MAP_RAW); in iris_texture_subdata()
|
D | iris_bufmgr.c | 804 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_slabs() 892 void *map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_cache() 1428 if (flags & MAP_RAW) in print_flags() 2173 buf->map = iris_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in intel_aux_map_buffer_alloc()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.h | 282 #define MAP_RAW (0x01 << 24) macro
|
D | brw_pixel_read.c | 161 void *map = brw_bo_map(brw, bo, MAP_READ | MAP_RAW); in brw_readpixels_tiled_memcpy()
|
D | brw_bufmgr.c | 612 void *map = brw_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in bo_alloc_internal() 1006 if (flags & MAP_RAW) in print_flags() 1265 if (bo->tiling_mode != I915_TILING_NONE && !(flags & MAP_RAW)) in brw_bo_map() 1286 if (!map && !(flags & MAP_RAW)) { in brw_bo_map()
|
D | brw_tex_image.c | 269 void *map = brw_bo_map(brw, bo, MAP_WRITE | MAP_RAW); in brw_texsubimage_tiled_memcpy() 821 void *map = brw_bo_map(brw, bo, MAP_READ | MAP_RAW); in brw_gettexsubimage_tiled_memcpy()
|
D | brw_mipmap_tree.c | 1449 void *map = brw_bo_map(brw, buf->bo, MAP_WRITE | MAP_RAW); in brw_alloc_aux_buffer() 2491 char *dst = brw_miptree_map_raw(brw, mt, map->mode | MAP_RAW); in brw_miptree_unmap_tiled_memcpy() 2587 char *src = brw_miptree_map_raw(brw, mt, map->mode | MAP_RAW); in brw_miptree_map_tiled_memcpy()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 334 void *map = crocus_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in alloc_bo_from_cache() 772 if (flags & MAP_RAW) in print_flags() 1039 if (flags & (MAP_PERSISTENT | MAP_COHERENT | MAP_ASYNC | MAP_RAW)) in can_map_cpu() 1049 if (bo->tiling_mode != I915_TILING_NONE && !(flags & MAP_RAW)) in crocus_bo_map() 1070 if (!map && !(flags & MAP_RAW)) { in crocus_bo_map()
|
D | crocus_bufmgr.h | 224 #define MAP_RAW (0x01 << 24) macro
|
D | crocus_resource.c | 560 void *map = crocus_bo_map(NULL, res->aux.bo, MAP_WRITE | MAP_RAW); in crocus_resource_init_aux_buf() 1367 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_unmap_s8() 1415 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_map_s8() 1472 crocus_bo_map(map->dbg, res->bo, (xfer->usage | MAP_RAW) & MAP_FLAGS); in crocus_unmap_tiled_memcpy() 1515 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
|