Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.c1039 uint32_t sl_count = 0; in clone_rp_sample_locations() local
1044 sl_count += att_sl_in->sampleLocationsInfo.sampleLocationsCount; in clone_rp_sample_locations()
1049 sl_count += sp_sl_in->sampleLocationsInfo.sampleLocationsCount; in clone_rp_sample_locations()
1058 VK_MULTIALLOC_DECL(&ma, VkSampleLocationEXT, sl, sl_count); in clone_rp_sample_locations()
1108 assert(next_sl == sl + sl_count); in clone_rp_sample_locations()
H A Dvk_graphics_state.c1586 const uint32_t sl_count = src->ms.sample_locations->per_pixel * in vk_dynamic_graphics_state_copy() local
1589 COPY_ARRAY(MS_SAMPLE_LOCATIONS, ms.sample_locations->locations, sl_count); in vk_dynamic_graphics_state_copy()

Completed in 7 milliseconds