Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfquery.c66 GLuint *n_active) in st_GetPerfQueryInfo() argument
71 n_counters, n_active); in st_GetPerfQueryInfo()
/external/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c140 uint32_t *n_active) in iris_get_perf_query_info() argument
150 *n_active = gen_perf_active_queries(perf_ctx, info); in iris_get_perf_query_info()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c146 GLuint *n_active) in brw_get_perf_query_info() argument
156 *n_active = gen_perf_active_queries(perf_ctx, query); in brw_get_perf_query_info()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h242 uint32_t *n_active);
/external/libxml2/
Dtestapi.c46693 int n_active; in test_xmlXPathContextSetCache() local
46700 for (n_active = 0;n_active < gen_nb_int;n_active++) { in test_xmlXPathContextSetCache()
46705 active = gen_int(n_active, 1); in test_xmlXPathContextSetCache()
46713 des_int(n_active, active, 1); in test_xmlXPathContextSetCache()
46722 printf(" %d", n_active); in test_xmlXPathContextSetCache()