Home
last modified time | relevance | path

Searched refs:BI_SPECIAL_ADD (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c55 [BI_SPECIAL_ADD] = BI_SCHED_ADD | BI_SCHED_SLOW,
Dbi_special.c79 .type = BI_SPECIAL_ADD, in bi_emit_fexp2_new()
Dbi_print.c71 case BI_SPECIAL_ADD: return "special"; in bi_class_name()
265 else if (ins->type == BI_SPECIAL_ADD || ins->type == BI_SPECIAL_FMA) in bi_print_instruction()
Dbifrost_compile.c1019 return BI_SPECIAL_ADD; in bi_class_for_nir_alu()
1168 assert(alu.type != BI_SPECIAL_ADD || !(ctx->quirks & BIFROST_NO_FAST_OP)); in emit_alu()
1637 .type = BI_SPECIAL_ADD, in bi_lower_cube_coord()
1648 .type = BI_SPECIAL_ADD, in bi_lower_cube_coord()
1659 .type = BI_SPECIAL_ADD, in bi_lower_cube_coord()
1683 .type = BI_SPECIAL_ADD, in bi_lower_cube_coord()
Dcompiler.h76 BI_SPECIAL_ADD, /* _FAST on supported GPUs */ enumerator
Dbi_pack.c892 case BI_SPECIAL_ADD: in bi_pack_add()
946 if (!bundle->add || bundle->add->type != BI_SPECIAL_ADD in bi_lower_cubeface2()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_test_pack.c298 bi_instruction ins = bit_ins(BI_SPECIAL_ADD, 2, nir_type_float, size); in bit_special_helper()
Dbi_interpret.c586 case BI_SPECIAL_ADD: { in bit_step()