Skip to content

va: Add render node in name non-first devices.

There could be multi-GPU setups where the non-first has more entrypoints than the first one, and the elements names are not homogeneous, leading to pipeline building error.

This patch add the render node in the elements names when they belong to the non-first device.

cc: @slomo, @seungha.yang , @He_Junyan

Merge request reports