Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c736 ms->sample_locations = NULL; in vk_multisample_state_init()
761 assert(ms->sample_locations == NULL); in vk_multisample_sample_locations_state_init()
765 ms->sample_locations = sl; in vk_multisample_sample_locations_state_init()
772 ms->sample_locations = in vk_multisample_sample_locations_state_init()
790 *dst->ms.sample_locations = *ms->sample_locations; in vk_dynamic_graphics_state_init_ms()
1663 if (old_state->ms && old_state->ms->sample_locations && in vk_graphics_pipeline_state_copy()
1665 assert(old_state->ms->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()
1749 struct vk_sample_locations_state *sl = dyn->ms.sample_locations; in vk_dynamic_graphics_state_clear()
[all …]
Dvk_command_buffer.h51 const VkSampleLocationsInfoEXT *sample_locations; member
Dvk_graphics_state.h442 const struct vk_sample_locations_state *sample_locations; member
814 struct vk_sample_locations_state *sample_locations; member
Dvk_render_pass.c1255 const VkSampleLocationsInfoEXT *sample_locations, in transition_image_range() argument
1295 .pNext = sample_locations, in transition_image_range()
1505 att_view_state->sample_locations, in transition_attachment()
1723 const VkSampleLocationsInfoEXT *sample_locations = NULL; in begin_subpass() local
1828 sample_locations = in begin_subpass()
1833 att_state->views[view].sample_locations = sample_locations; in begin_subpass()
2144 if (sample_locations) { in begin_subpass()
2145 sample_locations_tmp = *sample_locations; in begin_subpass()
2386 att_state->views[v].sample_locations = &att_sl->sampleLocationsInfo; in vk_common_CmdBeginRenderPass2()