Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_query.h275 bool r600_perfcounters_init(struct r600_perfcounters *, unsigned num_blocks);
Dr600_perfcounter.c589 bool r600_perfcounters_init(struct r600_perfcounters *pc, in r600_perfcounters_init() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c708 if (!r600_perfcounters_init(pc, num_blocks)) in si_init_perfcounters()