Searched refs:FMASK (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 3746 #define FMASK(s, f) (((unsigned)(MAX2(1, s)) * 16) + (MAX2(1, f))) in gfx10_make_texture_descriptor() macro 3747 switch (FMASK(res->nr_samples, res->nr_storage_samples)) { in gfx10_make_texture_descriptor() 3748 case FMASK(2, 1): in gfx10_make_texture_descriptor() 3751 case FMASK(2, 2): in gfx10_make_texture_descriptor() 3754 case FMASK(4, 1): in gfx10_make_texture_descriptor() 3757 case FMASK(4, 2): in gfx10_make_texture_descriptor() 3760 case FMASK(4, 4): in gfx10_make_texture_descriptor() 3763 case FMASK(8, 1): in gfx10_make_texture_descriptor() 3766 case FMASK(8, 2): in gfx10_make_texture_descriptor() 3769 case FMASK(8, 4): in gfx10_make_texture_descriptor() [all …]
|
/external/python/cpython2/Lib/plat-irix5/ |
D | FILE.py | 207 FMASK = 0x90FF variable
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.7.rst | 115 - radv: fix FMASK expand with SRGB formats
|
D | 19.1.1.rst | 121 - radv: fix FMASK expand with SRGB formats
|
D | 12.0.6.rst | 101 - radeonsi: fix incorrect FMASK checking in bind_sampler_states
|
D | 18.1.6.rst | 133 - ac/surface: fix MSAA corruption on Vega due to FMASK tile swizzle
|
D | 13.0.3.rst | 114 - radeonsi: fix incorrect FMASK checking in bind_sampler_states
|
D | 20.1.3.rst | 231 - radv: disable FMASK compression when drawing with GENERAL layout
|
D | 13.0.6.rst | 103 - radv: pass FMASK alignment to application
|
D | 19.3.0.rst | 2400 - 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
|
D | 19.0.0.rst | 2235 - 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
|
D | 20.1.0.rst | 4009 - radv: enable FMASK for color attachments only 4016 - aco: fix adjusting the sample index with FMASK if value is negative
|
D | 20.3.0.rst | 4411 - radv: do not perform a FMASK expand for non-writeable MSAA images
|
D | 20.2.0.rst | 4411 - radv: disable FMASK compression when drawing with GENERAL layout
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 641 FMASK = 0x190FF variable
|
/external/mesa3d/docs/ |
D | envvars.rst | 555 Enables DCC,FMASK,CMASK,HTILE in situations where the driver supports it
|