mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
nir: fixup nir_printf intrinsic description
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26505>
This commit is contained in:
parent
dc3e69af1a
commit
f53748c481
1 changed files with 1 additions and 1 deletions
|
|
@ -1186,7 +1186,7 @@ intrinsic("load_frag_shading_rate", dest_comp=1, bit_sizes=[32],
|
|||
system_value("fully_covered", dest_comp=1, bit_sizes=[1])
|
||||
|
||||
# OpenCL printf instruction
|
||||
# First source is a deref to the format string
|
||||
# First source is an index to the format string (u_printf_info element of the shader)
|
||||
# Second source is a deref to a struct containing the args
|
||||
# Dest is success or failure
|
||||
intrinsic("printf", src_comp=[1, 1], dest_comp=1, bit_sizes=[32])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue