Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.h57 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
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c84 svga->polygon_stipple.sampler = util_pstipple_create_sampler(pipe); in svga_set_polygon_stipple()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c506 pstip->sampler_cso = util_pstipple_create_sampler(pipe); in draw_install_pstipple_stage()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp1243 ctx->pstipple.sampler_cso = (struct d3d12_sampler_state *)util_pstipple_create_sampler(pctx); in d3d12_init_polygon_stipple()