Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dbitset_test.cpp85 BITSET_CLEAR_RANGE(mask128, 0, max_set); in TEST()
225 BITSET_CLEAR_RANGE(r, 32, 63); in TEST()
Dbitset.h203 #define BITSET_CLEAR_RANGE(x, b, e) \ macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_mem_access_bit_sizes.c234 BITSET_CLEAR_RANGE(mask, start, (start + store_bytes - 1)); in lower_mem_store_bit_size()