From 295b802f64bc0385423360653a3f069b810666e2 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 23 Mar 2022 11:57:52 -0400 Subject: [PATCH] pan/va: Add LD_VAR_BUF instructions Like LD_VAR_BUF_IMM but indirect. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/valhall/ISA.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml index eb68da7..b9ec25a 100644 --- a/src/panfrost/bifrost/valhall/ISA.xml +++ b/src/panfrost/bifrost/valhall/ISA.xml @@ -866,6 +866,21 @@ + + Interpolates a given varying from hardware buffer + + + + + + + + + + + + + Load `vecsize` components from the attribute descriptor at entry `index` -- 2.7.4