Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h46 template <typename T> struct ViewArray { struct
50 ViewArray() = default; argument
51 ViewArray(StringRef D, size_t S) : Data(D), Stride(S) {} in ViewArray() function
63 iterator(const ViewArray &A, const char *C) in iterator() argument
121 using ResourceArray = ViewArray<dxbc::PSV::v2::ResourceBindInfo>; argument
122 using SigElementArray = ViewArray<dxbc::PSV::v0::SignatureElement>;
138 std::array<ViewArray<uint32_t>, 4> OutputVectorMasks;
139 ViewArray<uint32_t> PatchOrPrimMasks;
140 std::array<ViewArray<uint32_t>, 4> InputOutputMap;
141 ViewArray<uint32_t> InputPatchMap;
[all …]