Searched refs:next_sl (Results 1 – 1 of 1) sorted by relevance
1100 VkSampleLocationEXT *next_sl = sl; in clone_rp_sample_locations() local1106 typed_memcpy(next_sl, sli_in->pSampleLocations, in clone_rp_sample_locations()1116 .pSampleLocations = next_sl, in clone_rp_sample_locations()1120 next_sl += sli_in->sampleLocationsCount; in clone_rp_sample_locations()1128 typed_memcpy(next_sl, sli_in->pSampleLocations, in clone_rp_sample_locations()1138 .pSampleLocations = next_sl, in clone_rp_sample_locations()1142 next_sl += sli_in->sampleLocationsCount; in clone_rp_sample_locations()1145 assert(next_sl == sl + sl_count); in clone_rp_sample_locations()