|
Talvos
0.1
SPIR-V interpreter and dynamic analysis framework
|
This file declares the PipelineExecutor class. More...
#include <atomic>#include <condition_variable>#include <functional>#include <map>#include <thread>#include <vector>#include "talvos/Dim3.h"#include "talvos/PipelineContext.h"Go to the source code of this file.
Classes | |
| class | talvos::PipelineExecutorKey |
| Only allow Device objects to create PipelineExecutor instances. More... | |
| struct | talvos::Vec4 |
| class | talvos::PipelineExecutor |
| An internal class that handles pipeline execution, including the interactive debugger. More... | |
| struct | talvos::PipelineExecutor::Fragment |
| Internal structure to hold fragment data. More... | |
Namespaces | |
| talvos | |
This file declares the PipelineExecutor class.
Definition in file PipelineExecutor.h.
1.8.6