Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp555 #define STORAGE_CASE(storage, cap8, cap16) \ in getCapabilities() macro
577 STORAGE_CASE(PushConstant, StoragePushConstant8, StoragePushConstant16); in getCapabilities()
578 STORAGE_CASE(StorageBuffer, StorageBuffer8BitAccess, in getCapabilities()
580 STORAGE_CASE(Uniform, UniformAndStorageBuffer8BitAccess, in getCapabilities()
596 #undef STORAGE_CASE in getCapabilities()