WIP: HLSL: add structuredbuffer pass by reference in fn params
This PR adds the ability to pass structuredbuffer types by reference as function parameters. It also changes the representation of structuredbuffers from anonymous blocks with named members, to named blocks with pseudonymous members. That should not be an externally visible change.
Showing
- SPIRV/GlslangToSpv.cpp 4 additions, 2 deletionsSPIRV/GlslangToSpv.cpp
- Test/baseResults/hlsl.structbuffer.atomics.frag.out 81 additions, 81 deletionsTest/baseResults/hlsl.structbuffer.atomics.frag.out
- Test/baseResults/hlsl.structbuffer.byte.frag.out 63 additions, 63 deletionsTest/baseResults/hlsl.structbuffer.byte.frag.out
- Test/baseResults/hlsl.structbuffer.coherent.frag.out 45 additions, 45 deletionsTest/baseResults/hlsl.structbuffer.coherent.frag.out
- Test/baseResults/hlsl.structbuffer.fn.frag.out 266 additions, 0 deletionsTest/baseResults/hlsl.structbuffer.fn.frag.out
- Test/baseResults/hlsl.structbuffer.frag.out 46 additions, 46 deletionsTest/baseResults/hlsl.structbuffer.frag.out
- Test/baseResults/hlsl.structbuffer.rw.frag.out 45 additions, 45 deletionsTest/baseResults/hlsl.structbuffer.rw.frag.out
- Test/baseResults/hlsl.structbuffer.rwbyte.frag.out 216 additions, 216 deletionsTest/baseResults/hlsl.structbuffer.rwbyte.frag.out
- Test/baseResults/spv.ssbo.autoassign.frag.out 14 additions, 14 deletionsTest/baseResults/spv.ssbo.autoassign.frag.out
- Test/hlsl.structbuffer.fn.frag 23 additions, 0 deletionsTest/hlsl.structbuffer.fn.frag
- glslang/MachineIndependent/SymbolTable.cpp 5 additions, 1 deletionglslang/MachineIndependent/SymbolTable.cpp
- gtests/Hlsl.FromFile.cpp 1 addition, 0 deletionsgtests/Hlsl.FromFile.cpp
- hlsl/hlslGrammar.cpp 13 additions, 28 deletionshlsl/hlslGrammar.cpp
- hlsl/hlslParseHelper.cpp 138 additions, 16 deletionshlsl/hlslParseHelper.cpp
- hlsl/hlslParseHelper.h 14 additions, 0 deletionshlsl/hlslParseHelper.h
Loading
Please register or sign in to comment