Home
last modified time | relevance | path

Searched refs:isSpirvOptimizationEnabled (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp257 bool isSpirvOptimizationEnabled (void) const;
H A DtcuCommandLine.cpp1080 bool CommandLine::isSpirvOptimizationEnabled (void) const { return m_cmdLine.getOption<opt::OptimizeSpirv>(); } in isSpirvOptimizationEnabled() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.cpp823 const int optimizationRecipe = commandLine.isSpirvOptimizationEnabled() ? commandLine.getOptimizationRecipe() : 0; in assembleProgram()

Completed in 5 milliseconds