Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dxmlconfig.h44 typedef union driOptionValue { union
49 } driOptionValue; typedef
55 driOptionValue start; /**< \brief Start */
56 driOptionValue end; /**< \brief End */
76 driOptionValue *values;
Dxmlconfig.c306 parseValue(driOptionValue *v, driOptionType type, const XML_Char *string) in parseValue()
411 checkValue(const driOptionValue *v, const driOptionInfo *info) in checkValue()
535 driOptionValue v; in parseEnumAttr()
730 info->values = calloc(1 << info->tableSize, sizeof (driOptionValue)); in driParseOptionInfo()
797 driOptionValue screenNum; in parseDeviceAttr()
929 cache->values = malloc((1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()
935 (1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()