mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01: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>
This commit is contained in:
parent
0dc961645c
commit
6b5082f5d5
1 changed files with 1 additions and 0 deletions
|
|
@ -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