Lines Matching defs:block
34 /* Max counters per HW block */
41 /* This block is part of the shader engine */
51 /* Shader block */
54 /* Non-shader block with perfcounters windowed by shaders. */
176 const struct ac_pc_block *block)
178 return block->b->b->flags & AC_PC_BLOCK_SE_GROUPS ||
179 (block->b->b->flags & AC_PC_BLOCK_SE && pc->separate_se);
184 const struct ac_pc_block *block)
186 return block->b->b->flags & AC_PC_BLOCK_INSTANCE_GROUPS ||
187 (block->num_instances > 1 && pc->separate_instance);
201 struct ac_pc_block *block);