Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DDirectX.cpp78 llvm::Type *BufferLayoutTy = in getHLSLType() local
81 if (!BufferLayoutTy) in getHLSLType()
84 return llvm::TargetExtType::get(Ctx, "dx.CBuffer", {BufferLayoutTy}); in getHLSLType()
H A DSPIR.cpp506 llvm::Type *BufferLayoutTy = in getHLSLType() local
510 return llvm::TargetExtType::get(Ctx, "spirv.VulkanBuffer", {BufferLayoutTy}, in getHLSLType()