mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
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:
parent
8ada1e6e4d
commit
5626212e30
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue