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