Searched refs:ViewArray (Results 1 – 1 of 1) sorted by relevance
46 template <typename T> struct ViewArray { struct50 ViewArray() = default; argument51 ViewArray(StringRef D, size_t S) : Data(D), Stride(S) {} in ViewArray() function63 iterator(const ViewArray &A, const char *C) in iterator() argument121 using ResourceArray = ViewArray<dxbc::PSV::v2::ResourceBindInfo>; argument122 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 …]