Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h189 BI_MINMAX_MIN, enumerator
Dbi_print.c260 fprintf(fp, "%s", ins->op.minmax == BI_MINMAX_MIN ? "min" : "max"); in bi_print_instruction()
Dbi_pack.c866 if (bundle.add->op.minmax == BI_MINMAX_MIN) { in bi_pack_add()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c597 bit_fmod_helper(dev, BI_MINMAX, sz, false, input, debug, BI_MINMAX_MIN); in bit_packing()
Dbi_interpret.c560 if (ins->op.minmax == BI_MINMAX_MIN) { in bit_step()