HomeSort by relevance Sort by last modified time
    Searched refs:sampler_view (Results 1 - 25 of 33) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 71 struct pipe_sampler_view *sampler_view; member in struct:trace_sampler_view
109 trace_sampler_view(struct pipe_sampler_view *sampler_view)
111 if (!sampler_view)
113 return (struct trace_sampler_view *)sampler_view;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 96 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
100 if (!vlsurface->sampler_view) {
117 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL);
138 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL);
167 res = vlsurface->sampler_view->texture;
201 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
202 pipe->texture_subdata(pipe, vlsurface->sampler_view->texture, 0,
mixer.c 250 struct pipe_sampler_view *sampler_view, sv_templ; local
298 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view,
351 res_tmpl.format = dst->sampler_view->format;
368 sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
378 sampler_view = dst->sampler_view;
396 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view,
408 sampler_view, dst->surface);
416 sampler_view, surface_temp);
418 pipe_sampler_view_reference(&sampler_view, NULL)
    [all...]
output.c 105 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
106 if (!vlsurface->sampler_view)
130 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL);
158 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL);
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);
266 pipe->texture_subdata(pipe, vlsurface->sampler_view->texture, 0
    [all...]
vdpau_private.h 405 struct pipe_sampler_view *sampler_view; member in struct:__anon30248
414 struct pipe_sampler_view *sampler_view; member in struct:__anon30249
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 75 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); local
77 if (!sampler_view)
80 pipe_resource_reference(&sampler_view->texture, texture);
81 pipe_reference_init(&sampler_view->reference, 1);
82 sampler_view->context = ctx;
83 return sampler_view;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 57 struct pipe_sampler_view **sampler_view,
94 *sampler_view =
123 struct pipe_sampler_view *sampler_view = NULL; local
131 retval = update_single_texture(st, &sampler_view, texUnit,
143 pipe_sampler_view_reference(&(sampler_views[unit]), sampler_view);
st_cb_readpixels.c 153 /* Set up the sampler_view */
156 struct pipe_sampler_view *sampler_view; local
183 sampler_view = pipe->create_sampler_view(pipe, texture, &templ);
184 if (sampler_view == NULL)
187 cso_set_sampler_views(cso, PIPE_SHADER_FRAGMENT, 1, &sampler_view);
189 pipe_sampler_view_reference(&sampler_view, NULL);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.h 75 struct pipe_sampler_view *sampler_view; member in struct:rbug_sampler_view
153 return rbug_sampler_view(_sampler_view)->sampler_view;
rbug_objects.c 144 rb_view->sampler_view = view;
156 pipe_sampler_view_reference(&rb_view->sampler_view, NULL);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 80 struct pipe_sampler_view *sampler_view; member in struct:pstip_stage
208 pstip->sampler_view);
275 if (pstip->sampler_view) {
276 pipe_sampler_view_reference(&pstip->sampler_view, NULL);
476 pstip->sampler_view = util_pstipple_create_sampler_view(pipe,
478 if (!pstip->sampler_view)
draw_pipe_aaline.c 99 struct pipe_sampler_view *sampler_view; member in struct:aaline_stage
405 aaline->sampler_view = pipe->create_sampler_view(pipe,
408 if (!aaline->sampler_view) {
681 aaline->sampler_view);
760 if (aaline->sampler_view) {
761 pipe_sampler_view_reference(&aaline->sampler_view, NULL);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_uniforms.c 49 struct pipe_sampler_view *texture = ctx->sampler_view[index];
etnaviv_context.h 154 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS]; member in struct:etna_context
etnaviv_context.c 179 if (ctx->sampler_view[i])
180 resource_read(ctx, ctx->sampler_view[i]->texture);
etnaviv_texture.c 258 pipe_sampler_view_reference(&ctx->sampler_view[i], views[j]);
266 pipe_sampler_view_reference(&ctx->sampler_view[i], NULL);
etnaviv_emit.c 631 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]);
645 sv = etna_sampler_view(ctx->sampler_view[x]);
651 sv = etna_sampler_view(ctx->sampler_view[x]);
663 sv = etna_sampler_view(ctx->sampler_view[x]);
675 sv = etna_sampler_view(ctx->sampler_view[x]);
686 struct etna_sampler_view *sv = etna_sampler_view(ctx->sampler_view[x]);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c 60 if (svga->polygon_stipple.sampler_view) {
62 &svga->polygon_stipple.sampler_view->base);
70 svga->polygon_stipple.sampler_view =
svga_pipe_sampler.c 548 if (svga->polygon_stipple.sampler_view) {
550 &svga->polygon_stipple.sampler_view->base);
svga_state_sampler.c 304 struct svga_pipe_sampler_view *sv = svga->polygon_stipple.sampler_view;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 163 struct pipe_sampler_view *sampler_view; member in struct:softpipe_context::__anon29762
sp_state_derived.c 398 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view);
423 unit, 1, &softpipe->pstipple.sampler_view);
sp_context.c 67 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, NULL);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 598 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; local
622 sampler_view[0]->texture, src_matrix);
631 sampler_view[0]->texture, sampler_view[1]->texture,
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 159 } sampler_view[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:ureg_program
724 if (ureg->sampler_view[i].index == index) {
730 ureg->sampler_view[i].index = index;
731 ureg->sampler_view[i].target = target;
732 ureg->sampler_view[i].return_type_x = return_type_x;
733 ureg->sampler_view[i].return_type_y = return_type_y;
734 ureg->sampler_view[i].return_type_z = return_type_z;
735 ureg->sampler_view[i].return_type_w = return_type_w;
    [all...]

Completed in 1961 milliseconds

1 2