Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c1546 #define INFO_ALIAS(_State, s) \ in vk_graphics_pipeline_state_fill() macro
1549 INFO_ALIAS(VertexInput, vi); in vk_graphics_pipeline_state_fill()
1550 INFO_ALIAS(InputAssembly, ia); in vk_graphics_pipeline_state_fill()
1551 INFO_ALIAS(Tessellation, ts); in vk_graphics_pipeline_state_fill()
1552 INFO_ALIAS(Viewport, vp); in vk_graphics_pipeline_state_fill()
1553 INFO_ALIAS(Rasterization, rs); in vk_graphics_pipeline_state_fill()
1554 INFO_ALIAS(Multisample, ms); in vk_graphics_pipeline_state_fill()
1555 INFO_ALIAS(DepthStencil, ds); in vk_graphics_pipeline_state_fill()
1556 INFO_ALIAS(ColorBlend, cb); in vk_graphics_pipeline_state_fill()
1558 #undef INFO_ALIAS in vk_graphics_pipeline_state_fill()