Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDXILABI.h45 TypedBuffer, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrettyPrinter.cpp132 case dxil::ResourceKind::TypedBuffer: in getTextureDimName()
166 case dxil::ResourceKind::TypedBuffer: in format()
H A DDXILResourceAccess.cpp102 case dxil::ResourceKind::TypedBuffer: in createStoreIntrinsic()
172 case dxil::ResourceKind::TypedBuffer: in createLoadIntrinsic()
H A DDXIL.td863 let Doc = "reads from a TypedBuffer";
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp66 case ResourceKind::TypedBuffer: in getResourceKindName()
239 Kind = ResourceKind::TypedBuffer; in ResourceTypeInfo()
320 case ResourceKind::TypedBuffer: { in createElementStruct()
401 case ResourceKind::TypedBuffer: in isTyped()
439 case ResourceKind::TypedBuffer: in isROV()
514 case ResourceKind::TypedBuffer: { in getTypedElementType()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def348 RESOURCE_KIND(10, TypedBuffer)