Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dbitset_test.cpp126 BITSET_SET_RANGE(mask128, 20, 80); in TEST()
413 BITSET_SET_RANGE(r, 62, 65); in TEST()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h1048 BITSET_SET_RANGE(d->dirty, 0, MESA_VK_DYNAMIC_GRAPHICS_STATE_ENUM_MAX - 1); in vk_dynamic_graphics_state_dirty_all()
/hardware/google/gfxstream/guest/mesa/src/util/
Dbitset.h258 #define BITSET_SET_RANGE(x, b, e) \ macro