Home
last modified time | relevance | path

Searched refs:FMASK (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2653 /* This must be set for fast clear to work without FMASK. */ in si_initialize_color_surface()
2977 * (after FMASK decompression). Shader write -> FB read transitions in si_set_framebuffer_state()
3430 /* This must be set for fast clear to work without FMASK. */ in si_emit_framebuffer_state()
3761 * - CB FMASK samples (CB_COLORi_ATTRIB.NUM_SAMPLES) in si_emit_msaa_config()
3781 * If color samples < coverage samples, FMASK has a higher bpp to store an "unknown" in si_emit_msaa_config()
4118 /* Initialize the sampler view for FMASK. */ in gfx10_make_texture_descriptor()
4124 #define FMASK(s, f) (((unsigned)(MAX2(1, s)) * 16) + (MAX2(1, f))) in gfx10_make_texture_descriptor() macro
4125 switch (FMASK(res->nr_samples, res->nr_storage_samples)) { in gfx10_make_texture_descriptor()
4126 case FMASK(2, 1): in gfx10_make_texture_descriptor()
4129 case FMASK( in gfx10_make_texture_descriptor()
4168 #undef FMASK gfx10_make_texture_descriptor() macro
4393 #define FMASK si_make_texture_descriptor() macro
4485 #undef FMASK si_make_texture_descriptor() macro
[all...]

Completed in 8 milliseconds