RetroArch
|
#include "spirv.hpp"
#include <algorithm>
#include <cassert>
#include <functional>
#include <iostream>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | spv::Instruction |
class | spv::Block |
class | spv::Function |
class | spv::Module |
Namespaces | |
spv | |
Macros | |
#define | spvIR_H |
#define | POTENTIALLY_UNUSED |
Functions | |
void | spv::inReadableOrder (Block *root, std::function< void(Block *)> callback) |
Variables | |
const Id | spv::NoResult = 0 |
const Id | spv::NoType = 0 |
const Decoration | spv::NoPrecision = DecorationMax |
POTENTIALLY_UNUSED const MemorySemanticsMask | spv::MemorySemanticsAllMemory |
#define POTENTIALLY_UNUSED |
#define spvIR_H |