Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp433 if (commandLine.isShadercacheEnabled()) in buildProgram()
502 if (commandLine.isShadercacheEnabled()) in buildProgram()
518 if (commandLine.isShadercacheEnabled()) in buildProgram()
587 if (commandLine.isShadercacheEnabled()) in buildProgram()
602 if (commandLine.isShadercacheEnabled()) in assembleProgram()
647 if (commandLine.isShadercacheEnabled()) in assembleProgram()
/external/deqp/framework/common/
DtcuCommandLine.hpp237 bool isShadercacheEnabled (void) const;
DtcuCommandLine.cpp852 bool CommandLine::isShadercacheEnabled (void) const { return m_cmdLine.getOption<opt::ShaderC… in isShadercacheEnabled() function in tcu::CommandLine