Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c816 int new_dwords = 0; in r600_context_block_emit_dirty() local
844 new_dwords = block->nreg_dirty; in r600_context_block_emit_dirty()
846 cp_dwords = new_dwords + 2; in r600_context_block_emit_dirty()
863 newword |= PKT_COUNT_S(new_dwords); in r600_context_block_emit_dirty()