Home
last modified time | relevance | path

Searched refs:foreach_in_list_reverse_safe (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/tests/
H A Dlist_iterators.cpp108 TEST_P(list_iterators_node_inherite, foreach_in_list_reverse_safe) in TEST_P() argument
111 foreach_in_list_reverse_safe(test_node_inherite, n, &node_list) { in TEST_P()
/aosp_15_r20/external/mesa3d/src/
H A D.clang-format92 - foreach_in_list_reverse_safe
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_cfg.h449 foreach_in_list_reverse_safe(__type, __inst, &(__block)->instructions)
H A Dbrw_fs.cpp1004 foreach_in_list_reverse_safe(exec_node, dead, &this->instructions) { in mark_last_urb_write_with_eot()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_cfg.h459 foreach_in_list_reverse_safe(__type, __inst, &(__block)->instructions)
H A Delk_fs.cpp1186 foreach_in_list_reverse_safe(exec_node, dead, &this->instructions) { in mark_last_urb_write_with_eot()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlist.h706 #define foreach_in_list_reverse_safe(__type, __node, __list) … macro
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv44317 …al/mesa3d,[email protected],glsl: Add a foreach_in_list_reverse_safe macro.
46768 …al/mesa3d,[email protected],i965: Use foreach_in_list_reverse_safe() macro.