Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
Dbitset_test.cpp85 BITSET_CLEAR_RANGE(mask128, 0, max_set); in TEST()
145 BITSET_CLEAR_RANGE(mask128, 20, 80); in TEST()
248 BITSET_CLEAR_RANGE(r, 32, 63); in TEST()
/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()
/third_party/mesa3d/src/util/
Dbitset.h263 #define BITSET_CLEAR_RANGE(x, b, e) \ macro
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c671 BITSET_CLEAR_RANGE(util_dynarray_element(array, BITSET_WORD, 0), bit, bit + subcount - 1); in dzn_cmd_buffer_dynbitset_clear_range()
2453 BITSET_CLEAR_RANGE(cmdbuf->state.vb.dirty, 0, MAX_VBS); in dzn_cmd_buffer_update_vbviews()