mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 07:00:12 +01:00
nir/builder: Fix indentation of nir_type_convert
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Emma Anholt <emma@anholt.net> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20067>
This commit is contained in:
parent
8a406fe055
commit
c5fbcab803
1 changed files with 3 additions and 3 deletions
|
|
@ -434,9 +434,9 @@ nir_compare_func(nir_builder *b, enum compare_func func,
|
|||
|
||||
nir_ssa_def *
|
||||
nir_type_convert(nir_builder *b,
|
||||
nir_ssa_def *src,
|
||||
nir_alu_type src_type,
|
||||
nir_alu_type dest_type)
|
||||
nir_ssa_def *src,
|
||||
nir_alu_type src_type,
|
||||
nir_alu_type dest_type)
|
||||
{
|
||||
assert(nir_alu_type_get_type_size(src_type) == 0 ||
|
||||
nir_alu_type_get_type_size(src_type) == src->bit_size);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue