From a1f6e2818daa0e8020dbd0bde97825d16197ee35 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 6 Mar 2024 16:04:09 -0400 Subject: [PATCH] docs/asahi: document UVS Signed-off-by: Alyssa Rosenzweig Part-of: --- docs/drivers/asahi.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/drivers/asahi.rst b/docs/drivers/asahi.rst index 6f620f60ec7..88b04559f9f 100644 --- a/docs/drivers/asahi.rst +++ b/docs/drivers/asahi.rst @@ -361,3 +361,7 @@ concepts used in PowerVR GPUs appear in AGX. Pixel BackEnd Hardware unit which writes to color attachements and images. Also the name for a descriptor passed to :term:`PBE` instructions. + + UVS + Unified Vertex Store + Hardware unit which buffers the outputs of the vertex shader (varyings).