Home
last modified time | relevance | path

Searched refs:vrend_context_tweaks (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/
Dvrend_tweaks.h33 struct vrend_context_tweaks { struct
38 bool vrend_get_tweak_is_active(struct vrend_context_tweaks *ctx, argument
41 bool vrend_get_tweak_is_active_with_params(struct vrend_context_tweaks *ctx,
44 void vrend_set_active_tweaks(struct vrend_context_tweaks *ctx, uint32_t tweak_id, uint32_t tweak_va…
47 void vrend_set_tweak_from_env(struct vrend_context_tweaks *ctx);
Dvrend_tweaks.c31 inline static void get_tf3_samples_passed_factor(struct vrend_context_tweaks *ctx, void *params) in get_tf3_samples_passed_factor()
36 bool vrend_get_tweak_is_active_with_params(struct vrend_context_tweaks *ctx, enum vrend_tweak_type … in vrend_get_tweak_is_active_with_params()
51 bool vrend_get_tweak_is_active(struct vrend_context_tweaks *ctx, enum vrend_tweak_type t) in vrend_get_tweak_is_active()
69 static void set_tweak_and_params(struct vrend_context_tweaks *ctx, in set_tweak_and_params()
83 static void set_tweak_and_params_from_string(struct vrend_context_tweaks *ctx, in set_tweak_and_params_from_string()
98 void vrend_set_active_tweaks(struct vrend_context_tweaks *ctx, uint32_t tweak_id, uint32_t value) in vrend_set_active_tweaks()
126 void vrend_set_tweak_from_env(struct vrend_context_tweaks *ctx) in vrend_set_tweak_from_env()
Dvrend_renderer.h431 struct vrend_context_tweaks *vrend_get_context_tweaks(struct vrend_context *ctx);
Dvrend_renderer.c681 struct vrend_context_tweaks tweaks;
827 struct vrend_context_tweaks *vrend_get_context_tweaks(struct vrend_context *ctx) in vrend_get_context_tweaks()