Home
last modified time | relevance | path

Searched refs:isLogDecompiledSpirvEnabled (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuCommandLine.hpp236 bool isLogDecompiledSpirvEnabled (void) const;
DtcuCommandLine.cpp972 bool CommandLine::isLogDecompiledSpirvEnabled (void) const { return m_cmdLine.getOption<opt::Lo… in isLogDecompiledSpirvEnabled() function in tcu::CommandLine
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp390 …const bool doShaderLog = commandLine.isLogDecompiledSpirvEnabled() && log.isShaderLoggingE… in init()