Home
last modified time | relevance | path

Searched refs:MAX_MULTIVIEW_VIEW_COUNT (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_limits.h55 #define MAX_MULTIVIEW_VIEW_COUNT 16 macro
Dv3dv_pass.c51 for (uint32_t j = 0; j < MAX_MULTIVIEW_VIEW_COUNT; j++) { in pass_find_subpass_range_for_attachments()
Dv3dvx_cmd_buffer.c207 assert(!pass->multiview_enabled || layer < MAX_MULTIVIEW_VIEW_COUNT); in cmd_buffer_render_pass_emit_loads()
444 assert(!pass->multiview_enabled || layer < MAX_MULTIVIEW_VIEW_COUNT); in cmd_buffer_render_pass_emit_stores()
Dv3dv_private.h731 } views[MAX_MULTIVIEW_VIEW_COUNT];
Dv3dv_device.c1645 .maxMultiviewViewCount = MAX_MULTIVIEW_VIEW_COUNT, in v3dv_GetPhysicalDeviceProperties2()