MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / SpirvToolsDisassemble

Function SpirvToolsDisassemble

SPIRV/SpvTools.cpp:127–130  ·  view source on GitHub ↗

Use the SPIRV-Tools disassembler to print SPIR-V using a SPV_ENV_UNIVERSAL_1_3 environment.

Source from the content-addressed store, hash-verified

125
126// Use the SPIRV-Tools disassembler to print SPIR-V using a SPV_ENV_UNIVERSAL_1_3 environment.
127void SpirvToolsDisassemble(std::ostream& out, const std::vector<unsigned int>& spirv)
128{
129 SpirvToolsDisassemble(out, spirv, spv_target_env::SPV_ENV_UNIVERSAL_1_3);
130}
131
132// Use the SPIRV-Tools disassembler to print SPIR-V with a provided SPIR-V environment.
133void SpirvToolsDisassemble(std::ostream& out, const std::vector<unsigned int>& spirv,

Callers 1

GlslangToSpvFunction · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected