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:
committed by
Marge Bot
parent
dc3e69af1a
commit
f53748c481
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user