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

  /xsrc/external/mit/libdrm/dist/
xf86drmMode.c 1522 uint32_t *count_props_ptr = NULL; local
1574 count_props_ptr = drmMalloc(atomic.count_objs * sizeof count_props_ptr[0]);
1575 if (!count_props_ptr) {
1599 count_props_ptr[obj_idx]++;
1607 atomic.count_props_ptr = VOID2U64(count_props_ptr);
1616 drmFree(count_props_ptr);
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 1021 __u64 count_props_ptr; member in struct:drm_mode_atomic
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 748 __u64 count_props_ptr; member in struct:drm_mode_atomic
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 1346 __u64 count_props_ptr; member in struct:drm_mode_atomic

Completed in 50 milliseconds