Home
last modified time | relevance | path

Searched refs:BITSET_OR (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dbitset_test.cpp201 BITSET_OR(r, a, b); in TEST()
210 BITSET_OR(r, a, b); in TEST()
219 BITSET_OR(r, a, b); in TEST()
223 BITSET_OR(r, a, b); in TEST()
/hardware/google/gfxstream/guest/mesa/src/util/
Dbitset.h106 #define BITSET_OR(r, x, y) \ macro
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.c1477 BITSET_OR(state->dynamic, state->dynamic, dynamic); in vk_graphics_pipeline_state_fill()
1602 BITSET_OR(dst->dynamic, dst->dynamic, src->dynamic); in vk_graphics_pipeline_state_merge()