Searched refs:max_point_size (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h71 float max_point_size; member in struct:si_state_rasterizer
H A Dsi_state_viewport.c252 pixels = rs->max_point_size;
H A Dsi_state.c910 rs->max_point_size = psize_max;
1023 old_rs->max_point_size != rs->max_point_size ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h78 float max_point_size; member in struct:si_state_rasterizer
H A Dsi_state_viewport.c341 pixels = rs->max_point_size;
H A Dsi_state.c1009 rs->max_point_size = psize_max;
1120 if (old_rs->line_width != rs->line_width || old_rs->max_point_size != rs->max_point_size ||

Completed in 18 milliseconds