Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVTypes.h182 ImageDepthInfo getDepthInfo() const;
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp797 << ", " << stringifyImageDepthInfo(type.getDepthInfo()) << ", " in print()
H A DSPIRVTypes.cpp344 ImageDepthInfo ImageType::getDepthInfo() const { return getImpl()->depthInfo; } in getDepthInfo() function in ImageType
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp428 operands.push_back(static_cast<uint32_t>(imageType.getDepthInfo())); in prepareBasicType()