Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp225 MakeBinding(Binding, ResType, TypeInfo.getResourceKind())); in addResourcesForPSV()
247 MakeBinding(Binding, ResType, TypeInfo.getResourceKind(), Flags)); in addResourcesForPSV()
H A DDXILResourceAccess.cpp101 switch (RTI.getResourceKind()) { in createStoreIntrinsic()
171 switch (RTI.getResourceKind()) { in createLoadIntrinsic()
H A DDXILPrettyPrinter.cpp149 dxil::ResourceKind RK = Item.getResourceKind(); in format()
H A DDXILShaderFlags.cpp177 switch (RTI.getResourceKind()) { in updateFunctionFlags()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp654 MDVals.push_back(getIntMD(llvm::to_underlying(RTI.getResourceKind()))); in getAsMetadata()
694 uint32_t ResourceKind = llvm::to_underlying(RTI.getResourceKind()); in getAnnotateProps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h324 dxil::ResourceKind getResourceKind() const { return Kind; } in getResourceKind() function