Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksProtocol.hpp98 struct AppendRequest struct
100 string fileName;
101 vector<u8> data;
102 bool clear{};
104 static constexpr u32 Type() in Type()
110 void Serialize(Serializer<TYPE> &archive) in Serialize()