Home
last modified time | relevance | path

Searched refs:foreach_inst_in_block_reverse (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_saturate_propagation.cpp53 foreach_inst_in_block_reverse(fs_inst, inst, block) { in opt_saturate_propagation_local()
Dbrw_cfg.h429 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ macro