Home
last modified time | relevance | path

Searched refs:sample_reg_idx (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c793 uint32_t sample_reg_idx = i / 4; in radv_compute_sample_locs_pixel() local
801 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()