Searched refs:debug_get_version_option (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | platform.cpp | 33 debug_get_version_option("CLOVER_PLATFORM_VERSION_OVERRIDE", &major, &minor); in platform()
|
D | device.cpp | 166 debug_get_version_option("CLOVER_DEVICE_CLC_VERSION_OVERRIDE", in device() 173 debug_get_version_option("CLOVER_DEVICE_VERSION_OVERRIDE", &major, in device()
|
/external/mesa3d/src/util/ |
D | u_debug.h | 192 debug_get_version_option(const char *name, unsigned *major, unsigned *minor);
|
D | u_debug.c | 237 debug_get_version_option(const char *name, unsigned *major, unsigned *minor) in debug_get_version_option() function
|
/external/virglrenderer/src/mesa/util/ |
D | u_debug.h | 162 debug_get_version_option(const char *name, unsigned *major, unsigned *minor);
|
D | u_debug.c | 208 debug_get_version_option(const char *name, unsigned *major, unsigned *minor) in debug_get_version_option() function
|