Searched defs:__block (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_cfg.h | 411 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 418 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 422 #define foreach_block(__block, __cfg) \ argument 425 #define foreach_block_reverse(__block, __cfg) \ argument 428 #define foreach_block_safe(__block, __cfg) \ argument 431 #define foreach_block_reverse_safe(__block, __cfg) \ argument 434 #define foreach_inst_in_block(__type, __inst, __block) \ argument 437 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 444 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 447 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_cfg.h | 421 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 428 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 432 #define foreach_block(__block, __cfg) \ argument 435 #define foreach_block_reverse(__block, __cfg) \ argument 438 #define foreach_block_safe(__block, __cfg) \ argument 441 #define foreach_block_reverse_safe(__block, __cfg) \ argument 444 #define foreach_inst_in_block(__type, __inst, __block) \ argument 447 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 454 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 457 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 2005 #define foreach_block(__block, __list) \ argument 2007 #define foreach_block_safe(__block, __list) \ argument 2009 #define foreach_block_rev(__block, __list) \ argument
|
/external/cronet/tot/third_party/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 176 optional bool __block = 501; field
|
/external/cronet/stable/third_party/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 176 optional bool __block = 501; field
|
/external/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 176 optional bool __block = 501; field
|