Home
last modified time | relevance | path

Searched defs:__inst (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.h396 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument
403 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument
419 #define foreach_inst_in_block(__type, __inst, __block) \ argument
422 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument
429 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument
432 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument
435 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument
440 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument
/third_party/mesa3d/src/compiler/glsl/
Dlist.h688 #define foreach_in_list(__type, __inst, __list) \ argument
693 #define foreach_in_list_reverse(__type, __inst, __list) \ argument
714 #define foreach_in_list_use_after(__type, __inst, __list) \ argument