broadcom/compiler: rename QUNIFORM_GET_BUFFER_SIZE to QUNIFORM_GET_SSBO_SIZE
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
This commit is contained in:

committed by
Marge Bot

parent
6f55abcb8b
commit
4401dde0e9
@@ -252,7 +252,7 @@ enum quniform_contents {
|
||||
QUNIFORM_SSBO_OFFSET,
|
||||
|
||||
/* Returns the size of the SSBO or UBO given by the data value. */
|
||||
QUNIFORM_GET_BUFFER_SIZE,
|
||||
QUNIFORM_GET_SSBO_SIZE,
|
||||
QUNIFORM_GET_UBO_SIZE,
|
||||
|
||||
/* Sizes (in pixels) of a shader image given by the data value. */
|
||||
|
Reference in New Issue
Block a user