Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1281 struct pipe_resource plane_templ[SI_TEXTURE_MAX_PLANES]; in si_texture_create_with_modifier() local
1290 plane_templ[i] = *templ; in si_texture_create_with_modifier()
1291 plane_templ[i].format = util_format_get_plane_format(templ->format, i); in si_texture_create_with_modifier()
1292 plane_templ[i].width0 = util_format_get_plane_width(templ->format, i, templ->width0); in si_texture_create_with_modifier()
1293 plane_templ[i].height0 = util_format_get_plane_height(templ->format, i, templ->height0); in si_texture_create_with_modifier()
1300 plane_templ[i].bind |= PIPE_BIND_SHARED; in si_texture_create_with_modifier()
1302 if (si_init_surface(sscreen, &surface[i], &plane_templ[i], tile_mode, modifier, in si_texture_create_with_modifier()
1303 false, plane_templ[i].bind & PIPE_BIND_SCANOUT, in si_texture_create_with_modifier()
1307 plane_templ[i].nr_sparse_levels = surface[i].first_mip_tail_level; in si_texture_create_with_modifier()
1318 si_texture_create_object(screen, &plane_templ[ in si_texture_create_with_modifier()
[all...]

Completed in 3 milliseconds