Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp4260 Type sampledElementType = imageType.getElementType(); in verify() local
4261 if (!sampledElementType.isa<NoneType>() && elementType != sampledElementType) in verify()