gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
v2: rename cap to PIPE_CAP_QUERY_SO_OVERFLOW and be a bit more explicit in the documentation Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -398,6 +398,11 @@ The integer capabilities:
|
||||
supported.
|
||||
* ``PIPE_CAP_NIR_SAMPLERS_AS_DEREF``: Whether NIR tex instructions should
|
||||
reference texture and sampler as NIR derefs instead of by indices.
|
||||
* ``PIPE_CAP_QUERY_SO_OVERFLOW``: Whether the
|
||||
``PIPE_QUERY_SO_OVERFLOW_PREDICATE`` and
|
||||
``PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE`` query types are supported. Note that
|
||||
for a driver that does not support multiple output streams (i.e.,
|
||||
``PIPE_CAP_MAX_VERTEX_STREAMS`` is 1), both query types are identical.
|
||||
|
||||
|
||||
.. _pipe_capf:
|
||||
|
Reference in New Issue
Block a user