Searched defs:__inst (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 308 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 315 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 331 #define foreach_inst_in_block(__type, __inst, __block) \ argument 334 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 341 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 344 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument 347 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument 352 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument
|
/external/mesa3d/src/compiler/glsl/ |
D | list.h | 649 #define foreach_in_list(__type, __inst, __list) \ argument 654 #define foreach_in_list_reverse(__type, __inst, __list) \ argument 674 #define foreach_in_list_use_after(__type, __inst, __list) \ argument
|