Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksProtocol.hpp48 struct CompileShaderResponse struct
50 bool status{};
51 vector<u8> binary;
53 static constexpr u32 Type() in Type()
59 void Serialize(Serializer<TYPE> &archive) in Serialize()