Searched refs:BITSET_OR (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/util/tests/ |
D | bitset_test.cpp | 201 BITSET_OR(r, a, b); in TEST() 210 BITSET_OR(r, a, b); in TEST() 219 BITSET_OR(r, a, b); in TEST() 223 BITSET_OR(r, a, b); in TEST()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_blorp_exec.c | 357 BITSET_OR(cmd_buffer->vk.dynamic_graphics_state.dirty, in blorp_exec_on_render()
|
/third_party/mesa3d/src/util/ |
D | bitset.h | 99 #define BITSET_OR(r, x, y) \ macro
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.c | 1235 BITSET_OR(state->dynamic, state->dynamic, dynamic); in vk_graphics_pipeline_state_fill() 1359 BITSET_OR(dst->dynamic, dst->dynamic, src->dynamic); in vk_graphics_pipeline_state_merge()
|