Searched refs:util_pstipple_create_sampler (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pstipple.h53 util_pstipple_create_sampler(struct pipe_context *pipe);
H A Du_pstipple.c148 util_pstipple_create_sampler(struct pipe_context *pipe) function in typeref:typename:void *
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pstipple.h57 util_pstipple_create_sampler(struct pipe_context *pipe);
H A Du_pstipple.c148 util_pstipple_create_sampler(struct pipe_context *pipe) function in typeref:typename:void *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c77 svga->polygon_stipple.sampler = util_pstipple_create_sampler(pipe);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c84 svga->polygon_stipple.sampler = util_pstipple_create_sampler(pipe);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_context.c356 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_context.c362 softpipe->pstipple.sampler = util_pstipple_create_sampler(&softpipe->pipe);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c481 pstip->sampler_cso = util_pstipple_create_sampler(pipe);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c506 pstip->sampler_cso = util_pstipple_create_sampler(pipe);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp1129 ctx->pstipple.sampler_cso = (struct d3d12_sampler_state *)util_pstipple_create_sampler(pctx);

Completed in 14 milliseconds