Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.h49 util_pstipple_create_stipple_texture(struct pipe_context *pipe,
Du_pstipple.c103 util_pstipple_create_stipple_texture(struct pipe_context *pipe, in util_pstipple_create_stipple_texture() function
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c74 util_pstipple_create_stipple_texture(pipe, stipple->stipple); in svga_set_polygon_stipple()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c497 pstip->texture = util_pstipple_create_stipple_texture(pipe, NULL); in draw_install_pstipple_stage()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp1235 ctx->pstipple.texture = util_pstipple_create_stipple_texture(pctx, NULL); in d3d12_init_polygon_stipple()