Home
last modified time | relevance | path

Searched refs:kGrSLTypeCount (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp14 static_assert(kGrSLTypeCount == 41); in grsltype_to_location_size()
DGrGeometryProcessor.h206 static_assert(kGrSLTypeCount < (1 << 8), ""); in getAttributeKey()
/third_party/skia/src/sksl/
DSkSLUtil.cpp37 static_assert(kGrSLTypeCount == 41); in type_to_grsltype()
/third_party/skia/include/private/
DGrTypesPriv.h339 static const int kGrSLTypeCount = kLast_GrSLType + 1; variable