Searched defs:__block (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.h | 412 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 419 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 423 #define foreach_block(__block, __cfg) \ argument 426 #define foreach_block_reverse(__block, __cfg) \ argument 429 #define foreach_block_safe(__block, __cfg) \ argument 432 #define foreach_block_reverse_safe(__block, __cfg) \ argument 435 #define foreach_inst_in_block(__type, __inst, __block) \ argument 438 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 445 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 448 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_cfg.h | 422 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 429 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 433 #define foreach_block(__block, __cfg) \ argument 436 #define foreach_block_reverse(__block, __cfg) \ argument 439 #define foreach_block_safe(__block, __cfg) \ argument 442 #define foreach_block_reverse_safe(__block, __cfg) \ argument 445 #define foreach_inst_in_block(__type, __inst, __block) \ argument 448 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 455 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 458 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 1990 #define foreach_block(__block, __list) \ argument 1992 #define foreach_block_safe(__block, __list) \ argument 1994 #define foreach_block_rev(__block, __list) \ argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/ |
H A D | unittest_objc.proto | 176 optional bool __block = 501; field
|
/aosp_15_r20/external/protobuf/objectivec/Tests/ |
H A D | unittest_objc.proto | 176 optional bool __block = 501; field
|