HomeSort by relevance Sort by last modified time
    Searched refs:bound_sampler_views (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.h 21 struct pipe_sampler_view *bound_sampler_views[MAX_EXA_SAMPLERS]; member in struct:exa_context
xorg_composite.c 373 pipe_sampler_view_reference(&exa->bound_sampler_views[0], NULL);
393 pipe_sampler_view_reference(&exa->bound_sampler_views[0], NULL);
394 exa->bound_sampler_views[0] = src_view;
417 pipe_sampler_view_reference(&exa->bound_sampler_views[1], NULL);
418 exa->bound_sampler_views[1] = src_view;
426 exa->bound_sampler_views);
524 exa->bound_sampler_views,
xorg_exa.c 964 pipe_sampler_view_reference(&exa->bound_sampler_views[0], NULL);
965 pipe_sampler_view_reference(&exa->bound_sampler_views[1], NULL);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 404 pipe_sampler_view_reference(&ctx->bound_sampler_views[0], NULL);
424 pipe_sampler_view_reference(&ctx->bound_sampler_views[0], NULL);
425 ctx->bound_sampler_views[0] = src_view;
448 pipe_sampler_view_reference(&ctx->bound_sampler_views[1], NULL);
449 ctx->bound_sampler_views[1] = src_view;
456 if (ctx->bound_sampler_views[0] == NULL)
457 pipe_sampler_view_reference(&ctx->bound_sampler_views[0],
465 ctx->bound_sampler_views);
xa_yuv.c 91 r->bound_sampler_views[i] =
96 cso_set_sampler_views(r->cso, PIPE_SHADER_FRAGMENT, 3, r->bound_sampler_views);
xa_priv.h 112 struct pipe_sampler_view *bound_sampler_views[XA_MAX_SAMPLERS]; member in struct:xa_context
xa_context.c 407 pipe_sampler_view_reference(&ctx->bound_sampler_views[i], NULL);
xa_renderer.c 570 struct pipe_sampler_view **sampler_view = r->bound_sampler_views;

Completed in 3073 milliseconds