Talvos  0.1
SPIR-V interpreter and dynamic analysis framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Typedefs
PipelineStage.h File Reference

This file declares the PipelineStage class. More...

#include <map>
#include <memory>
#include <vector>
#include "talvos/Dim3.h"
#include "talvos/Object.h"

Go to the source code of this file.

Classes

class  talvos::PipelineStage
 This class encapsulates information about a pipeline stage. More...
 

Namespaces

 talvos
 

Typedefs

typedef std::map< uint32_t,
Object > 
talvos::SpecConstantMap
 Mapping from specialization constant ID to Object values. More...
 

Detailed Description

This file declares the PipelineStage class.

Definition in file PipelineStage.h.