Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVType

47 #include "SPIRVType.h"
60 SPIRVType *TheType, SPIRVId TheId)
66 SPIRVType *TheType)
89 SPIRVType *getType()const {
104 void setType(SPIRVType *Ty) {
124 SPIRVType *Type; // Value Type
130 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId,
138 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, float TheValue)
145 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, double TheValue)
198 SPIRVConstantEmpty(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId)
215 SPIRVConstantBool(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId)
233 SPIRVConstantNull(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId)
256 SPIRVUndef(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId)
271 SPIRVConstantComposite(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId,
306 SPIRVConstantSampler(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId,
348 SPIRVConstantPipeStorage(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId,
389 SPIRVForward(SPIRVModule *TheModule, SPIRVType *TheTy, SPIRVId TheId):