Lines Matching refs:SPIRVId
60 SPIRVType *TheType, SPIRVId TheId) in SPIRVValue()
73 SPIRVId TheId) in SPIRVValue()
130 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, in SPIRVConstant()
138 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, float TheValue) in SPIRVConstant()
145 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, double TheValue) in SPIRVConstant()
198 SPIRVConstantEmpty(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantEmpty()
215 SPIRVConstantBool(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantBool()
233 SPIRVConstantNull(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVConstantNull()
256 SPIRVUndef(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId) in SPIRVUndef()
271 SPIRVConstantComposite(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, in SPIRVConstantComposite()
298 std::vector<SPIRVId> Elements;
306 SPIRVConstantSampler(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, in SPIRVConstantSampler()
348 SPIRVConstantPipeStorage(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, in SPIRVConstantPipeStorage()
389 SPIRVForward(SPIRVModule *TheModule, SPIRVType *TheTy, SPIRVId TheId): in SPIRVForward()