Home | History | Annotate | Download | only in libdrm

Lines Matching defs:props_ptr

507 		conn.props_ptr = VOID2U64(drmMalloc(conn.count_props*sizeof(uint32_t)));
508 if (!conn.props_ptr)
540 drmFree(U642VOID(conn.props_ptr));
562 r->props = drmAllocCpy(U642VOID(conn.props_ptr), conn.count_props, sizeof(uint32_t));
584 drmFree(U642VOID(conn.props_ptr));
1126 properties.props_ptr = VOID2U64(drmMalloc(count *
1128 if (!properties.props_ptr)
1140 drmFree(U642VOID(properties.props_ptr));
1151 ret->props = drmAllocCpy(U642VOID(properties.props_ptr),
1163 drmFree(U642VOID(properties.props_ptr));
1371 uint32_t *props_ptr = NULL;
1395 props_ptr = drmMalloc(set->count_props * sizeof props_ptr[0]);
1396 if (!props_ptr) {
1422 props_ptr[prop_idx] = next->property_id;
1443 atomic.props_ptr = VOID2U64(props_ptr);
1454 drmFree(props_ptr);
1618 uint32_t *props_ptr = NULL;
1672 props_ptr = drmMalloc(sorted->cursor * sizeof props_ptr[0]);
1673 if (!props_ptr) {
1692 props_ptr[i] = sorted->items[i].property_id;
1700 atomic.props_ptr = VOID2U64(props_ptr);
1709 drmFree(props_ptr);