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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c872 uint32_t sample_reg_idx = i / 4; local in function:radv_compute_sample_locs_pixel
880 sample_locs_pixel[sample_reg_idx] |= (pos_x & 0xf) << shift_x;
881 sample_locs_pixel[sample_reg_idx] |= (pos_y & 0xf) << shift_y;

Completed in 12 milliseconds