Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c1662 struct vk_sample_locations_state *new_sample_locations = NULL; in vk_graphics_pipeline_state_copy() local
1666 vk_multialloc_add(&ma, &new_sample_locations, in vk_graphics_pipeline_state_copy()
1676 if (new_sample_locations) { in vk_graphics_pipeline_state_copy()
1677 *new_sample_locations = *old_state->ms->sample_locations; in vk_graphics_pipeline_state_copy()
1689 new_ms->sample_locations = new_sample_locations; in vk_graphics_pipeline_state_copy()