Searched refs:MESA_VK_MAX_MULTIVIEW_VIEW_COUNT (Results 1 – 3 of 3) sorted by relevance
56 #define MESA_VK_MAX_MULTIVIEW_VIEW_COUNT 32 macro
61 struct vk_attachment_view_state views[MESA_VK_MAX_MULTIVIEW_VIEW_COUNT];
1368 assert(view >= 0 && view < MESA_VK_MAX_MULTIVIEW_VIEW_COUNT); in can_use_attachment_initial_layout()1409 assert(view >= 0 && view < MESA_VK_MAX_MULTIVIEW_VIEW_COUNT); in set_attachment_layout()1458 assert(view >= 0 && view < MESA_VK_MAX_MULTIVIEW_VIEW_COUNT); in transition_attachment()2353 for (uint32_t v = 0; v < MESA_VK_MAX_MULTIVIEW_VIEW_COUNT; v++) { in vk_common_CmdBeginRenderPass2()2385 for (uint32_t v = 0; v < MESA_VK_MAX_MULTIVIEW_VIEW_COUNT; v++) in vk_common_CmdBeginRenderPass2()