GL_EXT_ray_query glslang updates, and test cases added.
authorNeslisah Torosdagli <neslisah.torosdagli@amd.com>
Fri, 20 Mar 2020 22:23:27 +0000 (18:23 -0400)
committerNeslisah Torosdagli <neslisah.torosdagli@amd.com>
Fri, 20 Mar 2020 22:23:27 +0000 (18:23 -0400)
commit50a722818bc00a082d844d08c7974b6c4f02e3e7
tree875fd57f7d03449cc5d40a8b4cd3e9c0e69cf50f
parent34e874228e8a86db1c789ccaaf50e38fcfb6d5a6
GL_EXT_ray_query glslang updates, and test cases added.
18 files changed:
SPIRV/GlslangToSpv.cpp
SPIRV/spirv.hpp
Test/baseResults/rayQuery-allOps.rgen.out [new file with mode: 0644]
Test/baseResults/rayQuery-array-2d-dynamic.rgen.out [new file with mode: 0644]
Test/baseResults/rayQuery-decls.rgen.out [new file with mode: 0644]
Test/baseResults/rayQuery-initialize.rgen.out [new file with mode: 0644]
Test/baseResults/rayQuery-no-cse.rgen.out [new file with mode: 0644]
Test/baseResults/rayQuery.rgen.out [new file with mode: 0644]
Test/rayQuery-allOps.rgen [new file with mode: 0644]
Test/rayQuery-array-2d-dynamic.rgen [new file with mode: 0644]
Test/rayQuery-decls.rgen [new file with mode: 0644]
Test/rayQuery-initialize.rgen [new file with mode: 0644]
Test/rayQuery-no-cse.rgen [new file with mode: 0644]
Test/rayQuery.rgen [new file with mode: 0644]
glslang/Include/Types.h
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/Intermediate.cpp
gtests/Spv.FromFile.cpp