Home
last modified time | relevance | path

Searched refs:SPIRVOpaqueGenericType (Results 1 – 1 of 1) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.h646 class SPIRVOpaqueGenericType:public SPIRVTypeOpaqueGeneric {
649 SPIRVOpaqueGenericType(SPIRVModule *M, SPIRVId TheId) in SPIRVOpaqueGenericType() function
652 SPIRVOpaqueGenericType():SPIRVTypeOpaqueGeneric(TheOpCode){} in SPIRVOpaqueGenericType() function
655 #define _SPIRV_OP(x) typedef SPIRVOpaqueGenericType<OpType##x> SPIRVType##x;