Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp623 #define STORAGE_CASE(storage, cap8, cap16) \ in getCapabilities() macro
642 STORAGE_CASE(PushConstant, StoragePushConstant8, StoragePushConstant16); in getCapabilities()
643 STORAGE_CASE(StorageBuffer, StorageBuffer8BitAccess, in getCapabilities()
645 STORAGE_CASE(Uniform, UniformAndStorageBuffer8BitAccess, in getCapabilities()
660 #undef STORAGE_CASE in getCapabilities()