Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
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], in count_movs_from_if() argument
71 if (then_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV || in count_movs_from_if()
81 if (else_movs == MAX_MOVS || inst->opcode != BRW_OPCODE_MOV || in count_movs_from_if()
139 fs_inst *else_mov[MAX_MOVS] = { NULL }; in opt_peephole_sel()
140 fs_inst *then_mov[MAX_MOVS] = { NULL }; in opt_peephole_sel()