Module: vkd3d Branch: master Commit: b8561d6fd208b6ee887d0501e4e841ba4a4aad4b URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/b8561d6fd208b6ee887d0501e4e841...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Tue Jan 9 13:52:14 2024 +1000
tests: Test punned array access in patch constant functions.
The FXC optimiser sometimes converts a local array of input values into direct array addressing of the inputs, which can result in a dcl_indexrange instruction spanning input elements with different masks.
---
tests/d3d12.c | 262 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 262 insertions(+)