Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_layout.h36 #define VK_MESA_PIPELINE_LAYOUT_MAX_SETS 32 macro
64 struct vk_descriptor_set_layout *set_layouts[VK_MESA_PIPELINE_LAYOUT_MAX_SETS];
Dvk_pipeline_layout.c40 assert(pCreateInfo->setLayoutCount <= VK_MESA_PIPELINE_LAYOUT_MAX_SETS); in vk_pipeline_layout_init()