Home
last modified time | relevance | path

Searched refs:ILO_DEBUG_SUBMIT (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_debug.c37 { "submit", ILO_DEBUG_SUBMIT, "Show batch buffer submissions" },
Dilo_debug.h49 ILO_DEBUG_SUBMIT = 1 << 6, enumerator
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_cp.h94 if (ilo_debug & ILO_DEBUG_SUBMIT) { in ilo_cp_submit()