Searched defs:__block (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 385 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 392 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 396 #define foreach_block(__block, __cfg) \ argument 399 #define foreach_block_reverse(__block, __cfg) \ argument 402 #define foreach_block_safe(__block, __cfg) \ argument 405 #define foreach_block_reverse_safe(__block, __cfg) \ argument 408 #define foreach_inst_in_block(__type, __inst, __block) \ argument 411 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 418 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 421 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1225 #define foreach_block(__block, __list) \ argument 1227 #define foreach_block_safe(__block, __list) \ argument 1229 #define foreach_block_rev(__block, __list) \ argument
|
/external/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 176 optional bool __block = 501; field
|