Home
last modified time | relevance | path

Searched defs:__block (Results 1 – 3 of 3) 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
407 #define foreach_block(__block, __cfg) \ argument
410 #define foreach_block_reverse(__block, __cfg) \ argument
413 #define foreach_block_safe(__block, __cfg) \ argument
416 #define foreach_block_reverse_safe(__block, __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
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h1688 #define foreach_block(__block, __list) \ argument
1690 #define foreach_block_safe(__block, __list) \ argument
1692 #define foreach_block_rev(__block, __list) \ argument
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto176 optional bool __block = 501; field