Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksProtocol.hpp30 struct CompileShaderRequest struct
32 SourceVariant source;
33 string commandLine{};
35 static constexpr u32 Type() in Type()
41 void Serialize(Serializer<TYPE> &archive) in Serialize()