Home
last modified time | relevance | path

Searched refs:vg_get_surface_mask (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dmask.c279 struct pipe_sampler_view *dst_view = vg_get_surface_mask(ctx); in mask_using_texture()
397 struct pipe_sampler_view *src = vg_get_surface_mask(ctx); in mask_copy()
425 struct pipe_sampler_view *view = vg_get_surface_mask(ctx); in mask_layer_render_to()
502 struct pipe_sampler_view *view = vg_get_surface_mask(ctx); in mask_fill()
520 sampler_views[1] = vg_get_surface_mask(ctx); in mask_bind_samplers()
Dvg_context.h176 struct pipe_sampler_view *vg_get_surface_mask(struct vg_context *ctx);
Dvg_context.c502 struct pipe_sampler_view *vg_get_surface_mask(struct vg_context *ctx) in vg_get_surface_mask() function