Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/scripts/
H A Dcheck_build_sanity.py244 RECIPES = getRecipes() variable
262 choices=[n for n, s in RECIPES] + ["all"],
286 for name, steps in RECIPES:
292 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \
293 else getRecipe(RECIPES, args.recipe)

Completed in 1 milliseconds