Home
last modified time | relevance | path

Searched refs:DBG_NO_HYPERZ (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h104 DBG_NO_HYPERZ, enumerator
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h97 #define DBG_NO_HYPERZ (1ull << 33) macro
Dr600_pipe.c706 rscreen->b.debug_flags |= DBG_NO_HYPERZ; in r600_screen_create()
Dr600_pipe_common.c784 { "nohyperz", DBG_NO_HYPERZ, "Disable Hyper-Z" },
Dr600_texture.c934 if (!(rscreen->debug_flags & DBG_NO_HYPERZ)) in r600_texture_create_object()