Home
last modified time | relevance | path

Searched refs:list_pair_for_each_entry (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_test.h77 list_pair_for_each_entry(bi_instr, insA, insB, in bit_block_equal()
92 list_pair_for_each_entry(bi_block, blockA, blockB, in bit_shader_equal()
/third_party/mesa3d/src/util/
Dlist.h263 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ macro