HomeSort by: relevance | last modified time | path
    Searched refs:objs_ptr (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/
xf86drmMode.c 1521 uint32_t *objs_ptr = NULL; local
1568 objs_ptr = drmMalloc(atomic.count_objs * sizeof objs_ptr[0]);
1569 if (!objs_ptr) {
1595 objs_ptr[obj_idx] = sorted->items[i].object_id;
1596 last_obj_id = objs_ptr[obj_idx];
1606 atomic.objs_ptr = VOID2U64(objs_ptr);
1615 drmFree(objs_ptr);
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 1020 __u64 objs_ptr; member in struct:drm_mode_atomic
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 747 __u64 objs_ptr; member in struct:drm_mode_atomic
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 1345 __u64 objs_ptr; member in struct:drm_mode_atomic

Completed in 25 milliseconds