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:
Iago Toral Quiroga
2020-08-26 12:01:27 +02:00
committed by Marge Bot
parent 6f55abcb8b
commit 4401dde0e9
5 changed files with 7 additions and 7 deletions

View File

@@ -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. */