Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.c2191 bool is_color_surface = !(surf->flags & RADEON_SURF_Z_OR_SBUFFER); in gfx9_compute_surface() local
2192 AddrSurfInfoIn.flags.color = is_color_surface && !(surf->flags & RADEON_SURF_NO_RENDER_TARGET); in gfx9_compute_surface()
2196 AddrSurfInfoIn.flags.texture = is_color_surface || surf->flags & RADEON_SURF_TC_COMPATIBLE_HTILE; in gfx9_compute_surface()