[Mesa-dev] [PATCH] amd/common: document PREDICATION OP 3 as 64-bit bool.

Marek Olšák maraeo at gmail.com
Thu Mar 2 15:50:48 UTC 2017


Reviewed-by: Marek Olšák <marek.olsak at amd.com>

Marek

On Wed, Mar 1, 2017 at 8:40 PM, Dave Airlie <airlied at gmail.com> wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> This just documents some info for possible future use.
>
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> ---
>  src/amd/common/sid.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/amd/common/sid.h b/src/amd/common/sid.h
> index 285cfbf..7789add 100644
> --- a/src/amd/common/sid.h
> +++ b/src/amd/common/sid.h
> @@ -56,6 +56,7 @@
>  #define PREDICATION_OP_CLEAR 0x0
>  #define PREDICATION_OP_ZPASS 0x1
>  #define PREDICATION_OP_PRIMCOUNT 0x2
> +#define PREDICATION_OP_BOOL64 0x3
>
>  #define PRED_OP(x) ((x) << 16)
>
> --
> 2.9.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list