Searched refs:BI_MINMAX (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_print.c | 66 case BI_MINMAX: return "minmax"; in bi_class_name() 259 if (ins->type == BI_MINMAX) in bi_print_instruction() 279 if (ins->type == BI_MINMAX) in bi_print_instruction()
|
D | bi_tables.c | 49 [BI_MINMAX] = BI_SCHED_ADD | BI_NO_ABS_ABS_FP16_FMA | BI_MODS,
|
D | compiler.h | 70 BI_MINMAX, enumerator
|
D | bi_pack.c | 865 case BI_MINMAX: in bi_pack_add()
|
D | bifrost_compile.c | 1001 return BI_MINMAX; in bi_class_for_nir_alu()
|
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_test_pack.c | 597 bit_fmod_helper(dev, BI_MINMAX, sz, false, input, debug, BI_MINMAX_MIN); in bit_packing() 598 bit_fmod_helper(dev, BI_MINMAX, sz, false, input, debug, BI_MINMAX_MAX); in bit_packing()
|
D | bi_interpret.c | 559 case BI_MINMAX: { in bit_step()
|