Searched refs:trans_min_max (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 1079 trans_min_max(const struct instr_translater *t, struct etna_compile *c, in trans_min_max() function 1783 INSTR(MIN, trans_min_max, .opc = INST_OPCODE_SELECT, .cond = INST_CONDITION_GT), 1784 INSTR(MAX, trans_min_max, .opc = INST_OPCODE_SELECT, .cond = INST_CONDITION_LT),
|