Home
last modified time | relevance | path

Searched refs:util_pstipple_create_sampler (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.h53 util_pstipple_create_sampler(struct pipe_context *pipe);
Du_pstipple.c148 util_pstipple_create_sampler(struct pipe_context *pipe) in util_pstipple_create_sampler() function
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c77 svga->polygon_stipple.sampler = util_pstipple_create_sampler(pipe); in svga_set_polygon_stipple()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c356 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe); in softpipe_create_context()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c481 pstip->sampler_cso = util_pstipple_create_sampler(pipe); in draw_install_pstipple_stage()