HomeSort by relevance Sort by last modified time
    Searched defs:sampler_view (Results 1 - 15 of 15) sorted by null

  /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/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;
  /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);
st_cb_texture.c 1171 struct pipe_sampler_view *sampler_view; local
    [all...]
  /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/state_trackers/vdpau/
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...]
vdpau_private.h 405 struct pipe_sampler_view *sampler_view; member in struct:__anon28392
414 struct pipe_sampler_view *sampler_view; member in struct:__anon28393
  /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/drivers/etnaviv/
etnaviv_context.h 154 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS]; member in struct:etna_context
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 163 struct pipe_sampler_view *sampler_view; member in struct:softpipe_context::__anon27906
  /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...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 580 struct svga_pipe_sampler_view *sampler_view; member in struct:svga_context::__anon28249

Completed in 496 milliseconds