From 65cb3af38a045ff2b33eef03663b885c7420feec Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 2 Mar 2022 10:29:28 -0500 Subject: [PATCH] pan/va: Add TEX_DUAL instruction Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/valhall/ISA.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml index e20adb2..44e7bed 100644 --- a/src/panfrost/bifrost/valhall/ISA.xml +++ b/src/panfrost/bifrost/valhall/ISA.xml @@ -2065,6 +2065,27 @@ Image to read from + + Pair of texture instructions. + + + + + + + + + + + + + + + + + Image to read from + + Only works for FP32 varyings. Performance characteristics are similar -- 2.7.4