Home
last modified time | relevance | path

Searched defs:testonly (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Ditem.h42 bool testonly() const { return testonly_; } in testonly() function
Dcommands.cc165 bool testonly = (testonly_mode == CommandSwitches::TESTONLY_TRUE); in ApplyTestonlyFilter() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_pipeline.c853 …ne input, VkPipeline *library, unsigned libcount, VkPipeline output, bool optimized, bool testonly) in zink_create_gfx_pipeline_combined()