Searched refs:sl_count (Results 1 – 2 of 2) sorted by relevance
1076 uint32_t sl_count = 0; in clone_rp_sample_locations() local1081 sl_count += att_sl_in->sampleLocationsInfo.sampleLocationsCount; in clone_rp_sample_locations()1086 sl_count += sp_sl_in->sampleLocationsInfo.sampleLocationsCount; in clone_rp_sample_locations()1095 VK_MULTIALLOC_DECL(&ma, VkSampleLocationEXT, sl, sl_count); in clone_rp_sample_locations()1145 assert(next_sl == sl + sl_count); in clone_rp_sample_locations()
1954 const uint32_t sl_count = src->ms.sample_locations->per_pixel * in vk_dynamic_graphics_state_copy() local1957 COPY_ARRAY(MS_SAMPLE_LOCATIONS, ms.sample_locations->locations, sl_count); in vk_dynamic_graphics_state_copy()