Searched refs:BITSET_CLEAR (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_worklist.c | 84 BITSET_CLEAR(w->present, *(w->entries[head])); in u_worklist_pop_head_index() 124 BITSET_CLEAR(w->present, *(w->entries[tail])); in u_worklist_pop_tail_index()
|
D | bitset.h | 64 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) macro 575 BITSET_CLEAR(words, i); \
|
D | register_allocate.c | 508 BITSET_CLEAR(g->adjacency, index); in ra_clear_adjacency_bit() 875 BITSET_CLEAR(regs, i); in ra_compute_available_regs() 916 BITSET_CLEAR(g->tmp.in_stack, n); in ra_select()
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | bitset_test.cpp | 49 BITSET_CLEAR(mask128, i); in TEST() 63 BITSET_CLEAR(mask128, i); in TEST() 105 BITSET_CLEAR(mask128, 14); in TEST()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_graphics_state.c | 1784 BITSET_CLEAR(needed, MESA_VK_DYNAMIC_VI); in vk_dynamic_graphics_state_fill() 1786 BITSET_CLEAR(needed, MESA_VK_DYNAMIC_MS_SAMPLE_LOCATIONS); in vk_dynamic_graphics_state_fill()
|