Searched refs:separate_se (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_perfcounter.h | 153 bool separate_se; member in struct:ac_perfcounters 179 (block->b->b->flags & AC_PC_BLOCK_SE && pc->separate_se); 201 bool separate_se,
|
| H A D | ac_perfcounter.c | 1152 bool separate_se, 1182 pc->separate_se = separate_se; 1151 ac_init_perfcounters(const struct radeon_info * info,bool separate_se,bool separate_instance,struct ac_perfcounters * pc) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_query.h | 289 bool separate_se; member in struct:r600_perfcounters
|
| H A D | r600_perfcounter.c | 596 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false); 619 if (pc->separate_se && (block->flags & R600_PC_BLOCK_SE))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_query.h | 237 bool separate_se; member in struct:si_perfcounters
|
| H A D | si_perfcounter.c | 495 (block->b->b->flags & SI_PC_BLOCK_SE && pc->separate_se); 1318 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_query.h | 289 bool separate_se; member in struct:r600_perfcounters
|
| H A D | r600_perfcounter.c | 596 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false); 619 if (pc->separate_se && (block->flags & R600_PC_BLOCK_SE))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_perfcounter.c | 652 bool separate_se, separate_instance; local in function:si_init_perfcounters 654 separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false); 664 if (!ac_init_perfcounters(&screen->info, separate_se, separate_instance,
|
Completed in 11 milliseconds