Searched defs:mos_xe_bufmgr_gem (Results 1 – 1 of 1) sorted by relevance
162 typedef struct mos_xe_bufmgr_gem { struct163 struct mos_bufmgr bufmgr;165 atomic_t ref_count;167 int fd;169 std::recursive_mutex m_lock;171 drmMMListHead managers;172 drmMMListHead named;174 mos_vma_heap vma_heap[MEMZONE_COUNT];176 bool object_capture_disabled; // Note: useless on xe and remove it in furture.179 char mem_profiler_buffer[MEM_PROFILER_BUFFER_SIZE];[all …]