Searched defs:point_width (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_raster.c286 int point_width; local
291 point_width = (int) (fwidth * 8.0f + 0.5f);
292 point_width = CLAMP(point_width, 1, 2047);
294 return point_width;
312 const int point_width = get_gen6_point_width(dev, params->point_width); local
409 point_width << GEN7_SF_DW3_POINT_WIDTH__SHIFT;
441 const int point_width = get_gen6_point_width(dev, params->point_width); local
1068 const int point_width = get_gen6_point_width(dev, params->point_width); local
[all...]
H A Dilo_state_raster.h165 float point_width; member in struct:ilo_state_raster_params_info

Completed in 71 milliseconds