Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c92 #define IS_USERPTR(p) ((uintptr_t) (p) & USERPTR_FLAG) macro
396 if (bo->map && !IS_USERPTR(bo->map)) in remove_bo()