Searched refs:MAP_RAW (Results 1 – 4 of 4) sorted by relevance
244 #define MAP_RAW (0x01 << 24) macro
352 void *map = brw_bo_map(NULL, bo, MAP_WRITE | MAP_RAW); in bo_alloc_internal()708 if (flags & MAP_RAW) in print_flags()931 if (bo->tiling_mode != I915_TILING_NONE && !(flags & MAP_RAW)) in brw_bo_map()952 if (!map && !(flags & MAP_RAW)) { in brw_bo_map()
162 void *map = brw_bo_map(brw, bo, MAP_READ | MAP_RAW); in intel_readpixels_tiled_memcpy()
268 void *map = brw_bo_map(brw, bo, MAP_WRITE | MAP_RAW); in intel_texsubimage_tiled_memcpy()721 void *map = brw_bo_map(brw, bo, MAP_READ | MAP_RAW); in intel_gettexsubimage_tiled_memcpy()