Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dxmlconfig.h51 unsigned char _bool; /**< \brief Boolean */ member
183 cache->values[i]._bool); in driComputeOptionsSha1()
Dxmlconfig.c223 v->_bool = false; in parseValue()
226 v->_bool = true; in parseValue()
363 optval->_bool = opt->value._bool; in driParseOptionInfo()
465 ralloc_asprintf_append(&str, opt->value._bool ? "true" : "false"); in driGetOptionsXml()
1278 return cache->values[i]._bool; in driQueryOptionb()
Ddriconf.h78 .value = { ._bool = def }, \