Home
last modified time | relevance | path

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

/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DSPIRVInternal.h191 SPIRAS_GlobalDevice, enumerator
205 add(SPIRAS_GlobalDevice, "GlobalDevice"); in init()
219 add(SPIRAS_GlobalDevice, StorageClassDeviceOnlyINTEL); in init()
H A DSPIRVWriter.cpp347 ((AddrSpc == SPIRAS_GlobalDevice) || (AddrSpc == SPIRAS_GlobalHost))) { in transType()
1022 } else if (SrcAddrSpace == SPIRAS_GlobalDevice || in transUnaryInst()
1038 } else if (DestAddrSpace == SPIRAS_GlobalDevice || in transUnaryInst()
1498 if ((AddressSpace == SPIRAS_GlobalDevice || in transValueWithoutDecoration()
H A DOCLUtil.cpp895 case SPIRAS_GlobalDevice: in mapAddrSpaceEnums()