HomeSort by relevance Sort by last modified time
    Searched refs:sampler_view (Results 1 - 25 of 36) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 63 struct pipe_sampler_view *sampler_view; member in struct:trace_sampler_view
101 trace_sampler_view(struct pipe_sampler_view *sampler_view)
103 if (!sampler_view)
105 return (struct trace_sampler_view *)sampler_view;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 178 if (!stObj->sampler_view) {
179 stObj->sampler_view =
183 return stObj->sampler_view;
189 struct pipe_sampler_view **sampler_view,
240 if (stObj->sampler_view) {
241 if (check_sampler_swizzle(stObj->sampler_view,
244 (st_view_format != stObj->sampler_view->format) ||
245 stObj->base.BaseLevel != stObj->sampler_view->u.tex.first_level) {
246 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
250 *sampler_view = st_get_texture_sampler_view_from_stobj(stObj, pipe
277 struct pipe_sampler_view *sampler_view = NULL; local
    [all...]
st_cb_eglimage.c 133 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
st_texture.h 88 struct pipe_sampler_view *sampler_view; member in struct:st_texture_object
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 90 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
95 if (!vlsurface->sampler_view) {
122 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL);
150 res = vlsurface->sampler_view->texture;
186 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
187 pipe->transfer_inline_write(pipe, vlsurface->sampler_view->texture, 0,
output.c 93 vlsurface->sampler_view = pipe->create_sampler_view(pipe, res, &sv_templ);
94 if (!vlsurface->sampler_view) {
148 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL);
173 *rgba_format = PipeToFormatRGBA(vlsurface->sampler_view->texture->format);
174 *width = vlsurface->sampler_view->texture->width0;
175 *height = vlsurface->sampler_view->texture->height0;
208 res = vlsurface->sampler_view->texture;
258 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
259 pipe->transfer_inline_write(pipe, vlsurface->sampler_view->texture, 0,
665 vl_compositor_set_rgba_layer(cstate, compositor, 0, src_vlsurface->sampler_view,
    [all...]
device.c 288 if (surface->texture != vlsurface->sampler_view->texture) {
293 pipe_sampler_view_reference(&vlsurface->sampler_view, NULL);
294 vlsurface->sampler_view = dev->context->create_sampler_view(dev->context, res, &sv_templ);
mixer.c 261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view,
304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view,
322 dst->sampler_view, dst->surface);
326 dst->sampler_view, dst->surface);
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.h 54 struct pipe_sampler_view *sampler_view; member in struct:galahad_sampler_view
124 return galahad_sampler_view(_sampler_view)->sampler_view;
glhd_objects.c 132 glhd_view->sampler_view = view;
143 pipe_sampler_view_reference(&glhd_view->sampler_view, NULL);
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.h 52 struct pipe_sampler_view *sampler_view; member in struct:identity_sampler_view
122 return identity_sampler_view(_sampler_view)->sampler_view;
id_objects.c 133 id_view->sampler_view = view;
146 id_view->sampler_view);
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 94 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); local
96 if (sampler_view == NULL)
99 pipe_resource_reference(&sampler_view->texture, texture);
100 pipe_reference_init(&sampler_view->reference, 1);
101 sampler_view->context = ctx;
102 return sampler_view;
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 440 struct pipe_sampler_view *sampler_view = NULL; local
610 sampler_view = pipe->create_sampler_view(pipe, tex, &sv_templ);
612 if (!sampler_view) {
626 sampler_view = pipe->create_sampler_view(pipe, src_tex, &sv_templ);
628 if (!sampler_view) {
636 normalized = sampler_view->texture->target != PIPE_TEXTURE_RECT;
639 s0 /= (float)(u_minify(sampler_view->texture->width0, src_level));
640 s1 /= (float)(u_minify(sampler_view->texture->width0, src_level));
641 t0 /= (float)(u_minify(sampler_view->texture->height0, src_level));
642 t1 /= (float)(u_minify(sampler_view->texture->height0, src_level))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
paint.c 62 struct pipe_sampler_view *sampler_view; member in struct:vg_paint::__anon16775
73 struct pipe_sampler_view *sampler_view; member in struct:vg_paint::__anon16778
229 pipe_sampler_view_reference(&paint->gradient.sampler_view, NULL);
230 if (paint->pattern.sampler_view)
231 pipe_sampler_view_reference(&paint->pattern.sampler_view, NULL);
365 map[6] = paint->pattern.sampler_view->texture->width0;
366 map[7] = paint->pattern.sampler_view->texture->height0;
421 if (paint->gradient.sampler_view) {
422 pipe_sampler_view_reference(&paint->gradient.sampler_view, NULL);
423 paint->gradient.sampler_view = NULL
    [all...]
mask.c 49 struct pipe_sampler_view *sampler_view; member in struct:vg_mask_layer
272 static void mask_using_texture(struct pipe_sampler_view *sampler_view,
281 struct pipe_resource *texture = sampler_view->texture;
305 views[0] = sampler_view;
365 mask->sampler_view = view;
378 pipe_sampler_view_reference(&layer->sampler_view, NULL);
387 mask_resource_fill(layer->sampler_view->texture,
401 u_surface_default_template(&surf_tmpl, layer->sampler_view->texture,
403 surf = ctx->pipe->create_surface(ctx->pipe, layer->sampler_view->texture,
472 mask_using_texture(layer->sampler_view, VG_TRUE, operation
    [all...]
image.c 209 struct pipe_resource *tex = img->sampler_view->texture;
288 image->sampler_view = view;
354 pipe_sampler_view_reference(&img->sampler_view, NULL);
453 image->sampler_view->texture, 0, 0,
487 image->sampler_view = NULL;
488 pipe_sampler_view_reference(&image->sampler_view,
489 parent->sampler_view);
521 vg_copy_texture(ctx, dst->sampler_view->texture, dst->x + dx, dst->y + dy,
522 src->sampler_view, src->x + sx, src->y + sy, width, height);
633 sampler_views[3] = img->sampler_view;
    [all...]
image.h 46 struct pipe_sampler_view *sampler_view; member in struct:vg_image
  /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;
rbug_objects.c 141 rb_view->sampler_view = view;
154 rb_view->sampler_view);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 294 pipe_sampler_view_reference(&softpipe->pstipple.sampler_view, view);
319 softpipe->pstipple.sampler_view);
322 softpipe->pstipple.sampler_view);
sp_context.h 147 struct pipe_sampler_view *sampler_view; member in struct:softpipe_context::__anon16487
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 80 struct pipe_sampler_view *sampler_view; member in struct:pstip_stage
456 pstip->sampler_view = pipe->create_sampler_view(pipe,
459 if (!pstip->sampler_view) {
547 pstip->sampler_view);
605 if (pstip->sampler_view) {
606 pipe_sampler_view_reference(&pstip->sampler_view, NULL);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 151 } sampler_view[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member in struct:ureg_program
640 if (ureg->sampler_view[i].index == index) {
646 ureg->sampler_view[i].index = index;
647 ureg->sampler_view[i].target = target;
648 ureg->sampler_view[i].return_type_x = return_type_x;
649 ureg->sampler_view[i].return_type_y = return_type_y;
650 ureg->sampler_view[i].return_type_z = return_type_z;
651 ureg->sampler_view[i].return_type_w = return_type_w;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 570 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; local
594 sampler_view[0]->texture, src_matrix);
603 sampler_view[0]->texture, sampler_view[1]->texture,

Completed in 817 milliseconds

1 2