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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/vega/
image.h 46 struct pipe_sampler_view *sampler_view;
92 struct pipe_sampler_view **sampler_views);
vg_context.c 265 static struct pipe_sampler_view *
270 struct pipe_sampler_view view_templ;
271 struct pipe_sampler_view *view;
291 struct pipe_sampler_view *old_sampler_view = stfb->surface_mask_view;
347 struct pipe_sampler_view *old = stfb->blend_texture_view;
445 struct pipe_sampler_view *src)
469 struct pipe_sampler_view *vg_prepare_blend_surface(struct vg_context *ctx)
472 struct pipe_sampler_view *view;
473 struct pipe_sampler_view view_templ;
490 struct pipe_sampler_view *vg_prepare_blend_surface_from_mask(struct vg_context *ctx
    [all...]
mask.h 66 struct pipe_sampler_view **sampler_views);
mask.c 49 struct pipe_sampler_view *sampler_view;
272 static void mask_using_texture(struct pipe_sampler_view *sampler_view,
279 struct pipe_sampler_view *dst_view = vg_get_surface_mask(ctx);
283 struct pipe_sampler_view *views[2];
344 struct pipe_sampler_view view_templ;
345 struct pipe_sampler_view *view = NULL;
397 struct pipe_sampler_view *src = vg_get_surface_mask(ctx);
425 struct pipe_sampler_view *view = vg_get_surface_mask(ctx);
502 struct pipe_sampler_view *view = vg_get_surface_mask(ctx);
514 struct pipe_sampler_view **sampler_views
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c 265 static struct pipe_sampler_view *
270 struct pipe_sampler_view view_templ;
271 struct pipe_sampler_view *view;
291 struct pipe_sampler_view *old_sampler_view = stfb->surface_mask_view;
347 struct pipe_sampler_view *old = stfb->blend_texture_view;
445 struct pipe_sampler_view *src)
469 struct pipe_sampler_view *vg_prepare_blend_surface(struct vg_context *ctx)
472 struct pipe_sampler_view *view;
473 struct pipe_sampler_view view_templ;
490 struct pipe_sampler_view *vg_prepare_blend_surface_from_mask(struct vg_context *ctx
    [all...]
mask.h 66 struct pipe_sampler_view **sampler_views);
mask.c 49 struct pipe_sampler_view *sampler_view;
272 static void mask_using_texture(struct pipe_sampler_view *sampler_view,
279 struct pipe_sampler_view *dst_view = vg_get_surface_mask(ctx);
283 struct pipe_sampler_view *views[2];
344 struct pipe_sampler_view view_templ;
345 struct pipe_sampler_view *view = NULL;
397 struct pipe_sampler_view *src = vg_get_surface_mask(ctx);
425 struct pipe_sampler_view *view = vg_get_surface_mask(ctx);
502 struct pipe_sampler_view *view = vg_get_surface_mask(ctx);
514 struct pipe_sampler_view **sampler_views
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.h 104 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
210 * pipe_sampler_view, respectively. The mipmap level and dstz are part of
232 struct pipe_sampler_view *src,
252 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ,
429 struct pipe_sampler_view **views)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mc.h 93 void vl_mc_render_ref(struct vl_mc *renderer, struct vl_mc_buffer *buffer, struct pipe_sampler_view *ref);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 246 struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS];
247 struct pipe_sampler_view *vertex_sampler_views[PIPE_MAX_SAMPLERS];
302 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
304 unsigned num, struct pipe_sampler_view **views);
i915_state.c 375 struct pipe_sampler_view **views = i915->vertex_sampler_views;
382 struct pipe_sampler_view *view = i < num ? views[i] : NULL;
727 struct pipe_sampler_view **views)
747 struct pipe_sampler_view **views)
756 !memcmp(i915->fragment_sampler_views, views, num * sizeof(struct pipe_sampler_view *)))
775 struct pipe_sampler_view **views)
784 !memcmp(i915->vertex_sampler_views, views, num * sizeof(struct pipe_sampler_view *))) {
789 struct pipe_sampler_view *view = i < num ? views[i] : NULL;
803 static struct pipe_sampler_view *
806 const struct pipe_sampler_view *templ
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state.h 139 struct pipe_sampler_view **views);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.h 73 struct pipe_sampler_view **textures,
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 104 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
210 * pipe_sampler_view, respectively. The mipmap level and dstz are part of
232 struct pipe_sampler_view *src,
252 void util_blitter_default_src_texture(struct pipe_sampler_view *src_templ,
429 struct pipe_sampler_view **views)
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.h 93 void vl_mc_render_ref(struct vl_mc *renderer, struct vl_mc_buffer *buffer, struct pipe_sampler_view *ref);
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 246 struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS];
247 struct pipe_sampler_view *vertex_sampler_views[PIPE_MAX_SAMPLERS];
302 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
304 unsigned num, struct pipe_sampler_view **views);
i915_state.c 375 struct pipe_sampler_view **views = i915->vertex_sampler_views;
382 struct pipe_sampler_view *view = i < num ? views[i] : NULL;
727 struct pipe_sampler_view **views)
747 struct pipe_sampler_view **views)
756 !memcmp(i915->fragment_sampler_views, views, num * sizeof(struct pipe_sampler_view *)))
775 struct pipe_sampler_view **views)
784 !memcmp(i915->vertex_sampler_views, views, num * sizeof(struct pipe_sampler_view *))) {
789 struct pipe_sampler_view *view = i < num ? views[i] : NULL;
803 static struct pipe_sampler_view *
806 const struct pipe_sampler_view *templ
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state.h 139 struct pipe_sampler_view **views);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 73 struct pipe_sampler_view **textures,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_objects.c 113 struct pipe_sampler_view *
116 struct pipe_sampler_view *view)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.c 114 struct pipe_sampler_view *
117 struct pipe_sampler_view *view)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.h 78 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
91 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.hpp 57 std::vector<pipe_sampler_view *> sviews;
181 pipe_sampler_view *st;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tex-swizzle.c 11 static struct pipe_sampler_view *sv = NULL;
121 struct pipe_sampler_view sv_template;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_context.h 103 struct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
149 struct pipe_sampler_view *pixelmap_sampler_view;

Completed in 541 milliseconds

1 2 34 5 6 7 8 91011>>