Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c77 case BI_BLEND: in bi_message_type_for_ins()
206 if (ins->type == BI_BLEND) in bi_make_singleton()
Dbi_tables.c34 [BI_BLEND] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD | BI_VECTOR | BI_DATA_REG_SRC,
Dbi_print.c50 case BI_BLEND: return "blend"; in bi_class_name()
283 else if (ins->type == BI_BLEND) in bi_print_instruction()
Dcompiler.h54 BI_BLEND, enumerator
Dbi_pack.c764 case BI_BLEND: in bi_pack_add()
1161 if (!ins || ins->type != BI_BLEND) in bi_collect_blend_ret_addr()
Dbifrost_compile.c247 .type = BI_BLEND, in bi_emit_blend()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c660 case BI_BLEND: in bit_step()
/external/mesa3d/docs/relnotes/
D20.1.0.rst437 - pan/bi: Add blend_location to IR for BI_BLEND
520 - pan/bi: Flesh out BI_BLEND
521 - pan/bi: Pack BI_BLEND
640 - panfrost: Fix BI_BLEND packing