HomeSort by relevance Sort by last modified time
    Searched refs:DBG_NO_HYPERZ (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 104 DBG_NO_HYPERZ,
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 706 rscreen->b.debug_flags |= DBG_NO_HYPERZ;
r600_pipe_common.h 97 #define DBG_NO_HYPERZ (1ull << 33)
r600_pipe_common.c 784 { "nohyperz", DBG_NO_HYPERZ, "Disable Hyper-Z" },
    [all...]
r600_texture.c 934 if (!(rscreen->debug_flags & DBG_NO_HYPERZ))
    [all...]

Completed in 56 milliseconds