Home
last modified time | relevance | path

Searched refs:COUNT_OF (Results 1 – 1 of 1) sorted by relevance

/external/cpuinfo/tools/
Dgpu-dump.c10 #define COUNT_OF(x) (sizeof(x) / sizeof(0[x])) macro
162 .cardinality = COUNT_OF(egl_enum_caveat),
200 .cardinality = COUNT_OF(egl_enum_boolean),
206 .cardinality = COUNT_OF(egl_enum_boolean),
256 .cardinality = -(int32_t) COUNT_OF(egl_enum_surface_type),
262 .cardinality = -(int32_t) COUNT_OF(egl_enum_renderable_type),
268 .cardinality = -(int32_t) COUNT_OF(egl_enum_conformant),
274 .cardinality = COUNT_OF(egl_enum_transparency),
280 .cardinality = COUNT_OF(egl_enum_color_buffer),
334 for (size_t n = 0; n < COUNT_OF(egl_config_attributes); n++) { in report_gles_attributes()