HomeSort by relevance Sort by last modified time
    Searched refs:SPIRVVariable (Results 1 - 5 of 5) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.h 78 class SPIRVVariable;
118 virtual SPIRVVariable *getVariable(unsigned) const = 0;
SPIRVModule.cpp 97 SPIRVVariable *getVariable(unsigned I) const { return VariableVec[I];}
324 typedef std::vector<SPIRVVariable *> SPIRVVariableVec;
496 auto BV = static_cast<SPIRVVariable*>(E);
    [all...]
SPIRVInstruction.h 440 class SPIRVVariable : public SPIRVInstruction {
443 SPIRVVariable(SPIRVType *TheType, SPIRVId TheId,
456 SPIRVVariable() :SPIRVInstruction(OpVariable),
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp     [all...]
SPIRVWriter.cpp 894 auto BVar = static_cast<SPIRVVariable *>(BM->addVariable(
    [all...]

Completed in 52 milliseconds