Searched defs:SPIRVConstant (Results 1 – 3 of 3) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVValue.h | 130 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, in SPIRVConstant() function 138 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, float TheValue) in SPIRVConstant() function 145 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, double TheValue) in SPIRVConstant() function 152 SPIRVConstant():SPIRVValue(OpConstant), NumWords(0){} in SPIRVConstant() function
|
D | SPIRVModule.h | 55 class SPIRVConstant; variable
|
D | SPIRVType.h | 292 class SPIRVConstant; variable
|