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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1249 struct pipe_resource plane_templ[SI_TEXTURE_MAX_PLANES]; local in function:si_texture_create_with_modifier
1258 plane_templ[i] = *templ;
1259 plane_templ[i].format = util_format_get_plane_format(templ->format, i);
1260 plane_templ[i].width0 = util_format_get_plane_width(templ->format, i, templ->width0);
1261 plane_templ[i].height0 = util_format_get_plane_height(templ->format, i, templ->height0);
1268 plane_templ[i].bind |= PIPE_BIND_SHARED;
1270 if (si_init_surface(sscreen, &surface[i], &plane_templ[i], tile_mode, modifier,
1271 false, plane_templ[i].bind & PIPE_BIND_SCANOUT,
1284 si_texture_create_object(screen, &plane_templ[i], &surface[i], plane0, NULL,

Completed in 4 milliseconds