intel/compiler: document units of brw_ubo_range fields

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17908>
This commit is contained in:
Lionel Landwerlin
2021-10-26 11:42:37 +03:00
committed by Marge Bot
parent 734384e8bc
commit 03ab1d6aaa

View File

@@ -635,6 +635,8 @@ struct brw_image_param {
struct brw_ubo_range
{
uint16_t block;
/* In units of 32-byte registers */
uint8_t start;
uint8_t length;
};