HomeSort by relevance Sort by last modified time
    Searched refs:pipe_sampler_view (Results 101 - 125 of 203) sorted by null

1 2 3 45 6 7 8 9

  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 196 struct pipe_sampler_view base;
764 struct pipe_sampler_view *
767 const struct pipe_sampler_view *templ,
r300_state.c     [all...]
r300_context.c 56 (struct pipe_sampler_view**)&textures->sampler_views[i], NULL);
61 (struct pipe_sampler_view**)&r300->texkill_sampler,
441 struct pipe_sampler_view vtempl = {{0}};
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 170 upload_sampler(struct pipe_context *pipe, struct pipe_sampler_view *dst,
197 struct pipe_sampler_view sampler_templ;
302 struct pipe_sampler_view *dst;
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 193 struct pipe_sampler_view **views);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 162 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
dd_context.c 454 static struct pipe_sampler_view *
457 const struct pipe_sampler_view *templ)
460 struct pipe_sampler_view *view =
471 struct pipe_sampler_view *view)
513 struct pipe_sampler_view **views)
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blit.h 132 const struct pipe_sampler_view *view)
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_tex.c 46 struct pipe_sampler_view *
49 const struct pipe_sampler_view *templ)
59 struct pipe_sampler_view *
62 const struct pipe_sampler_view *templ,
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_state.c 552 static struct pipe_sampler_view *
554 const struct pipe_sampler_view *cso)
626 struct pipe_sampler_view *view)
636 struct pipe_sampler_view **views)
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 47 struct pipe_sampler_view sv_templ;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 74 struct pipe_sampler_view view_templ;
  /external/mesa3d/src/gallium/tests/graw/
quad-tex.c 14 static struct pipe_sampler_view *sv = NULL;
quad-sample.c 34 static struct pipe_sampler_view *sv = NULL;
164 struct pipe_sampler_view sv_template;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 50 struct pipe_sampler_view;
127 * These are the bits of state from pipe_resource/pipe_sampler_view that
132 /* pipe_sampler_view's state */
181 * These are the bits of state from pipe_resource/pipe_sampler_view
484 const struct pipe_sampler_view *view);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_util.h 152 fd_sampler_first_level(const struct pipe_sampler_view *view)
160 fd_sampler_last_level(const struct pipe_sampler_view *view)
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 86 struct pipe_sampler_view *view;
159 struct pipe_sampler_view v_tmplt;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 676 struct pipe_sampler_view *
680 struct pipe_sampler_view sv_templ, *sv;
746 struct pipe_sampler_view *matrix,
747 struct pipe_sampler_view *transpose)
783 struct pipe_sampler_view *source,
784 struct pipe_sampler_view *intermediate)
vl_mpeg12_decoder.c 90 struct pipe_sampler_view *sampler_view_planes[VL_NUM_COMPONENTS];
124 struct pipe_sampler_view **sv;
168 struct pipe_sampler_view sv_tmpl;
241 struct pipe_sampler_view **idct_source_sv, **mc_source_sv;
755 struct pipe_sampler_view **ref_frames[2];
756 struct pipe_sampler_view **mc_source_sv;
965 struct pipe_sampler_view *matrix = NULL;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 187 struct pipe_sampler_view *sv,
263 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];
302 struct pipe_sampler_view *sv,
433 struct pipe_sampler_view *sv;
660 struct pipe_sampler_view *sv =
689 struct pipe_sampler_view *sv;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_tex.c 51 struct pipe_sampler_view *
54 const struct pipe_sampler_view *templ)
64 static struct pipe_sampler_view *
67 const struct pipe_sampler_view *templ,
239 struct pipe_sampler_view *
244 struct pipe_sampler_view templ = {};
275 static struct pipe_sampler_view *
278 const struct pipe_sampler_view *templ,
440 struct pipe_sampler_view *
443 const struct pipe_sampler_view *templ
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 733 struct pipe_sampler_view **_views)
737 struct pipe_sampler_view *unwrapped_views[PIPE_MAX_SHADER_SAMPLER_VIEWS];
738 struct pipe_sampler_view **views = NULL;
1018 static struct pipe_sampler_view *
1021 const struct pipe_sampler_view *templ)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 99 struct pipe_sampler_view *sampler_view;
110 struct pipe_sampler_view *sampler_views[PIPE_MAX_SHADER_SAMPLER_VIEWS];
128 struct pipe_sampler_view **);
385 struct pipe_sampler_view viewTempl;
916 struct pipe_sampler_view **views)
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 256 struct pipe_sampler_view base;
585 struct pipe_sampler_view *
588 const struct pipe_sampler_view *state,
646 struct pipe_sampler_view *
649 const struct pipe_sampler_view *state,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 758 static void get_texcoords(struct pipe_sampler_view *src,
798 struct pipe_sampler_view *src,
    [all...]

Completed in 2892 milliseconds

1 2 3 45 6 7 8 9