Home
last modified time | relevance | path

Searched refs:n_active (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c422 GLuint *n_active) in brw_get_perf_query_info() argument
434 *n_active = brw->perfquery.n_active_oa_queries; in brw_get_perf_query_info()
438 *n_active = brw->perfquery.n_active_pipeline_stats_queries; in brw_get_perf_query_info()
/external/libxml2/
Dtestapi.c46702 int n_active; in test_xmlXPathContextSetCache() local
46709 for (n_active = 0;n_active < gen_nb_int;n_active++) { in test_xmlXPathContextSetCache()
46714 active = gen_int(n_active, 1); in test_xmlXPathContextSetCache()
46722 des_int(n_active, active, 1); in test_xmlXPathContextSetCache()
46731 printf(" %d", n_active); in test_xmlXPathContextSetCache()