Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:psize_max

375 	float psize_min, psize_max;
439 psize_max = 8192;
443 psize_max = state->point_size;
448 S_028A04_MAX_SIZE(r600_pack_float_12p4(psize_max/2)));