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

1 2 3 4 56 7 8 9

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 457 struct pipe_sampler_view templ;
458 struct pipe_sampler_view *src_view;
598 struct pipe_sampler_view **sampler_view = r->bound_sampler_views;
xa_composite.c 394 struct pipe_sampler_view view_templ;
395 struct pipe_sampler_view *src_view;
xa_priv.h 122 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 266 static struct pipe_sampler_view *
269 const struct pipe_sampler_view *templ)
271 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view);
289 struct pipe_sampler_view **views)
316 struct pipe_sampler_view *view)
691 struct pipe_sampler_view *view = ctx->sampler_views[j][i];
714 struct pipe_sampler_view *view =
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 46 static struct pipe_sampler_view *sv = NULL;
248 struct pipe_sampler_view sv_template;
gs-test.c 50 static struct pipe_sampler_view *sv = NULL;
339 struct pipe_sampler_view sv_template;
vs-test.c 48 static struct pipe_sampler_view *sv = NULL;
237 struct pipe_sampler_view sv_template;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.h 171 struct pipe_sampler_view **views,
draw_private.h 334 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_SAMPLER_VIEWS];
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 207 struct pipe_sampler_view v_tmp;
pp_mlaa.c 79 struct pipe_sampler_view v_tmp, *arr[3];
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 49 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 642 static struct pipe_sampler_view **
646 struct pipe_sampler_view sv_templ;
677 static struct pipe_sampler_view **
681 struct pipe_sampler_view sv_templ;
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.h 155 const struct pipe_sampler_view *state);
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 421 struct pipe_sampler_view struct
  /external/mesa3d/src/gallium/state_trackers/va/
subpicture.c 179 struct pipe_sampler_view sampler_templ;
image.c 320 struct pipe_sampler_view **views;
432 struct pipe_sampler_view **views;
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 892 static struct pipe_sampler_view *
895 const struct pipe_sampler_view *templ)
901 struct pipe_sampler_view *result;
920 * Wrap pipe_sampler_view
937 struct pipe_sampler_view *_view)
942 struct pipe_sampler_view *view = tr_view->sampler_view;
1022 struct pipe_sampler_view **views)
1027 struct pipe_sampler_view *unwrapped_views[PIPE_MAX_SHADER_SAMPLER_VIEWS];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 833 struct pipe_sampler_view **samplers = &layer->sampler_views[0];
1002 struct pipe_sampler_view **sampler_views;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 155 struct pipe_sampler_view templ;
156 struct pipe_sampler_view *sampler_view;
st_atom_sampler.c 188 const struct pipe_sampler_view *sv = NULL;
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 87 (struct pipe_sampler_view**)rctx->samplers[PIPE_SHADER_FRAGMENT].views.views);
267 struct pipe_sampler_view *view;
346 struct pipe_sampler_view *view;
617 struct pipe_sampler_view src_templ, *src_view;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 125 struct pipe_sampler_view base;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 389 struct pipe_sampler_view *view;
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_sampler.c 122 * Create a DX ShaderResourceSamplerView for the given pipe_sampler_view,
174 * pipe_sampler_view specifies the last slice of the texture
239 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS];

Completed in 1812 milliseconds

1 2 3 4 56 7 8 9