Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrShaderCaps.h46 bool gsInvocationsSupport() const { return fGSInvocationsSupport; } in gsInvocationsSupport() function
173 SkASSERT(this->gsInvocationsSupport()); in gsInvocationsExtensionString()
/external/skia/src/gpu/
DGrShaderCaps.h46 bool gsInvocationsSupport() const { return fGSInvocationsSupport; } in gsInvocationsSupport() function
215 SkASSERT(this->gsInvocationsSupport()); in gsInvocationsExtensionString()
/external/skqp/src/sksl/
DSkSLUtil.h172 bool gsInvocationsSupport() const { in gsInvocationsSupport() function
DSkSLIRGenerator.cpp346 if (fSettings->fCaps && !fSettings->fCaps->gsInvocationsSupport()) { in convertModifiersDeclaration()
358 !fSettings->fCaps->gsInvocationsSupport()) { in convertModifiersDeclaration()
792 !fSettings->fCaps->gsInvocationsSupport(); in convertFunction()
/external/skia/src/sksl/
DSkSLUtil.h231 bool gsInvocationsSupport() const { in gsInvocationsSupport() function
DSkSLIRGenerator.cpp474 if (!this->caps().gsInvocationsSupport()) { in convertModifiersDeclaration()
482 !this->caps().gsInvocationsSupport()) { in convertModifiersDeclaration()
1033 !this->caps().gsInvocationsSupport(); in convertFunction()
1907 bool workaround = !this->caps().gsInvocationsSupport(); in start()