Searched refs:sample_reg_idx (Results 1 – 1 of 1) sorted by relevance
793 uint32_t sample_reg_idx = i / 4; in radv_compute_sample_locs_pixel() local801 sample_locs_pixel[sample_reg_idx] |= (pos_x & 0xf) << shift_x; in radv_compute_sample_locs_pixel()802 sample_locs_pixel[sample_reg_idx] |= (pos_y & 0xf) << shift_y; in radv_compute_sample_locs_pixel()