HomeSort by relevance Sort by last modified time
    Searched refs:getOptimizationRecipe (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.hpp 224 int getOptimizationRecipe (void) const;
tcuCommandLine.cpp 809 int CommandLine::getOptimizationRecipe (void) const { return m_cmdLine.getOption<opt::Optimization>(); }
  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.cpp 561 const int optimizationRecipe = commandLine.getOptimizationRecipe();
646 const int optimizationRecipe = commandLine.getOptimizationRecipe();
730 const int optimizationRecipe = commandLine.isSpirvOptimizationEnabled() ? commandLine.getOptimizationRecipe() : 0;
    [all...]

Completed in 57 milliseconds