Searched refs:BI_SPECIAL_ADD (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_tables.c | 55 [BI_SPECIAL_ADD] = BI_SCHED_ADD | BI_SCHED_SLOW,
|
D | bi_special.c | 79 .type = BI_SPECIAL_ADD, in bi_emit_fexp2_new()
|
D | bi_print.c | 71 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()
|
D | bifrost_compile.c | 1019 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()
|
D | compiler.h | 76 BI_SPECIAL_ADD, /* _FAST on supported GPUs */ enumerator
|
D | bi_pack.c | 892 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/ |
D | bi_test_pack.c | 298 bi_instruction ins = bit_ins(BI_SPECIAL_ADD, 2, nir_type_float, size); in bit_special_helper()
|
D | bi_interpret.c | 586 case BI_SPECIAL_ADD: { in bit_step()
|