Home
last modified time | relevance | path

Searched refs:MAP_PERSISTENT (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.h226 #define MAP_PERSISTENT PIPE_MAP_PERSISTENT macro
233 MAP_PERSISTENT | MAP_COHERENT | MAP_INTERNAL_MASK)
Dcrocus_program_cache.c147 MAP_ASYNC | MAP_PERSISTENT); in crocus_cache_new_bo()
295 MAP_READ | MAP_WRITE | MAP_ASYNC | MAP_PERSISTENT); in crocus_init_program_cache()
Dcrocus_bufmgr.c770 if (flags & MAP_PERSISTENT) in print_flags()
1044 if (flags & (MAP_PERSISTENT | MAP_COHERENT | MAP_ASYNC | MAP_RAW)) in can_map_cpu()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.h338 #define MAP_PERSISTENT PIPE_MAP_PERSISTENT macro
345 MAP_PERSISTENT | MAP_COHERENT | MAP_INTERNAL_MASK)
Diris_bufmgr.c1530 if (flags & MAP_PERSISTENT) in print_flags()