Searched refs:flex_regs (Results 1 – 4 of 4) sorted by relevance
337 i915_config.flex_regs_ptr = to_const_user_pointer(config->flex_regs); in i915_add_config()798 …config->flex_regs = rzalloc_array(config, struct gen_perf_query_register_prog, config->n_flex_regs… in gen_perf_load_configuration()808 i915_config.flex_regs_ptr = to_const_user_pointer(config->flex_regs); in gen_perf_load_configuration()830 if (config->flex_regs) { in gen_perf_store_configuration()831 _mesa_sha1_update(&sha1_ctx, config->flex_regs, in gen_perf_store_configuration()832 sizeof(config->flex_regs[0]) * in gen_perf_store_configuration()
193 const struct gen_perf_query_register_prog *flex_regs; member
47698 static const struct gen_perf_query_register_prog flex_regs[] = { in bdw_register_render_basic_counter_query() local47707 query->config.flex_regs = flex_regs; in bdw_register_render_basic_counter_query()47708 query->config.n_flex_regs = ARRAY_SIZE(flex_regs); in bdw_register_render_basic_counter_query()48583 static const struct gen_perf_query_register_prog flex_regs[] = { in bdw_register_compute_basic_counter_query() local48592 query->config.flex_regs = flex_regs; in bdw_register_compute_basic_counter_query()48593 query->config.n_flex_regs = ARRAY_SIZE(flex_regs); in bdw_register_compute_basic_counter_query()49240 static const struct gen_perf_query_register_prog flex_regs[] = { in bdw_register_render_pipe_profile_counter_query() local49249 query->config.flex_regs = flex_regs; in bdw_register_render_pipe_profile_counter_query()49250 query->config.n_flex_regs = ARRAY_SIZE(flex_regs); in bdw_register_render_pipe_profile_counter_query()49903 static const struct gen_perf_query_register_prog flex_regs[] = { in bdw_register_memory_reads_counter_query() local[all …]
3759 uint32_t flex_regs[100]; in test_create_destroy_userspace_config() local3796 for (i = 0; i < ARRAY_SIZE(flex_regs) / 2; i++) { in test_create_destroy_userspace_config()3797 flex_regs[i * 2] = 0xe458; /* EU_PERF_CNTL0 */ in test_create_destroy_userspace_config()3798 flex_regs[i * 2 + 1] = 0x0; in test_create_destroy_userspace_config()3800 config.flex_regs_ptr = to_user_pointer(flex_regs); in test_create_destroy_userspace_config()3801 config.n_flex_regs = ARRAY_SIZE(flex_regs) / 2; in test_create_destroy_userspace_config()3847 uint32_t flex_regs[200]; in test_whitelisted_registers_userspace_config() local3889 flex_regs[config.n_flex_regs * 2] = flex[i]; in test_whitelisted_registers_userspace_config()3890 flex_regs[config.n_flex_regs * 2 + 1] = 0; in test_whitelisted_registers_userspace_config()3893 config.flex_regs_ptr = (uintptr_t) flex_regs; in test_whitelisted_registers_userspace_config()