Searched refs:b_counter_regs (Results 1 – 3 of 3) sorted by relevance
334 i915_config.boolean_regs_ptr = to_const_user_pointer(config->b_counter_regs); in i915_add_config()802 …config->b_counter_regs = rzalloc_array(config, struct gen_perf_query_register_prog, config->n_b_co… in gen_perf_load_configuration()810 i915_config.boolean_regs_ptr = to_const_user_pointer(config->b_counter_regs); in gen_perf_load_configuration()840 if (config->b_counter_regs) { in gen_perf_store_configuration()841 _mesa_sha1_update(&sha1_ctx, config->b_counter_regs, in gen_perf_store_configuration()842 sizeof(config->b_counter_regs[0]) * in gen_perf_store_configuration()
199 const struct gen_perf_query_register_prog *b_counter_regs; member
43346 static const struct gen_perf_query_register_prog b_counter_regs[] = { in hsw_register_render_basic_counter_query() local43352 query->config.b_counter_regs = b_counter_regs; in hsw_register_render_basic_counter_query()43353 query->config.n_b_counter_regs = ARRAY_SIZE(b_counter_regs); in hsw_register_render_basic_counter_query()44243 static const struct gen_perf_query_register_prog b_counter_regs[] = { in hsw_register_compute_basic_counter_query() local44261 query->config.b_counter_regs = b_counter_regs; in hsw_register_compute_basic_counter_query()44262 query->config.n_b_counter_regs = ARRAY_SIZE(b_counter_regs); in hsw_register_compute_basic_counter_query()44919 static const struct gen_perf_query_register_prog b_counter_regs[] = { in hsw_register_compute_extended_counter_query() local44941 query->config.b_counter_regs = b_counter_regs; in hsw_register_compute_extended_counter_query()44942 query->config.n_b_counter_regs = ARRAY_SIZE(b_counter_regs); in hsw_register_compute_extended_counter_query()45242 static const struct gen_perf_query_register_prog b_counter_regs[] = { in hsw_register_memory_reads_counter_query() local[all …]