Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c1068 uint32_t sample_reg_idx = i / 4; in radv_compute_sample_locs_pixel() local
1076 sample_locs_pixel[sample_reg_idx] |= (pos_x & 0xf) << shift_x; in radv_compute_sample_locs_pixel()
1077 sample_locs_pixel[sample_reg_idx] |= (pos_y & 0xf) << shift_y; in radv_compute_sample_locs_pixel()

Completed in 15 milliseconds