isl: printout sparse usage
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jianxun Zhang <jianxun.zhang@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26822>
This commit is contained in:
committed by
Marge Bot
parent
926d9f1cef
commit
44515bb92c
@@ -2374,7 +2374,7 @@ _isl_notify_failure(const struct isl_surf_init_info *surf_info,
|
||||
|
||||
snprintf(msg + ret, sizeof(msg) - ret,
|
||||
" extent=%ux%ux%u dim=%s msaa=%ux levels=%u rpitch=%u fmt=%s "
|
||||
"usages=%s%s%s%s%s%s%s%s%s%s%s%s%s%s "
|
||||
"usages=%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s "
|
||||
"tiling_flags=%s%s%s%s%s%s%s%s%s%s%s%s%s",
|
||||
surf_info->width, surf_info->height,
|
||||
surf_info->dim == ISL_SURF_DIM_3D ?
|
||||
@@ -2399,6 +2399,7 @@ _isl_notify_failure(const struct isl_surf_init_info *surf_info,
|
||||
PRINT_USAGE(INDEX_BUFFER, "ib"),
|
||||
PRINT_USAGE(CONSTANT_BUFFER, "const"),
|
||||
PRINT_USAGE(STAGING, "stage"),
|
||||
PRINT_USAGE(SPARSE, "sparse"),
|
||||
|
||||
PRINT_TILING(LINEAR, "linear"),
|
||||
PRINT_TILING(W, "W"),
|
||||
|
||||
Reference in New Issue
Block a user