Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h79 FD_DBG_NOGROW = BITFIELD_BIT(16), enumerator
Dfreedreno_batch.c52 !(fd_mesa_debug & FD_DBG_NOGROW)){ in alloc_ring()
Dfreedreno_screen.c84 …{"nogrow", FD_DBG_NOGROW, "Disable \"growable\" cmdstream buffers, even if kernel supports it"},