docs: remove needless c:expr roles
Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19575>
This commit is contained in:

committed by
Marge Bot

parent
4bc1d3e79c
commit
4be9600ccb
@@ -50,7 +50,7 @@ While most instruction types in NIR require vector sizes to perfectly match on
|
||||
inputs and outputs, ALU instruction sources have an additional
|
||||
:cpp:member:`nir_alu_src::swizzle` field which allows them to act on vectors
|
||||
which are not the native vector size of the instruction. This is ideal for
|
||||
hardware with a native data type of :c:expr:`vec4` but also means that ALU
|
||||
hardware with a native data type of `vec4` but also means that ALU
|
||||
instructions are often used (and required) for packing/unpacking vectors for
|
||||
use in other instruction types like intrinsics or texture ops.
|
||||
|
||||
|
Reference in New Issue
Block a user