Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c1493 #define SET_DYN_ARRAY(dst, STATE, state, start, count, src) do { \ macro
1516 SET_DYN_ARRAY(dst, STATE, state, 0, count, src->state) in vk_dynamic_graphics_state_copy()
1760 SET_DYN_ARRAY(dyn, VP_VIEWPORTS, vp.viewports, in vk_common_CmdSetViewport()
1773 SET_DYN_ARRAY(dyn, VP_VIEWPORTS, vp.viewports, 0, viewportCount, pViewports); in vk_common_CmdSetViewportWithCount()
1785 SET_DYN_ARRAY(dyn, VP_SCISSORS, vp.scissors, in vk_common_CmdSetScissor()
1798 SET_DYN_ARRAY(dyn, VP_SCISSORS, vp.scissors, 0, scissorCount, pScissors); in vk_common_CmdSetScissorWithCount()
1811 SET_DYN_ARRAY(dyn, DR_RECTANGLES, dr.rectangles, firstDiscardRectangle, in vk_common_CmdSetDiscardRectangleEXT()
1937 SET_DYN_ARRAY(dyn, MS_SAMPLE_LOCATIONS, in vk_common_CmdSetSampleLocationsEXT()
2138 SET_DYN_ARRAY(dyn, CB_BLEND_CONSTANTS, cb.blend_constants, in vk_common_CmdSetBlendConstants()

Completed in 3 milliseconds