Module: vkd3d Branch: master Commit: 90d178bf12208f2e76a31968bcce59acfed690f9 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/90d178bf12208f2e76a31968bcce59...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Tue Nov 7 13:11:51 2023 +1000
vkd3d-shader/dxil: Implement the DXIL CAST instruction.
---
libs/vkd3d-shader/dxil.c | 173 +++++++++++++++++++++ tests/hlsl/arithmetic-int-uniform.shader_test | 14 +- tests/hlsl/asfloat.shader_test | 2 +- tests/hlsl/asuint.shader_test | 4 +- tests/hlsl/d3dcolor-to-ubyte4.shader_test | 4 +- tests/hlsl/function-cast.shader_test | 4 +- tests/hlsl/lerp.shader_test | 2 +- tests/hlsl/non-const-indexing.shader_test | 16 +- tests/hlsl/shader-interstage-interface.shader_test | 2 +- 9 files changed, 197 insertions(+), 24 deletions(-)