Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
DvksProtocol.hpp41 struct CompileShaderResponse struct
43 bool status{};
44 vector<u8> binary;
46 static constexpr u32 Type() { return 1; } in Type()
49 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(status, binary); } in Serialize()