Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1104 const VkSampleLocationsInfoEXT *sli_in = &att_sl_in->sampleLocationsInfo; in clone_rp_sample_locations() local
1106 typed_memcpy(next_sl, sli_in->pSampleLocations, in clone_rp_sample_locations()
1107 sli_in->sampleLocationsCount); in clone_rp_sample_locations()
1113 .sampleLocationsPerPixel = sli_in->sampleLocationsPerPixel, in clone_rp_sample_locations()
1114 .sampleLocationGridSize = sli_in->sampleLocationGridSize, in clone_rp_sample_locations()
1115 .sampleLocationsCount = sli_in->sampleLocationsCount, in clone_rp_sample_locations()
1120 next_sl += sli_in->sampleLocationsCount; in clone_rp_sample_locations()
1126 const VkSampleLocationsInfoEXT *sli_in = &sp_sl_in->sampleLocationsInfo; in clone_rp_sample_locations() local
1128 typed_memcpy(next_sl, sli_in->pSampleLocations, in clone_rp_sample_locations()
1129 sli_in->sampleLocationsCount); in clone_rp_sample_locations()
[all …]