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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c2498 /* This must be set for fast clear to work without FMASK. */
2809 * (after FMASK decompression). Shader write -> FB read transitions
3237 /* This must be set for fast clear to work without FMASK. */
3553 * - CB FMASK samples (CB_COLORi_ATTRIB.NUM_SAMPLES)
3573 * If color samples < coverage samples, FMASK has a higher bpp to store an "unknown"
3900 /* Initialize the sampler view for FMASK. */
3906 #define FMASK(s, f) (((unsigned)(MAX2(1, s)) * 16) + (MAX2(1, f))) macro
3907 switch (FMASK(res->nr_samples, res->nr_storage_samples)) {
3908 case FMASK(2, 1):
3911 case FMASK(
4175 #define FMASK macro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c2494 /* This must be set for fast clear to work without FMASK. */
2808 * (after FMASK decompression). Shader write -> FB read transitions
3175 /* This must be set for fast clear to work without FMASK. */
3434 * - CB FMASK samples (CB_COLORi_ATTRIB.NUM_SAMPLES)
3454 * If color samples < coverage samples, FMASK has a higher bpp to store an "unknown"
3898 /* Initialize the sampler view for FMASK. */
3904 #define FMASK(s,f) (((unsigned)(MAX2(1, s)) * 16) + (MAX2(1, f))) macro
3907 switch (FMASK(res->nr_samples, res->nr_storage_samples)) {
3908 case FMASK(2,1):
3911 case FMASK(
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.7.rst115 - radv: fix FMASK expand with SRGB formats
H A D19.1.1.rst121 - radv: fix FMASK expand with SRGB formats
H A D12.0.6.rst101 - radeonsi: fix incorrect FMASK checking in bind_sampler_states
H A D13.0.3.rst114 - radeonsi: fix incorrect FMASK checking in bind_sampler_states
H A D18.1.6.rst133 - ac/surface: fix MSAA corruption on Vega due to FMASK tile swizzle
H A D13.0.6.rst103 - radv: pass FMASK alignment to application
H A D20.1.3.rst231 - radv: disable FMASK compression when drawing with GENERAL layout
H A D20.3.5.rst257 - radv: make sure FMASK compression is enabled for MSAA copies
H A D21.1.0.rst3603 - radeonsi: don't cache FMASK transactions from CB in L2
5054 - radv: add multi-layer support to FMASK color expand
5055 - radv: use the range aspect mask in FMASK color expand
5056 - radv: use a workgroup size of 8x8 for FMASK color expand
5166 - radv: make sure FMASK is enabled for TC-compat CMASK
5188 - ac/surface: do not allocate FMASK or CMASK for stencil-only surfaces on GFX9+
5192 - radv: compress FMASK for all layouts except GENERAL
5193 - radv: cleanup FMASK expand transitions
5194 - radv: do not force enable FMASK during MSAA blits
5205 - radv: init CMASK/FMASK/DC
[all...]
H A D19.3.0.rst2400 - ac/surface: don't allocate FMASK if there is no graphics
2423 - radeonsi: add FMASK slots for shader images (for MSAA images)
2425 - radeonsi: apply FMASK to MSAA image loads
2426 - radeonsi: expand FMASK before MSAA image stores are used
H A D19.0.0.rst2235 - radv: always clear the FCE predicate after DCC/FMASK/CMASK
2284 - radv: initialize FMASK for images in fully expanded mode
2285 - radv: add support for FMASK expand
H A D21.3.0.rst3610 - aco: return 0x76543210 for NULL FMASK fetch
3611 - ac/nir: return 0x76543210 for NULL FMASK fetch
3612 - aco: use correct dim for FMASK fetches
3614 - radv,aco: don't include FMASK in the storage descriptor
3794 - radv: rework DCC, FMASK and FCE decompress path
H A D21.0.0.rst3014 - ac/surface: initialize the FMASK slice size for GFX9+
3015 - radv: fix clearing FMASK for layered MSAA images on GFX9+
3036 - radv: make sure FMASK compression is enabled for MSAA copies
3058 - radv: do not predicate FMASK decompression when DCC+MSAA is used
H A D20.1.0.rst4009 - radv: enable FMASK for color attachments only
4016 - aco: fix adjusting the sample index with FMASK if value is negative
H A D20.2.0.rst4411 - radv: disable FMASK compression when drawing with GENERAL layout
H A D20.3.0.rst4411 - radv: do not perform a FMASK expand for non-writeable MSAA images
H A D21.2.0.rst4726 - radv: allow concurrent MSAA images to be FMASK compressed
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst622 Enables DCC,FMASK,CMASK,HTILE in situations where the driver supports it
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json27184 "description": "radv: implement optimized MSAA copies using FMASK",
[all...]

Completed in 235 milliseconds