Searched defs:PSVRuntimeInfo (Results 1 – 2 of 2) sorted by relevance
49 struct PSVRuntimeInfo { struct50 PSVRuntimeInfo() : DXConStrTabBuilder(StringTableBuilder::DXContainer) { in PSVRuntimeInfo() argument53 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 …]
145 PSVRuntimeInfo(StringRef D) : Data(D), Size(0) {} in PSVRuntimeInfo() function