Home | History | Annotate | Download | only in vega

Lines Matching full:texture

131       surf = pipe->create_surface(pipe, strb->texture,  0, 0, 0,
280 struct pipe_resource *dst = dst_view->texture;
281 struct pipe_resource *texture = sampler_view->texture;
290 texture->width0, texture->height0,
315 /* layer should be flipped when used as a texture */
346 struct pipe_resource *texture;
358 texture = screen->resource_create(screen, &pt);
360 if (texture) {
361 u_sampler_view_default_template(&view_templ, texture, texture->format);
362 view = pipe->create_sampler_view(pipe, texture, &view_templ);
364 pipe_resource_reference(&texture, NULL);
387 mask_resource_fill(layer->sampler_view->texture,
401 u_surface_default_template(&surf_tmpl, layer->sampler_view->texture,
403 surf = ctx->pipe->create_surface(ctx->pipe, layer->sampler_view->texture,
406 /* layer should be flipped when used as a texture */
428 u_surface_default_template(&surf_tmpl, view->texture,
430 surf = pipe->create_surface(pipe, view->texture, &surf_tmpl);
510 mask_resource_fill(view->texture, x, y, width, height, value);