Searched refs:BITSET_TEST_RANGE (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/util/tests/ |
D | bitset_test.cpp | 137 EXPECT_EQ(BITSET_TEST_RANGE(mask128, 0, 128), true); in TEST() 138 EXPECT_EQ(BITSET_TEST_RANGE(mask128, 0, 19), false); in TEST() 139 EXPECT_EQ(BITSET_TEST_RANGE(mask128, 21, 79), false); in TEST() 140 EXPECT_EQ(BITSET_TEST_RANGE(mask128, 81, 127), false); in TEST() 141 EXPECT_EQ(BITSET_TEST_RANGE(mask128, 0, 79), true); in TEST() 142 EXPECT_EQ(BITSET_TEST_RANGE(mask128, 21, 128), true); in TEST() 164 EXPECT_EQ(BITSET_TEST_RANGE(r, 0, 31), false); in TEST() 165 EXPECT_EQ(BITSET_TEST_RANGE(r, 32, 63), false); in TEST() 166 EXPECT_EQ(BITSET_TEST_RANGE(r, 64, 95), false); in TEST() 167 EXPECT_EQ(BITSET_TEST_RANGE(r, 96, 127), false); in TEST() [all …]
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.h | 885 return BITSET_TEST_RANGE(d->dirty, in vk_dynamic_graphics_state_any_dirty()
|
/third_party/mesa3d/src/util/ |
D | bitset.h | 225 #define BITSET_TEST_RANGE(x, b, e) \ macro
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.c | 608 return BITSET_TEST_RANGE(zs->nir->info.textures_used, 0, PIPE_MAX_SAMPLERS - 1); in zink_program_get_descriptor_usage() 610 return BITSET_TEST_RANGE(zs->nir->info.images_used, 0, PIPE_MAX_SAMPLERS - 1); in zink_program_get_descriptor_usage()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_insert_NOPs.cpp | 310 return BITSET_TEST_RANGE(words, start, end); in test_bitset_range()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 2726 if (roundtrip(dri2_dpy) < 0 || !BITSET_TEST_RANGE(dri2_dpy->formats.formats_bitmap, in dri2_initialize_wayland_swrast()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 4386 …if (BITSET_TEST_RANGE(s->info.system_values_read, SYSTEM_VALUE_SUBGROUP_SIZE, SYSTEM_VALUE_SUBGROU… in nir_to_spirv()
|