isl: Add ISL_SURF_USAGE_STREAM_OUT_BIT

Cc: 23.2 <mesa-stable>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23823>
(cherry picked from commit 6b5082f5d5)
This commit is contained in:
Jordan Justen 2023-06-22 17:47:08 -07:00 committed by Dylan Baker
parent 8ada1e6e4d
commit 5626212e30
2 changed files with 2 additions and 1 deletions

View file

@ -94,7 +94,7 @@
"description": "isl: Add ISL_SURF_USAGE_STREAM_OUT_BIT",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -1120,6 +1120,7 @@ typedef uint64_t isl_surf_usage_flags_t;
#define ISL_SURF_USAGE_CPB_BIT (1u << 15)
#define ISL_SURF_USAGE_PROTECTED_BIT (1u << 16)
#define ISL_SURF_USAGE_VIDEO_DECODE_BIT (1u << 17)
#define ISL_SURF_USAGE_STREAM_OUT_BIT (1u << 18)
/** @} */
/**