Searched refs:count_movs_from_if (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_sel_peephole.cpp | 66 count_movs_from_if(fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS], function in typeref:typename:int 155 int movs = count_movs_from_if(then_mov, else_mov, then_block, else_block);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_sel_peephole.cpp | 66 count_movs_from_if(const intel_device_info *devinfo, function in typeref:typename:int 156 int movs = count_movs_from_if(devinfo, then_mov, else_mov, then_block, else_block);
|
Completed in 3 milliseconds