Home
last modified time | relevance | path

Searched refs:BI_SPECIAL_FMA (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c56 [BI_SPECIAL_FMA] = BI_SCHED_FMA | BI_SCHED_SLOW,
Dbi_print.c72 case BI_SPECIAL_FMA: return "special"; in bi_class_name()
265 else if (ins->type == BI_SPECIAL_ADD || ins->type == BI_SPECIAL_FMA) in bi_print_instruction()
Dcompiler.h77 BI_SPECIAL_FMA, /* _FAST on supported GPUs */ enumerator
Dbi_pack.c587 case BI_SPECIAL_FMA: in bi_pack_fma()
957 .type = BI_SPECIAL_FMA, in bi_lower_cubeface2()
Dbifrost_compile.c1625 .type = BI_SPECIAL_FMA, in bi_lower_cube_coord()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c585 case BI_SPECIAL_FMA: in bit_step()