From 1ed28787557ee4a5d36f8a90e051e0d56cafd306 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 15:49:44 +0200 Subject: [PATCH] docs: consistently spell ANV in allcaps Reviewed-by: David Heidelberg Part-of: --- docs/drivers/anv.rst | 10 +++++----- docs/u_trace.rst | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/drivers/anv.rst b/docs/drivers/anv.rst index 8418996..be774ee 100644 --- a/docs/drivers/anv.rst +++ b/docs/drivers/anv.rst @@ -5,11 +5,11 @@ Debugging --------- Here are a few environment variable debug environment variables -specific to Anv: +specific to ANV: :envvar:`ANV_ENABLE_PIPELINE_CACHE` If defined to ``0`` or ``false``, this will disable pipeline - caching, forcing Anv to reparse and recompile any VkShaderModule + caching, forcing ANV to reparse and recompile any VkShaderModule (SPIRV) it is given. :envvar:`ANV_DISABLE_SECONDARY_CMD_BUFFER_CALLS` If defined to ``1`` or ``true``, this will prevent usage of self @@ -22,7 +22,7 @@ specific to Anv: If defined to ``1`` or ``true``, this disables support for timeline semaphores. :envvar:`ANV_USERSPACE_RELOCS` - If defined to ``1`` or ``true``, this forces Anv to always do + If defined to ``1`` or ``true``, this forces ANV to always do kernel relocations in command buffers. This should only have an effect on hardware that doesn't support soft-pinning (Ivybridge, Haswell, Cherryview). @@ -47,7 +47,7 @@ Experimental features Binding Model ------------- -Here is the Anv bindless binding model that was implemented for the +Here is the ANV bindless binding model that was implemented for the descriptor indexing feature of Vulkan 1.2 : .. graphviz:: @@ -239,7 +239,7 @@ Vulkan initially started by baking as much state as possible in pipelines. But extension after extension, more and more state has become potentially dynamic. -Anv tries to limit the amount of time an instruction has to be packed +ANV tries to limit the amount of time an instruction has to be packed to reprogram part of the 3D pipeline state. The packing is happening in 2 places : diff --git a/docs/u_trace.rst b/docs/u_trace.rst index 0b66ca3..56f1682 100644 --- a/docs/u_trace.rst +++ b/docs/u_trace.rst @@ -13,7 +13,7 @@ u_trace is useful when one needs to quickly identify performance bottleneck, or to build a tool to analyze the raw performance data. Drivers which support u_trace: - - Intel drivers: Anv, Iris + - Intel drivers: ANV, Iris - Adreno drivers: Freedreno, Turnip Usage -- 2.7.4