Searched defs:ac_cs_blit_options (Results 1 – 1 of 1) sorted by relevance
85 struct ac_cs_blit_options { struct87 const nir_shader_compiler_options *nir_options;88 const struct radeon_info *info;89 bool use_aco; /* global driver setting */90 bool no_fmask; /* FMASK disabled by a global debug option, ignored on GFX11+ */91 bool print_key; /* print ac_ps_resolve_key into stderr */92 bool fail_if_slow; /* fail if a gfx blit is faster, set to false on compute queues */94 bool is_nested; /* for internal use, don't set */