Searched refs:TU_CMD_DIRTY_COMPUTE_DESC_SETS_LOAD (Results 1 – 2 of 2) sorted by relevance
61 TU_CMD_DIRTY_COMPUTE_DESC_SETS_LOAD = BIT(6), enumerator
2072 cmd->state.dirty |= TU_CMD_DIRTY_COMPUTE_DESC_SETS_LOAD; in tu_CmdBindDescriptorSets()4401 if (!(cmd->state.dirty & ~TU_CMD_DIRTY_COMPUTE_DESC_SETS_LOAD)) in tu6_draw_common()4556 cmd->state.dirty &= TU_CMD_DIRTY_COMPUTE_DESC_SETS_LOAD; in tu6_draw_common()5053 if (cmd->state.dirty & TU_CMD_DIRTY_COMPUTE_DESC_SETS_LOAD) in tu_dispatch()5056 cmd->state.dirty &= ~TU_CMD_DIRTY_COMPUTE_DESC_SETS_LOAD; in tu_dispatch()