Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c1065 uint32_t *sample_locs_pixel) in radv_compute_sample_locs_pixel()
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()
1129 uint32_t sample_locs_pixel[4][2] = {0}; in radv_emit_sample_locations() local
1145 radv_compute_sample_locs_pixel(num_samples, sample_locs[i], sample_locs_pixel[i]); in radv_emit_sample_locations()
1164 sample_locs_pixel[0][0]); in radv_emit_sample_locations()
1166 sample_locs_pixel[1][0]); in radv_emit_sample_locations()
1168 sample_locs_pixel[2][0]); in radv_emit_sample_locations()
1170 sample_locs_pixel[3][0]); in radv_emit_sample_locations()
1174 sample_locs_pixel[ in radv_emit_sample_locations()
1064 radv_compute_sample_locs_pixel(uint32_t num_samples, VkOffset2D *sample_locs, uint32_t *sample_locs_pixel) radv_compute_sample_locs_pixel() argument
[all...]

Completed in 8 milliseconds