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

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c869 uint32_t *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;
933 uint32_t sample_locs_pixel[4][2] = {0}; local in function:radv_emit_sample_locations
949 radv_compute_sample_locs_pixel(num_samples, sample_locs[i], sample_locs_pixel[i]);
968 sample_locs_pixel[0][0]);
970 sample_locs_pixel[1][0]);
972 sample_locs_pixel[2][0]);
974 sample_locs_pixel[3][0]);
978 sample_locs_pixel[
868 radv_compute_sample_locs_pixel(uint32_t num_samples,VkOffset2D * sample_locs,uint32_t * sample_locs_pixel) argument
[all...]

Completed in 7 milliseconds