Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c790 uint32_t *sample_locs_pixel) in radv_compute_sample_locs_pixel() argument
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()
858 uint32_t sample_locs_pixel[4][2] = {0}; in radv_emit_sample_locations() local
875 sample_locs_pixel[i]); in radv_emit_sample_locations()
896 radeon_set_context_reg(cs, R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, sample_locs_pixel[0][0]); in radv_emit_sample_locations()
897 radeon_set_context_reg(cs, R_028C08_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y0_0, sample_locs_pixel[1][0]); in radv_emit_sample_locations()
898 radeon_set_context_reg(cs, R_028C18_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y1_0, sample_locs_pixel[2][0]); in radv_emit_sample_locations()
899 radeon_set_context_reg(cs, R_028C28_PA_SC_AA_SAMPLE_LOCS_PIXEL_X1Y1_0, sample_locs_pixel[3][0]); in radv_emit_sample_locations()
902 radeon_set_context_reg(cs, R_028BF8_PA_SC_AA_SAMPLE_LOCS_PIXEL_X0Y0_0, sample_locs_pixel[0][0]); in radv_emit_sample_locations()
[all …]