Searched refs:bi_round (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/src/panfrost/bifrost/ |
| H A D | bi_builder.h | 1469 bi_instr * bi_f16_to_s32_to(bi_builder *b, bi_index dest0, bi_index src0, enum bi_round round) 1481 bi_index bi_f16_to_s32(bi_builder *b, bi_index src0, enum bi_round round) 1488 bi_instr * bi_f16_to_u32_to(bi_builder *b, bi_index dest0, bi_index src0, enum bi_round round) 1500 bi_index bi_f16_to_u32(bi_builder *b, bi_index src0, enum bi_round round) 1507 bi_instr * bi_f32_to_s32_to(bi_builder *b, bi_index dest0, bi_index src0, enum bi_round round) 1519 bi_index bi_f32_to_s32(bi_builder *b, bi_index src0, enum bi_round round) 1526 bi_instr * bi_f32_to_u32_to(bi_builder *b, bi_index dest0, bi_index src0, enum bi_round round) 1538 bi_index bi_f32_to_u32(bi_builder *b, bi_index src0, enum bi_round round) 1603 bi_instr * bi_fadd_f32_to(bi_builder *b, bi_index dest0, bi_index src0, bi_index src1, enum bi_round round) 1616 bi_index bi_fadd_f32(bi_builder *b, bi_index src0, bi_index src1, enum bi_round roun [all...] |
| H A D | bi_opcodes.h | 214 enum bi_round { enum
|
| H A D | bi_printer.c | 407 bi_round_as_str(enum bi_round round)
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | compiler.h | 426 enum bi_round round; /* FMA, converts, FADD, _RSCALE, etc */
|
| H A D | bifrost_compile.c | 1483 static enum bi_round
|
Completed in 21 milliseconds