Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp235 bool isLogDecompiledSpirvEnabled (void) const;
DtcuCommandLine.cpp923 bool CommandLine::isLogDecompiledSpirvEnabled (void) const { return m_cmdLine.getOption<opt::Lo… in isLogDecompiledSpirvEnabled() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp267 …const bool doShaderLog = commandLine.isLogDecompiledSpirvEnabled() && log.isShaderLoggingE… in init()