Searched refs:r600_pack_float_12p4 (Results 1 – 3 of 3) sorted by relevance
534 tmp = r600_pack_float_12p4(state->point_size/2); in r600_create_rs_state()538 S_028A04_MIN_SIZE(r600_pack_float_12p4(psize_min/2)) | in r600_create_rs_state()539 S_028A04_MAX_SIZE(r600_pack_float_12p4(psize_max/2))); in r600_create_rs_state()541 S_028A08_WIDTH(r600_pack_float_12p4(state->line_width/2))); in r600_create_rs_state()
1026 static inline unsigned r600_pack_float_12p4(float x) in r600_pack_float_12p4() function
528 tmp = r600_pack_float_12p4(state->point_size/2); in evergreen_create_rs_state()532 S_028A04_MIN_SIZE(r600_pack_float_12p4(psize_min/2)) | in evergreen_create_rs_state()533 S_028A04_MAX_SIZE(r600_pack_float_12p4(psize_max/2))); in evergreen_create_rs_state()