mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 10:58:15 +02:00
jay: pack jay_stride
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41808>
This commit is contained in:
parent
8b3fcaf0e3
commit
dabff53902
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ jay_src_type(const jay_inst *I, unsigned s)
|
|||
return I->type;
|
||||
}
|
||||
|
||||
enum jay_stride {
|
||||
enum PACKED jay_stride {
|
||||
JAY_STRIDE_2 = 0,
|
||||
JAY_STRIDE_4,
|
||||
JAY_STRIDE_8,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue