Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1100 VkSampleLocationEXT *next_sl = sl; in clone_rp_sample_locations() local
1106 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()