HomeSort by relevance Sort by last modified time
    Searched refs:pipe_sampler_view (Results 251 - 275 of 318) sorted by null

<<111213

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 718 struct pipe_sampler_view **samplers = &layer->sampler_views[0];
876 struct pipe_sampler_view **sampler_views;
924 struct pipe_sampler_view *indexes,
925 struct pipe_sampler_view *palette,
954 struct pipe_sampler_view *rgba,
    [all...]
vl_mpeg12_decoder.c 89 struct pipe_sampler_view sv_tmpl;
162 struct pipe_sampler_view **idct_source_sv, **mc_source_sv;
675 struct pipe_sampler_view **ref_frames[2];
676 struct pipe_sampler_view **mc_source_sv;
881 struct pipe_sampler_view *matrix = NULL;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 47 * swizzle in pipe_sampler_view
603 struct pipe_sampler_view *view)
615 struct pipe_sampler_view **views)
646 struct pipe_sampler_view **views)
654 struct pipe_sampler_view **views)
662 struct pipe_sampler_view **views)
    [all...]
nv50_surface.c 438 struct pipe_sampler_view *texture[2];
693 nv50_blit_fixup_tic_entry(struct pipe_sampler_view *view)
709 struct pipe_sampler_view templ;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 494 struct pipe_sampler_view *view)
506 struct pipe_sampler_view **views)
542 struct pipe_sampler_view **views)
550 struct pipe_sampler_view **views)
558 struct pipe_sampler_view **views)
nvc0_tex.c 56 struct pipe_sampler_view *
59 const struct pipe_sampler_view *templ)
nvc0_surface.c 459 struct pipe_sampler_view *texture[2];
759 nvc0_blit_fixup_tic_entry(struct pipe_sampler_view *view, const boolean filter)
782 struct pipe_sampler_view templ;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_tex.c 56 struct pipe_sampler_view *
59 const struct pipe_sampler_view *templ)
nvc0_surface.c 459 struct pipe_sampler_view *texture[2];
759 nvc0_blit_fixup_tic_entry(struct pipe_sampler_view *view, const boolean filter)
782 struct pipe_sampler_view templ;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_blit.c 83 (struct pipe_sampler_view**)state->sampler_views);
465 struct pipe_sampler_view src_templ, *src_view;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_composite.c 360 struct pipe_sampler_view view_templ;
361 struct pipe_sampler_view *src_view;
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 83 (struct pipe_sampler_view**)state->sampler_views);
465 struct pipe_sampler_view src_templ, *src_view;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 360 struct pipe_sampler_view view_templ;
361 struct pipe_sampler_view *src_view;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_mlaa.c 82 struct pipe_sampler_view v_tmp, *arr[3];
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 82 struct pipe_sampler_view v_tmp, *arr[3];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.h 175 struct pipe_sampler_view base;
611 struct pipe_sampler_view **views);
626 struct pipe_sampler_view *state);
r600_state_common.c 381 struct pipe_sampler_view *state)
584 struct pipe_sampler_view **views)
618 pipe_sampler_view_reference((struct pipe_sampler_view **)&dst->views.views[i], NULL);
651 pipe_sampler_view_reference((struct pipe_sampler_view **)&dst->views.views[i], views[i]);
655 pipe_sampler_view_reference((struct pipe_sampler_view **)&dst->views.views[i], NULL);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 175 struct pipe_sampler_view base;
611 struct pipe_sampler_view **views);
626 struct pipe_sampler_view *state);
r600_state_common.c 381 struct pipe_sampler_view *state)
584 struct pipe_sampler_view **views)
618 pipe_sampler_view_reference((struct pipe_sampler_view **)&dst->views.views[i], NULL);
651 pipe_sampler_view_reference((struct pipe_sampler_view **)&dst->views.views[i], views[i]);
655 pipe_sampler_view_reference((struct pipe_sampler_view **)&dst->views.views[i], NULL);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 70 struct pipe_sampler_view *views[PIPE_MAX_SAMPLERS];
73 struct pipe_sampler_view *views_saved[PIPE_MAX_SAMPLERS];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_surface.c 438 struct pipe_sampler_view *texture[2];
693 nv50_blit_fixup_tic_entry(struct pipe_sampler_view *view)
709 struct pipe_sampler_view templ;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 813 void blit(struct pipe_surface* surf, struct pipe_sampler_view* view, unsigned x, unsigned y, unsigned w, unsigned h)
894 struct pipe_sampler_view* gallium_buffer0_view;
1035 struct pipe_sampler_view templat;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 70 struct pipe_sampler_view *views[PIPE_MAX_SAMPLERS];
73 struct pipe_sampler_view *views_saved[PIPE_MAX_SAMPLERS];
    [all...]

Completed in 303 milliseconds

<<111213