Lines Matching refs:texture
184 *rgba_format = PipeToFormatRGBA(vlsurface->sampler_view->texture->format);
185 *width = vlsurface->sampler_view->texture->width0;
186 *height = vlsurface->sampler_view->texture->height0;
221 res = vlsurface->sampler_view->texture;
265 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
273 pipe->texture_subdata(pipe, vlsurface->sampler_view->texture, 0,
339 res_tmpl.width0 = vlsurface->surface->texture->width0;
340 res_tmpl.height0 = vlsurface->surface->texture->height0;
473 vtmpl.width = vlsurface->surface->texture->width0;
474 vtmpl.height = vlsurface->surface->texture->height0;
496 sv->texture->width0, sv->texture->height0, 1
499 pipe->texture_subdata(pipe, sv->texture, 0, PIPE_TRANSFER_WRITE, &dst_box,
787 return vlsurface->surface->texture;
810 pscreen = vlsurface->surface->texture->screen;
812 vlsurface->surface->texture, &whandle,