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