Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h436 bool sample_locations_enable; member
805 bool sample_locations_enable; member
Dvk_graphics_state.c735 ms->sample_locations_enable = false; in vk_multisample_state_init()
757 ms->sample_locations_enable = in vk_multisample_sample_locations_state_init()
763 if (ms->sample_locations_enable) { in vk_multisample_sample_locations_state_init()
787 dst->ms.sample_locations_enable = ms->sample_locations_enable; in vk_dynamic_graphics_state_init_ms()
1947 COPY_IF_SET(MS_SAMPLE_LOCATIONS_ENABLE, ms.sample_locations_enable); in vk_dynamic_graphics_state_copy()
2522 ms.sample_locations_enable, sampleLocationsEnable); in vk_common_CmdSetSampleLocationsEnableEXT()