Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVId

60       SPIRVType *TheType, SPIRVId TheId)
73 SPIRVId TheId)
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,
298 std::vector<SPIRVId> Elements;
306 SPIRVConstantSampler(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId,
348 SPIRVConstantPipeStorage(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId,
389 SPIRVForward(SPIRVModule *TheModule, SPIRVType *TheTy, SPIRVId TheId):