SPIRV-Tools/include
Lei Zhang 972788bf23 Use opaque context object to hold SPIR-V info tables.
Previously the opcode table is declared as an global array and we
have spvOpcodeTableInitialize() modifying it. That can result in
race condition. Now spvOpcodeTabelGet() copies the whole underlying
array.
2015-11-12 16:27:51 -05:00
..
libspirv Use opaque context object to hold SPIR-V info tables. 2015-11-12 16:27:51 -05:00
util Print OpConstant values according to type. 2015-11-10 15:57:59 -05:00