Searched refs:isLogDecompiledSpirvEnabled (Results 1 – 3 of 3) sorted by relevance
235 bool isLogDecompiledSpirvEnabled (void) const;
923 bool CommandLine::isLogDecompiledSpirvEnabled (void) const { return m_cmdLine.getOption<opt::Lo… in isLogDecompiledSpirvEnabled() function in tcu::CommandLine
267 …const bool doShaderLog = commandLine.isLogDecompiledSpirvEnabled() && log.isShaderLoggingE… in init()