Home
last modified time | relevance | path

Searched defs:OPT_BOOL (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Ddriinfo_radeonsi.h8 #define OPT_BOOL(name, dflt, description) DRI_CONF_OPT_B(radeonsi_##name, dflt, description) macro
Dsi_pipe.c1107 #define OPT_BOOL(name, dflt, description) \ in radeonsi_screen_create_impl() macro
Dsi_pipe.h586 #define OPT_BOOL(name, dflt, description) bool name : 1; macro
/third_party/ffmpeg/fftools/
Dcmdutils.h162 #define OPT_BOOL 0x0002 macro