Searched refs:ImageDepthInfo (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.h | 164 ImageDepthInfo depth = ImageDepthInfo::DepthUnknown, 170 std::tuple<Type, Dim, ImageDepthInfo, ImageArrayedInfo, 177 get(std::tuple<Type, Dim, ImageDepthInfo, ImageArrayedInfo, 182 ImageDepthInfo getDepthInfo() const;
|
| H A D | SPIRVBase.td | 3836 SPV_I32EnumAttr<"ImageDepthInfo", "valid SPIR-V Image Depth specification",
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 273 constexpr unsigned getNumBits<ImageDepthInfo>() { in getNumBits() 305 using KeyTy = std::tuple<Type, Dim, ImageDepthInfo, ImageArrayedInfo, 326 ImageDepthInfo depthInfo : getNumBits<ImageDepthInfo>(); 334 ImageType::get(std::tuple<Type, Dim, ImageDepthInfo, ImageArrayedInfo, in get() argument 344 ImageDepthInfo ImageType::getDepthInfo() const { return getImpl()->depthInfo; } in getDepthInfo()
|
| H A D | SPIRVDialect.cpp | 539 ParseCommaSeparatedList<Type, Dim, ImageDepthInfo, ImageArrayedInfo, in parseImageType()
|