Searched refs:count_values (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/modeprint/
H A Dmodeprint.c90 printf("\tcount_values : %d\n", props->count_values);
93 if (props->count_values) {
95 for (j = 0; j < props->count_values; j++)
/xsrc/external/mit/libdrm/dist/tests/proptest/
H A Dproptest.c114 for (i = 0; i < prop->count_values; i++)
121 for (i = 0; i < prop->count_values; i++)
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c679 if (prop.count_values)
680 prop.values_ptr = VOID2U64(drmMalloc(prop.count_values * sizeof(uint64_t)));
699 r->count_values = prop.count_values;
702 if (prop.count_values)
703 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_values, sizeof(uint64_t));
H A Dxf86drmMode.h138 int count_values; member in struct:_drmModeProperty
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h579 * To retrieve the number of elements, set @count_values and @count_enum_blobs
580 * to zero, then call the ioctl. @count_values will be updated with the number
585 * set @count_values to its capacity. If the property has the type
612 /** @count_values: Number of elements in @values_ptr. */
613 __u32 count_values; member in struct:drm_mode_get_property
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h423 __u32 count_values; member in struct:drm_mode_get_property
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h576 * To retrieve the number of elements, set @count_values and @count_enum_blobs
577 * to zero, then call the ioctl. @count_values will be updated with the number
582 * set @count_values to its capacity. If the property has the type
609 /** @count_values: Number of elements in @values_ptr. */
610 __u32 count_values; member in struct:drm_mode_get_property
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimRm.c420 values_list->count_values = (unsigned short)n;
456 values_list->count_values = (unsigned short)n;
1147 num = values_list->count_values;
1156 out->count_values = (unsigned short)num;
H A DimRmAttr.c1459 values_list->count_values = n;
1504 values_list->count_values = n;
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dmodetest.c374 for (i = 0; i < prop->count_values; i++)
381 for (i = 0; i < prop->count_values; i++)
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h1378 unsigned short count_values; member in struct:__anonf1b122fa4f08
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c3309 prop->count_values = 0;
3350 prop->count_values = 0;
3741 prop.count_values = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c2557 prop.count_values = 0;
2789 prop.count_values = 0;

Completed in 108 milliseconds