Home
last modified time | relevance | path

Searched refs:isTotallyEmpty (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DPipeline.h37 bool isTotallyEmpty() const { return !external && !internal; } in isTotallyEmpty() function
DRewritePipelines.cpp45 if (pipelineStruct.isTotallyEmpty()) in isEmpty()
889 ASSERT(outStruct.isTotallyEmpty()); in RewritePipeline()