Searched refs:is_color_surface (Results 1 – 1 of 1) sorted by relevance
1830 bool is_color_surface = !(surf->flags & RADEON_SURF_Z_OR_SBUFFER); in gfx9_compute_surface() local1831 AddrSurfInfoIn.flags.color = is_color_surface && !(surf->flags & RADEON_SURF_NO_RENDER_TARGET); in gfx9_compute_surface()1835 AddrSurfInfoIn.flags.texture = is_color_surface || surf->flags & RADEON_SURF_TC_COMPATIBLE_HTILE; in gfx9_compute_surface()