Home | History | Annotate | Download | only in libdrm

Lines Matching defs:props_ptr

493 		conn.props_ptr = VOID2U64(drmMalloc(conn.count_props*sizeof(uint32_t)));
494 if (!conn.props_ptr)
526 drmFree(U642VOID(conn.props_ptr));
547 r->props = drmAllocCpy(U642VOID(conn.props_ptr), conn.count_props, sizeof(uint32_t));
569 drmFree(U642VOID(conn.props_ptr));
1094 properties.props_ptr = VOID2U64(drmMalloc(count *
1096 if (!properties.props_ptr)
1108 drmFree(U642VOID(properties.props_ptr));
1119 ret->props = drmAllocCpy(U642VOID(properties.props_ptr),
1131 drmFree(U642VOID(properties.props_ptr));
1339 uint32_t *props_ptr = NULL;
1363 props_ptr = drmMalloc(set->count_props * sizeof props_ptr[0]);
1364 if (!props_ptr) {
1390 props_ptr[prop_idx] = next->property_id;
1411 atomic.props_ptr = VOID2U64(props_ptr);
1422 drmFree(props_ptr);
1586 uint32_t *props_ptr = NULL;
1640 props_ptr = drmMalloc(sorted->cursor * sizeof props_ptr[0]);
1641 if (!props_ptr) {
1660 props_ptr[i] = sorted->items[i].property_id;
1668 atomic.props_ptr = VOID2U64(props_ptr);
1677 drmFree(props_ptr);