Home
last modified time | relevance | path

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

/third_party/mesa3d/docs/relnotes/
D19.2.3.rst132 - radv: do not emit rbplus if attachments are undefined
D18.1.5.rst54 - radv: Disable disabled color buffers in rbplus opts.
D19.3.0.rst3160 - radv: do not emit rbplus if attachments are undefined
/third_party/mesa3d/src/amd/common/
Dac_surface.c343 bool rbplus = info->gfx_level >= GFX10_3; in ac_get_supported_modifiers() local
345 unsigned pkrs = rbplus ? G_0098F8_NUM_PKRS(info->gb_addr_config) : 0; in ac_get_supported_modifiers()
347 unsigned version = rbplus ? AMD_FMT_MOD_TILE_VER_GFX10_RBPLUS : AMD_FMT_MOD_TILE_VER_GFX10; in ac_get_supported_modifiers()