Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
Dtest-packing.cpp184 bi_fau(BIR_FAU_BLEND_0, false), in TEST_F()
185 bi_fau(BIR_FAU_BLEND_0, true), in TEST_F()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_pack.c105 case BIR_FAU_BLEND_0...(BIR_FAU_BLEND_0 + 7): in va_pack_fau_special()
106 return VA_FAU_SPECIAL_PAGE_0_BLEND_DESCRIPTOR_0 + (fau - BIR_FAU_BLEND_0); in va_pack_fau_special()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c726 unsigned loc = tuple->regs.fau_idx - BIR_FAU_BLEND_0; in bi_collect_blend_ret_addr()
Dcompiler.h834 BIR_FAU_BLEND_0 = 8, enumerator
Dbifrost_compile.c797 bi_fau(BIR_FAU_BLEND_0 + rt, false), in bi_emit_blend_op()
798 bi_fau(BIR_FAU_BLEND_0 + rt, true), in bi_emit_blend_op()