Home
last modified time | relevance | path

Searched refs:debug_get_version_option (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dplatform.cpp33 debug_get_version_option("CLOVER_PLATFORM_VERSION_OVERRIDE", &major, &minor); in platform()
Ddevice.cpp153 debug_get_version_option("CLOVER_DEVICE_CLC_VERSION_OVERRIDE", in device()
160 debug_get_version_option("CLOVER_DEVICE_VERSION_OVERRIDE", &major, in device()
/third_party/mesa3d/src/util/
Du_debug.h162 debug_get_version_option(const char *name, unsigned *major, unsigned *minor);
Du_debug.c220 debug_get_version_option(const char *name, unsigned *major, unsigned *minor) in debug_get_version_option() function