Home
last modified time | relevance | path

Searched defs:imageType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp747 } else if (auto imageType = llvm::dyn_cast<ImageType>(*this)) { getExtensions() local
767 } else if (auto imageType = llvm::dyn_cast<ImageType>(*this)) { getCapabilities() local
804 Type imageType; global() member
807 get(Type imageType) get() argument
813 getChecked(function_ref<InFlightDiagnostic ()> emitError,Type imageType) getChecked() argument
821 verify(function_ref<InFlightDiagnostic ()> emitError,Type imageType) verify() argument
[all...]
H A DSPIRVOps.cpp1996 auto imageType = verify() local
2057 spirv::ImageType imageType = verify() local
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp478 if (auto imageType = dyn_cast<spirv::ImageType>(type)) { prepareBasicType() local