Home
last modified time | relevance | path

Searched defs:__block (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h385 #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/
Dir3.h1225 #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/
Dunittest_objc.proto176 optional bool __block = 501; field