Home
last modified time | relevance | path

Searched refs:draw_wide_point_threshold (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h115 void draw_wide_point_threshold(struct draw_context *draw, float threshold);
Ddraw_context.c530 draw_wide_point_threshold(struct draw_context *draw, float threshold) in draw_wide_point_threshold() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c305 draw_wide_point_threshold(llvmpipe->draw, 10000.0); in llvmpipe_create_context()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw.c433 draw_wide_point_threshold(st->draw, 1000.0f); in st_get_draw_context()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c420 draw_wide_point_threshold(r300->draw, 10000000.f);
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c526 draw_wide_point_threshold(draw, 10000000.f); in nv30_draw_init()