Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dbitset.h51 #define BITSET_COPY(x, y) memcpy( (x), (y), sizeof (x) ) macro
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c1693 BITSET_COPY(state->dynamic, old_state->dynamic); in vk_graphics_pipeline_state_copy()
1776 BITSET_COPY(needed, p->dynamic); in vk_dynamic_graphics_state_fill()