Searched defs:OPT_BOOL (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/gallium/drivers/radeonsi/ |
| H A D | si_driinfo.h | 50 #define OPT_BOOL(name, dflt, description) \ macro
|
| /xsrc/external/mit/MesaLib/src/gallium/drivers/radeonsi/ |
| H A D | si_driinfo.h | 50 #define OPT_BOOL(name, dflt, description) \ macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | driinfo_radeonsi.h | 13 #define OPT_BOOL(name, dflt, description) \ macro
|
| H A D | si_pipe.c | 1092 #define OPT_BOOL(name, dflt, description) \ macro
|
| H A D | si_pipe.h | 480 #define OPT_BOOL(name, dflt, description) bool name:1; macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | driinfo_radeonsi.h | 10 #define OPT_BOOL(name, dflt, description) DRI_CONF_OPT_B(radeonsi_##name, dflt, description) macro
|
| H A D | si_pipe.c | 1075 #define OPT_BOOL(name, dflt, description) \ macro
|
| H A D | si_pipe.h | 551 #define OPT_BOOL(name, dflt, description) bool name : 1; macro
|
Completed in 16 milliseconds