glslang/SPIRV
LoopDawg 65c2eed65d Remapper: handle embedded opcode in OpSpecConstantOp
OpSpecConstantOp contains an embedded opcode which is given as a literal
argument to the OpSpecConstantOp.  The subsequent arguments are as the
embedded op would expect, which may be a mixture of IDs and literals.  This
adds support for that to the remapper binary parser.  Upon seeing such an
embedded op, the parser flips over to parsing the argument list as
appropriate for that opcode.

Fixes #882.
2017-05-18 16:13:04 -06:00
..
bitutils.h Parser: Implement extension GL_AMD_gpu_shader_half_float. 2016-09-30 16:13:06 +08:00
CMakeLists.txt Modernise CMake #2 2017-04-29 11:23:15 +02:00
disassemble.cpp Implement NVX_multiview_per_view_attributes 2017-02-14 15:04:33 -08:00
disassemble.h Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
doc.cpp SPV: Support test #pragma for generating the StorageBuffer storage class. 2017-04-19 18:34:49 -06:00
doc.h [lumped builds] Add include guards (#pragma once) to header files that did not have any. 2017-05-10 16:58:38 +03:00
GLSL.ext.AMD.h Parser: Implement extension GL_AMD_gpu_shader_half_float. 2016-09-30 16:13:06 +08:00
GLSL.ext.KHR.h SPV: Emit extension for using StorageClassStorageBuffer. 2017-05-05 05:09:58 -06:00
GLSL.ext.NV.h SPV: Update SPV header to official Rev. 10 of 1.0, and fix the consequences of doing so. 2017-02-27 01:50:28 -07:00
GLSL.std.450.h SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
GlslangToSpv.cpp SPV: Emit extension for using StorageClassStorageBuffer. 2017-05-05 05:09:58 -06:00
GlslangToSpv.h [lumped builds] Add include guards (#pragma once) to header files that did not have any. 2017-05-10 16:58:38 +03:00
hex_float.h Change negatable_left_shift and negatable_right_shift to inline funcs 2016-10-13 19:39:24 +02:00
InReadableOrder.cpp Use unordered_set in ReadableOrderTraverser. 2017-05-11 20:48:34 -04:00
Logger.cpp [VS2010] Remove use of ranged-for loops 2016-05-17 01:20:30 +02:00
Logger.h [VS2010] Remove use of "= default" and "= delete" 2016-05-17 01:20:25 +02:00
spirv.hpp SPV: Move to latest public headers. 2017-04-06 17:21:58 -06:00
SpvBuilder.cpp Preserve signedness in SPV image query ops 2017-03-10 12:51:59 -07:00
SpvBuilder.h HLSL: Fix an issue of frexp(). 2017-03-29 17:12:40 +08:00
spvIR.h HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. 2017-03-21 23:56:40 -06:00
SPVRemapper.cpp Remapper: handle embedded opcode in OpSpecConstantOp 2017-05-18 16:13:04 -06:00
SPVRemapper.h Add a virtual destructor to a class which has virtual methods. 2017-01-08 17:57:21 -04:00