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:
@@ -430,13 +430,13 @@ u_uintN_max(unsigned bit_size)
|
||||
*/
|
||||
enum util_debug_type
|
||||
{
|
||||
PIPE_DEBUG_TYPE_OUT_OF_MEMORY = 1,
|
||||
PIPE_DEBUG_TYPE_ERROR,
|
||||
PIPE_DEBUG_TYPE_SHADER_INFO,
|
||||
PIPE_DEBUG_TYPE_PERF_INFO,
|
||||
PIPE_DEBUG_TYPE_INFO,
|
||||
PIPE_DEBUG_TYPE_FALLBACK,
|
||||
PIPE_DEBUG_TYPE_CONFORMANCE,
|
||||
UTIL_DEBUG_TYPE_OUT_OF_MEMORY = 1,
|
||||
UTIL_DEBUG_TYPE_ERROR,
|
||||
UTIL_DEBUG_TYPE_SHADER_INFO,
|
||||
UTIL_DEBUG_TYPE_PERF_INFO,
|
||||
UTIL_DEBUG_TYPE_INFO,
|
||||
UTIL_DEBUG_TYPE_FALLBACK,
|
||||
UTIL_DEBUG_TYPE_CONFORMANCE,
|
||||
};
|
||||
|
||||
#if !defined(alignof) && !defined(__cplusplus)
|
||||
|
Reference in New Issue
Block a user