Searched refs:viewport_count (Results 1 – 2 of 2) sorted by relevance
192 uint8_t viewport_count; member
451 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()