Home
last modified time | relevance | path

Searched refs:fd_mesa_debug (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h105 extern int fd_mesa_debug;
108 #define FD_DBG(category) unlikely(fd_mesa_debug &FD_DBG_##category)
H A Dfreedreno_screen.c104 DEBUG_GET_ONCE_FLAGS_OPTION(fd_mesa_debug, "FD_MESA_DEBUG", fd_debug_options, 0)
106 int fd_mesa_debug = 0; variable
961 fd_mesa_debug = debug_get_option_fd_mesa_debug(); in fd_screen_create()

Completed in 3 milliseconds