Searched refs:SET_DYN_ARRAY (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 1833 #define SET_DYN_ARRAY(dst, STATE, state, start, count, src) do { \ macro 1856 SET_DYN_ARRAY(dst, STATE, state, 0, count, src->state) in vk_dynamic_graphics_state_copy() 2168 SET_DYN_ARRAY(dyn, VP_VIEWPORTS, vp.viewports, in vk_common_CmdSetViewport() 2181 SET_DYN_ARRAY(dyn, VP_VIEWPORTS, vp.viewports, 0, viewportCount, pViewports); in vk_common_CmdSetViewportWithCount() 2193 SET_DYN_ARRAY(dyn, VP_SCISSORS, vp.scissors, in vk_common_CmdSetScissor() 2206 SET_DYN_ARRAY(dyn, VP_SCISSORS, vp.scissors, 0, scissorCount, pScissors); in vk_common_CmdSetScissorWithCount() 2230 SET_DYN_ARRAY(dyn, DR_RECTANGLES, dr.rectangles, firstDiscardRectangle, in vk_common_CmdSetDiscardRectangleEXT() 2508 SET_DYN_ARRAY(dyn, MS_SAMPLE_LOCATIONS, in vk_common_CmdSetSampleLocationsEXT() 2805 SET_DYN_ARRAY(dyn, CB_BLEND_CONSTANTS, cb.blend_constants, in vk_common_CmdSetBlendConstants()
|