Home
last modified time | relevance | path

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

/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c90 printf("\tcount_values : %d\n", props->count_values); in printProperty()
93 if (props->count_values) { in printProperty()
95 for (j = 0; j < props->count_values; j++) in printProperty()
/third_party/libdrm/tests/proptest/
H A Dproptest.c114 for (i = 0; i < prop->count_values; i++) in dump_prop()
121 for (i = 0; i < prop->count_values; i++) in dump_prop()
/third_party/libdrm/
H A Dxf86drmMode.c646 if (prop.count_values) in drmModeGetProperty()
647 prop.values_ptr = VOID2U64(drmMalloc(prop.count_values * sizeof(uint64_t))); in drmModeGetProperty()
666 r->count_values = prop.count_values; in drmModeGetProperty()
669 if (prop.count_values) in drmModeGetProperty()
670 r->values = drmAllocCpy(U642VOID(prop.values_ptr), prop.count_values, sizeof(uint64_t)); in drmModeGetProperty()
H A Dxf86drmMode.h138 int count_values; member
/third_party/mesa3d/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
/third_party/libdrm/include/drm/
H A Ddrm_mode.h525 __u32 count_values; member
/third_party/libdrm/tests/modetest/
H A Dmodetest.c363 for (i = 0; i < prop->count_values; i++) in dump_prop()
370 for (i = 0; i < prop->count_values; i++) in dump_prop()

Completed in 15 milliseconds