Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c269 draw_wide_point_threshold(llvmpipe->draw, 10000.0); in llvmpipe_create_context()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h113 void draw_wide_point_threshold(struct draw_context *draw, float threshold);
Ddraw_context.c532 draw_wide_point_threshold(struct draw_context *draw, float threshold) in draw_wide_point_threshold() function
/external/mesa3d/src/mesa/state_tracker/
Dst_draw.c369 draw_wide_point_threshold(st->draw, 1000.0f); in st_get_draw_context()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c409 draw_wide_point_threshold(r300->draw, 10000000.f);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c524 draw_wide_point_threshold(draw, 10000000.f); in nv30_draw_init()