[Mesa-dev] [PATCH] anv: Document anv_event::semaphore

Jason Ekstrand jason at jlekstrand.net
Fri Nov 4 04:04:10 UTC 2016


rb

On Thu, Nov 3, 2016 at 10:29 AM, Chad Versace <chadversary at chromium.org>
wrote:

> Explain why it's 64-bit and its valid values.
> ---
>  src/intel/vulkan/anv_private.h | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_
> private.h
> index 8f5a95b..0924ccf 100644
> --- a/src/intel/vulkan/anv_private.h
> +++ b/src/intel/vulkan/anv_private.h
> @@ -1252,7 +1252,11 @@ struct anv_fence {
>  };
>
>  struct anv_event {
> +   /* One of VK_EVENT_SET or VK_EVENT_RESET.  The value is 64-bit because
> +    * PIPE_CONTROL::PostSyncOperation::WriteImmediateData writes a QWord.
> +    */
>     uint64_t                                     semaphore;
> +
>     struct anv_state                             state;
>  };
>
> --
> 2.10.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161103/ab144a39/attachment.html>


More information about the mesa-dev mailing list