mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-28 02:06:23 +00:00
Small cleanups for immediate state S5
And a tiny fix. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
84c32bd85c
commit
ad27fac946
@ -1098,7 +1098,7 @@ decode_3d_1d(uint32_t *data, int count,
|
|||||||
data[i]&(1<<26)?" last pixel enable,":"",
|
data[i]&(1<<26)?" last pixel enable,":"",
|
||||||
data[i]&(1<<25)?" global depth ofs enable,":"",
|
data[i]&(1<<25)?" global depth ofs enable,":"",
|
||||||
data[i]&(1<<24)?" fog enable,":"",
|
data[i]&(1<<24)?" fog enable,":"",
|
||||||
data[i]&(0xff<<16),
|
(data[i]>>16)&0xff,
|
||||||
decode_compare_func(data[i]>>13),
|
decode_compare_func(data[i]>>13),
|
||||||
decode_stencil_op(data[i]>>10),
|
decode_stencil_op(data[i]>>10),
|
||||||
decode_stencil_op(data[i]>>7),
|
decode_stencil_op(data[i]>>7),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user