Home
last modified time | relevance | path

Searched refs:draw_set_clip_state (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_clip.c42 draw_set_clip_state(softpipe->draw, clip); in softpipe_set_clip_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_clip.c42 draw_set_clip_state(llvmpipe->draw, clip); in llvmpipe_set_clip_state()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h90 void draw_set_clip_state(struct draw_context *pipe,
Ddraw_context.c369 void draw_set_clip_state( struct draw_context *draw, in draw_set_clip_state() function
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_state.c126 draw_set_clip_state(svga->swtnl.draw, in update_swtnl_draw()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_feedback.c158 draw_set_clip_state(draw, &st->state.clip); in st_feedback_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c396 draw_set_clip_state(draw, &nv30->clip); in nv30_render_vbo()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c849 draw_set_clip_state(i915->draw, clip); in i915_set_clip_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c670 draw_set_clip_state(r300->draw, state); in r300_set_clip_state()