Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/common/
Dxmlconfig.h39 typedef union driOptionValue { union
43 } driOptionValue; typedef
49 driOptionValue start; /**< \brief Start */
50 driOptionValue end; /**< \brief End */
70 driOptionValue *values;
Dxmlconfig.c300 static GLboolean parseValue (driOptionValue *v, driOptionType type, in parseValue()
398 static GLboolean checkValue (const driOptionValue *v, const driOptionInfo *info) { in checkValue()
515 driOptionValue v; in parseEnumAttr()
706 info->values = CALLOC (size * sizeof (driOptionValue)); in driParseOptionInfo()
779 driOptionValue screenNum; in parseDeviceAttr()
898 cache->values = MALLOC ((1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()
904 (1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()