/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 186 struct pipe_sampler_view **dst_view = priv->yuv_views[priv->current_set]; local 194 pipe_sampler_view_reference(&dst_view[0], NULL); 200 pipe_sampler_view_reference(&dst_view[1], NULL); 206 pipe_sampler_view_reference(&dst_view[2], NULL); 215 dst_view[0] = pipe->create_sampler_view(pipe, dst[0], &view_templ); 225 dst_view[1] = pipe->create_sampler_view(pipe, dst[1], &view_templ); 235 dst_view[2] = pipe->create_sampler_view(pipe, dst[2], &view_templ); 239 if (!dst[0] || !dst[1] || !dst[2] || !dst_view[0] || !dst_view[1] || !dst_view[2] [all...] |
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_xv.c | 186 struct pipe_sampler_view **dst_view = priv->yuv_views[priv->current_set]; local 194 pipe_sampler_view_reference(&dst_view[0], NULL); 200 pipe_sampler_view_reference(&dst_view[1], NULL); 206 pipe_sampler_view_reference(&dst_view[2], NULL); 215 dst_view[0] = pipe->create_sampler_view(pipe, dst[0], &view_templ); 225 dst_view[1] = pipe->create_sampler_view(pipe, dst[1], &view_templ); 235 dst_view[2] = pipe->create_sampler_view(pipe, dst[2], &view_templ); 239 if (!dst[0] || !dst[1] || !dst[2] || !dst_view[0] || !dst_view[1] || !dst_view[2] [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_blit.c | 466 struct pipe_surface dst_templ, *dst_view; local 576 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); 580 util_blitter_copy_texture_view(r300->blitter, dst_view, ~0, dstx, dsty, 585 pipe_surface_reference(&dst_view, NULL);
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_blit.c | 466 struct pipe_surface dst_templ, *dst_view; local 576 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0); 580 util_blitter_copy_texture_view(r300->blitter, dst_view, ~0, dstx, dsty, 585 pipe_surface_reference(&dst_view, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 339 struct pipe_surface *dst_view, dst_templ; local 368 dst_view = ctx->create_surface(ctx, info->dst.res, &dst_templ); 376 util_blitter_copy_texture_view(rctx->blitter, dst_view, ~0, info->dst.x0, 382 pipe_surface_reference(&dst_view, NULL);
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 339 struct pipe_surface *dst_view, dst_templ; local 368 dst_view = ctx->create_surface(ctx, info->dst.res, &dst_templ); 376 util_blitter_copy_texture_view(rctx->blitter, dst_view, ~0, info->dst.x0, 382 pipe_surface_reference(&dst_view, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
mask.c | 279 struct pipe_sampler_view *dst_view = vg_get_surface_mask(ctx); local 280 struct pipe_resource *dst = dst_view->texture;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
mask.c | 279 struct pipe_sampler_view *dst_view = vg_get_surface_mask(ctx); local 280 struct pipe_resource *dst = dst_view->texture;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blitter.c | 1092 struct pipe_surface *dst_view, dst_templ; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blitter.c | 1092 struct pipe_surface *dst_view, dst_templ; local [all...] |