Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h192 uint8_t viewport_count; member
Dvk_graphics_state.c451 vp->viewport_count = vp_info->viewportCount; in vk_viewport_state_init()
485 dst->vp.viewport_count = vp->viewport_count; in vk_dynamic_graphics_state_init_vp()
487 typed_memcpy(dst->vp.viewports, vp->viewports, vp->viewport_count); in vk_dynamic_graphics_state_init_vp()
1892 COPY_IF_SET(VP_VIEWPORT_COUNT, vp.viewport_count); in vk_dynamic_graphics_state_copy()
1895 COPY_ARRAY(VP_VIEWPORTS, vp.viewports, src->vp.viewport_count); in vk_dynamic_graphics_state_copy()
2180 SET_DYN_VALUE(dyn, VP_VIEWPORT_COUNT, vp.viewport_count, viewportCount); in vk_common_CmdSetViewportWithCount()