Home
last modified time | relevance | path

Searched refs:LP_MAX_POINT_WIDTH (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_limits.h102 #define LP_MAX_POINT_WIDTH 255.0f macro
Dlp_setup_point.c344 if (size > LP_MAX_POINT_WIDTH) in try_setup_point()
345 size = LP_MAX_POINT_WIDTH; in try_setup_point()
Dlp_screen.c423 return LP_MAX_POINT_WIDTH; /* arbitrary */ in llvmpipe_get_paramf()