summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorBruno JimĂ©nez <[email protected]>2014-05-30 17:31:10 +0200
committerTom Stellard <[email protected]>2014-06-12 19:08:06 -0400
commit8f4d37889c58e75d7bb909b6525c2395690ec804 (patch)
treed98e8aa4bb3264ce1a9d104c3987d35ac0c6b1c5 /src/gallium/docs
parent4f70d83089bb1fea3cda9aa050e5bbd7f3768734 (diff)
gallium: Add PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS
Reviewed-by: Tom Stellard <[email protected]> Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/screen.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index b8e356f97bb..1a80b049429 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -320,6 +320,8 @@ pipe_screen::get_compute_param.
allocation in bytes. Value type: ``uint64_t``.
* ``PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCY``: Maximum frequency of the GPU
clock in MHz. Value type: ``uint32_t``
+* ``PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITS``: Maximum number of compute units
+ Value type: ``uint32_t``
.. _pipe_bind: