util: Rename pipe_debug_type to util_debug_type

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15657>
This commit is contained in:
Yonggang Luo
2022-03-31 04:23:16 +08:00
committed by Marge Bot
parent dca7ea4a12
commit ab225a1e36
8 changed files with 8 additions and 8 deletions

View File

@@ -428,7 +428,7 @@ u_uintN_max(unsigned bit_size)
/* TODO: In future we should try to move this to u_debug.h once header
* dependencies are reorganised to allow this.
*/
enum pipe_debug_type
enum util_debug_type
{
PIPE_DEBUG_TYPE_OUT_OF_MEMORY = 1,
PIPE_DEBUG_TYPE_ERROR,