Home
last modified time | relevance | path

Searched refs:BITSET_CLEAR (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_worklist.c84 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()
Dbitset.h64 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) macro
575 BITSET_CLEAR(words, i); \
Dregister_allocate.c508 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/
Dbitset_test.cpp49 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/
Dvk_graphics_state.c1784 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()