Home
last modified time | relevance | path

Searched refs:sampler_linear (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h107 void *sampler_linear; member
Dvl_compositor.c490 c->sampler_linear = c->pipe->create_sampler_state(c->pipe, &sampler); in init_pipe_state()
562 c->pipe->delete_sampler_state(c->pipe, c->sampler_linear); in cleanup_pipe_state()
1012 s->layers[layer].samplers[i] = c->sampler_linear; in vl_compositor_set_buffer_layer()
1065 s->layers[layer].samplers[0] = c->sampler_linear; in vl_compositor_set_palette_layer()
1093 s->layers[layer].samplers[0] = c->sampler_linear; in vl_compositor_set_rgba_layer()
1137 s->layers[layer].samplers[i] = c->sampler_linear; in vl_compositor_set_yuv_layer()