Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_standard_sample_locations.c31 static const struct vk_sample_locations_state sample_locations_state_1x = {
46 static const struct vk_sample_locations_state sample_locations_state_2x = {
63 static const struct vk_sample_locations_state sample_locations_state_4x = {
86 static const struct vk_sample_locations_state sample_locations_state_8x = {
122 static const struct vk_sample_locations_state sample_locations_state_16x = {
145 const struct vk_sample_locations_state *
Dvk_standard_sample_locations.h32 struct vk_sample_locations_state;
39 const struct vk_sample_locations_state*
Dvk_graphics_state.h402 struct vk_sample_locations_state { struct
442 const struct vk_sample_locations_state *sample_locations;
814 struct vk_sample_locations_state *sample_locations;
839 struct vk_sample_locations_state ms_sample_locations;
Dvk_graphics_state.c684 vk_sample_locations_state_init(struct vk_sample_locations_state *sl, in vk_sample_locations_state_init()
752 struct vk_sample_locations_state *sl, in vk_multisample_sample_locations_state_init()
1517 struct vk_sample_locations_state *new_sl = NULL; in vk_graphics_pipeline_state_fill()
1524 vk_multialloc_add(&ma, &new_sl, struct vk_sample_locations_state, 1); in vk_graphics_pipeline_state_fill()
1662 struct vk_sample_locations_state *new_sample_locations = NULL; in vk_graphics_pipeline_state_copy()
1667 struct vk_sample_locations_state, 1); in vk_graphics_pipeline_state_copy()
1749 struct vk_sample_locations_state *sl = dyn->ms.sample_locations; in vk_dynamic_graphics_state_clear()