Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1067 const VkSampleLocationsInfoEXT *sli_in = &att_sl_in->sampleLocationsInfo; in clone_rp_sample_locations() local
1069 typed_memcpy(next_sl, sli_in->pSampleLocations, in clone_rp_sample_locations()
1070 sli_in->sampleLocationsCount); in clone_rp_sample_locations()
1076 .sampleLocationsPerPixel = sli_in->sampleLocationsPerPixel, in clone_rp_sample_locations()
1077 .sampleLocationGridSize = sli_in->sampleLocationGridSize, in clone_rp_sample_locations()
1078 .sampleLocationsCount = sli_in->sampleLocationsCount, in clone_rp_sample_locations()
1083 next_sl += sli_in->sampleLocationsCount; in clone_rp_sample_locations()
1089 const VkSampleLocationsInfoEXT *sli_in = &sp_sl_in->sampleLocationsInfo; in clone_rp_sample_locations() local
1091 typed_memcpy(next_sl, sli_in->pSampleLocations, in clone_rp_sample_locations()
1092 sli_in in clone_rp_sample_locations()
[all...]

Completed in 4 milliseconds