Searched refs:MAX_MOVS (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp38 #define MAX_MOVS 8 /**< The maximum number of MOVs to attempt to match. */ macro
66 count_movs_from_if(fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS],
71 if (then_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV ||
81 if (else_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV ||
139 fs_inst *else_mov[MAX_MOVS] = { NULL };
140 fs_inst *then_mov[MAX_MOVS] = { NULL };
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp38 #define MAX_MOVS 8 /**< The maximum number of MOVs to attempt to match. */ macro
67 fs_inst *then_mov[MAX_MOVS], fs_inst *else_mov[MAX_MOVS],
72 if (then_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV ||
82 if (else_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV ||
140 fs_inst *else_mov[MAX_MOVS] = { NULL };
141 fs_inst *then_mov[MAX_MOVS] = { NULL };

Completed in 4 milliseconds