Home
last modified time | relevance | path

Searched defs:PSVRuntimeInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h49 struct PSVRuntimeInfo { struct
50 PSVRuntimeInfo() : DXConStrTabBuilder(StringTableBuilder::DXContainer) { in PSVRuntimeInfo() argument
53 bool IsFinalized = false;
54 dxbc::PSV::v3::RuntimeInfo BaseData;
55 SmallVector<dxbc::PSV::v2::ResourceBindInfo> Resources;
56 SmallVector<PSVSignatureElement> InputElements;
57 SmallVector<PSVSignatureElement> OutputElements;
58 SmallVector<PSVSignatureElement> PatchOrPrimElements;
67 std::array<SmallVector<uint32_t>, 4> OutputVectorMasks;
68 SmallVector<uint32_t> PatchOrPrimMasks;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h145 PSVRuntimeInfo(StringRef D) : Data(D), Size(0) {} in PSVRuntimeInfo() function