Non-Functional: Remove unused parts of the disassembler.
This commit is contained in:
parent
d688796adc
commit
10971553b8
@ -240,8 +240,11 @@ bool InitializeProcess();
|
|||||||
void FinalizeProcess();
|
void FinalizeProcess();
|
||||||
|
|
||||||
class TShader
|
class TShader
|
||||||
|
setStrings(...);
|
||||||
|
setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100);
|
||||||
|
setEnvClient(EShClientVulkan or EShClientOpenGL, EShTargetVulkan_1_0 or EShTargetVulkan_1_1 or EShTargetOpenGL_450);
|
||||||
|
setEnvTarget(EShTargetSpv, EShTargetSpv_1_0 or EShTargetSpv_1_3);
|
||||||
bool parse(...);
|
bool parse(...);
|
||||||
void setStrings(...);
|
|
||||||
const char* getInfoLog();
|
const char* getInfoLog();
|
||||||
|
|
||||||
class TProgram
|
class TProgram
|
||||||
|
715
SPIRV/doc.cpp
715
SPIRV/doc.cpp
File diff suppressed because it is too large
Load Diff
@ -190,7 +190,6 @@ protected:
|
|||||||
class EnumParameters {
|
class EnumParameters {
|
||||||
public:
|
public:
|
||||||
EnumParameters() : desc(0) { }
|
EnumParameters() : desc(0) { }
|
||||||
EnumCaps caps;
|
|
||||||
const char* desc;
|
const char* desc;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -235,7 +234,6 @@ public:
|
|||||||
bool hasType() const { return typePresent != 0; }
|
bool hasType() const { return typePresent != 0; }
|
||||||
|
|
||||||
const char* opDesc;
|
const char* opDesc;
|
||||||
EnumCaps capabilities;
|
|
||||||
OpcodeClass opClass;
|
OpcodeClass opClass;
|
||||||
OperandParameters operands;
|
OperandParameters operands;
|
||||||
|
|
||||||
@ -244,8 +242,6 @@ protected:
|
|||||||
int resultPresent : 1;
|
int resultPresent : 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
const int OpcodeCeiling = 321;
|
|
||||||
|
|
||||||
// The set of objects that hold all the instruction/operand
|
// The set of objects that hold all the instruction/operand
|
||||||
// parameterization information.
|
// parameterization information.
|
||||||
extern InstructionParameters InstructionDesc[];
|
extern InstructionParameters InstructionDesc[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user