Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp649 if (commandLine.isShadercacheEnabled()) in buildProgram()
720 if (commandLine.isShadercacheEnabled()) in buildProgram()
737 if (commandLine.isShadercacheEnabled()) in buildProgram()
808 if (commandLine.isShadercacheEnabled()) in buildProgram()
826 if (commandLine.isShadercacheEnabled()) in assembleProgram()
873 if (commandLine.isShadercacheEnabled()) in assembleProgram()
/external/deqp/framework/common/
DtcuCommandLine.hpp242 bool isShadercacheEnabled (void) const;
DtcuCommandLine.cpp974 bool CommandLine::isShadercacheEnabled (void) const { return m_cmdLine.getOption<opt::ShaderC… in isShadercacheEnabled() function in tcu::CommandLine