Home
last modified time | relevance | path

Searched refs:gsInvocationsSupport (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h46 bool gsInvocationsSupport() const { return fGSInvocationsSupport; } in gsInvocationsSupport() function
187 SkASSERT(this->gsInvocationsSupport()); in gsInvocationsExtensionString()
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h167 bool gsInvocationsSupport() const { in gsInvocationsSupport() function
DSkSLIRGenerator.cpp377 if (fSettings->fCaps && !fSettings->fCaps->gsInvocationsSupport()) { in convertModifiersDeclaration()
389 !fSettings->fCaps->gsInvocationsSupport()) { in convertModifiersDeclaration()
877 !fSettings->fCaps->gsInvocationsSupport(); in convertFunction()