Home
last modified time | relevance | path

Searched refs:COPY_IF_SET (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c1518 #define COPY_IF_SET(STATE, state) \ in vk_dynamic_graphics_state_copy() macro
1542 COPY_IF_SET(IA_PRIMITIVE_TOPOLOGY, ia.primitive_topology); in vk_dynamic_graphics_state_copy()
1543 COPY_IF_SET(IA_PRIMITIVE_RESTART_ENABLE, ia.primitive_restart_enable); in vk_dynamic_graphics_state_copy()
1544 COPY_IF_SET(TS_PATCH_CONTROL_POINTS, ts.patch_control_points); in vk_dynamic_graphics_state_copy()
1546 COPY_IF_SET(VP_VIEWPORT_COUNT, vp.viewport_count); in vk_dynamic_graphics_state_copy()
1552 COPY_IF_SET(VP_SCISSOR_COUNT, vp.scissor_count); in vk_dynamic_graphics_state_copy()
1563 COPY_IF_SET(RS_RASTERIZER_DISCARD_ENABLE, rs.rasterizer_discard_enable); in vk_dynamic_graphics_state_copy()
1564 COPY_IF_SET(RS_CULL_MODE, rs.cull_mode); in vk_dynamic_graphics_state_copy()
1565 COPY_IF_SET(RS_FRONT_FACE, rs.front_face); in vk_dynamic_graphics_state_copy()
1566 COPY_IF_SET(RS_DEPTH_BIAS_ENABL in vk_dynamic_graphics_state_copy()
1634 #undef COPY_IF_SET vk_dynamic_graphics_state_copy() macro
[all...]

Completed in 3 milliseconds