Searched refs:R600_PC_BLOCK_SE (Results 1 – 2 of 2) sorted by relevance
172 if ((block->flags & R600_PC_BLOCK_SE) && (group->se < 0)) in r600_pc_query_emit_stop()367 if ((block->flags & R600_PC_BLOCK_SE) && group->se < 0) in r600_create_batch_query()414 if ((block->flags & R600_PC_BLOCK_SE) && group->se < 0) in r600_create_batch_query()619 if (pc->separate_se && (block->flags & R600_PC_BLOCK_SE)) in r600_perfcounters_add_block()
212 R600_PC_BLOCK_SE = (1 << 0), enumerator