Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSpirVProgram.hpp94 struct SpirVProgramInfo struct
96 SpirVProgramInfo(void) : compileTimeUs(0), compileOk(false) in SpirVProgramInfo() argument
100 std::string source;
101 std::string infoLog;
102 uint64_t compileTimeUs;
103 bool compileOk;