Searched refs:depthInfo (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 314 return key == KeyTy(elementType, dim, depthInfo, arrayedInfo, samplingInfo, in operator ==() 320 depthInfo(std::get<2>(key)), arrayedInfo(std::get<3>(key)), in ImageTypeStorage() 326 ImageDepthInfo depthInfo : getNumBits<ImageDepthInfo>(); member 344 ImageDepthInfo ImageType::getDepthInfo() const { return getImpl()->depthInfo; } in getDepthInfo()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 1045 auto depthInfo = spirv::symbolizeImageDepthInfo(operands[3]); in processImageType() local 1046 if (!depthInfo) in processImageType() 1070 elementTy, dim.value(), depthInfo.value(), arrayedInfo.value(), in processImageType()
|