Searched refs:COPY_ARRAY (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 1515 #define COPY_ARRAY(STATE, state, count) \ in vk_dynamic_graphics_state_copy() macro 1538 COPY_ARRAY(VI_BINDING_STRIDES, vi_binding_strides, in vk_dynamic_graphics_state_copy() 1549 COPY_ARRAY(VP_VIEWPORTS, vp.viewports, src->vp.viewport_count); in vk_dynamic_graphics_state_copy() 1555 COPY_ARRAY(VP_SCISSORS, vp.scissors, src->vp.scissor_count); in vk_dynamic_graphics_state_copy() 1560 COPY_ARRAY(DR_RECTANGLES, dr.rectangles, src->dr.rectangle_count); in vk_dynamic_graphics_state_copy() 1589 COPY_ARRAY(MS_SAMPLE_LOCATIONS, ms.sample_locations->locations, sl_count); in vk_dynamic_graphics_state_copy() 1628 COPY_ARRAY(CB_BLEND_CONSTANTS, cb.blend_constants, 4); in vk_dynamic_graphics_state_copy() 1633 #undef COPY_ARRAY in vk_dynamic_graphics_state_copy() macro
|
/third_party/node/deps/brotli/c/enc/ |
H A D | encode.c | 41 #define COPY_ARRAY(dst, src) memcpy(dst, src, sizeof(src)); macro 323 COPY_ARRAY(cmd_depths, kDefaultCommandDepths); in InitCommandPrefixCodes() 324 COPY_ARRAY(cmd_bits, kDefaultCommandBits); in InitCommandPrefixCodes() 328 COPY_ARRAY(cmd_code, kDefaultCommandCode); in InitCommandPrefixCodes()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | encode.c | 41 #define COPY_ARRAY(dst, src) memcpy(dst, src, sizeof(src)); macro 323 COPY_ARRAY(cmd_depths, kDefaultCommandDepths); in InitCommandPrefixCodes() 324 COPY_ARRAY(cmd_bits, kDefaultCommandBits); in InitCommandPrefixCodes() 328 COPY_ARRAY(cmd_code, kDefaultCommandCode); in InitCommandPrefixCodes()
|
Completed in 10 milliseconds