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 D | list_iterators.cpp | 108 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-format | 92 - foreach_in_list_reverse_safe
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.h | 449 foreach_in_list_reverse_safe(__type, __inst, &(__block)->instructions)
|
H A D | brw_fs.cpp | 1004 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 D | elk_cfg.h | 459 foreach_in_list_reverse_safe(__type, __inst, &(__block)->instructions)
|
H A D | elk_fs.cpp | 1186 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 D | list.h | 706 #define foreach_in_list_reverse_safe(__type, __node, __list) … macro
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 44317 …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.
|