Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1076 uint32_t sl_count = 0; in clone_rp_sample_locations() local
1081 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()
Dvk_graphics_state.c1954 const uint32_t sl_count = src->ms.sample_locations->per_pixel * in vk_dynamic_graphics_state_copy() local
1957 COPY_ARRAY(MS_SAMPLE_LOCATIONS, ms.sample_locations->locations, sl_count); in vk_dynamic_graphics_state_copy()