mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
nir: Add a layer_id system value intrinsic
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
2e44799f50
commit
08441dae59
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ SYSTEM_VALUE(num_work_groups, 3, 0, xx, xx, xx)
|
|||
SYSTEM_VALUE(helper_invocation, 1, 0, xx, xx, xx)
|
||||
SYSTEM_VALUE(channel_num, 1, 0, xx, xx, xx)
|
||||
SYSTEM_VALUE(alpha_ref_float, 1, 0, xx, xx, xx)
|
||||
SYSTEM_VALUE(layer_id, 1, 0, xx, xx, xx)
|
||||
|
||||
/* Blend constant color values. Float values are clamped. */
|
||||
SYSTEM_VALUE(blend_const_color_r_float, 1, 0, xx, xx, xx)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue