Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h790 bool numViewsSet = (numViews != -1); in isCombinationValid() local
799 return (workSizeSpecified ? 1 : 0) + (numViewsSet ? 1 : 0) + (yuv ? 1 : 0) + in isCombinationValid()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h1329 bool numViewsSet = (numViews != -1); in isCombinationValid() local
1340 return (workGroupSizeSpecified ? 1 : 0) + (numViewsSet ? 1 : 0) + (yuv ? 1 : 0) + in isCombinationValid()