From: Alyssa Rosenzweig Date: Thu, 3 Mar 2022 01:49:20 +0000 (-0500) Subject: pan/bi: Model Valhall action on bi_instr X-Git-Tag: upstream/22.3.5~11492 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=222d17fc6719e01bca66591d7f9caa269a60fde3;p=platform%2Fupstream%2Fmesa.git pan/bi: Model Valhall action on bi_instr Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index 912094f..bc98756 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -397,6 +397,9 @@ typedef struct { enum bi_register_format register_format; enum bi_vecsize vecsize; + /* Action (flow control) associated with a Valhall instruction */ + uint8_t action; + /* Can we spill the value written here? Used to prevent * useless double fills */ bool no_spill;