gallium: add cap to export device pointer size
[mesa.git] / src / gallium / docs / source / screen.rst
index c00d0127ce5eca931e21f29b25515d5449b54351..5a11e7298413b2c536525267b32e05dbd94d6bbe 100644 (file)
@@ -496,6 +496,8 @@ pipe_screen::get_compute_param.
   non-zero means yes, zero means no. Value type: ``uint32_t``
 * ``PIPE_COMPUTE_CAP_SUBGROUP_SIZE``: The size of a basic execution unit in
   threads. Also known as wavefront size, warp size or SIMD width.
+* ``PIPE_COMPUTE_CAP_ADDRESS_BITS``: The default compute device address space
+  size specified as an unsigned integer value in bits.
 
 .. _pipe_bind: