Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLMemoryLayout.h24 : fStd(std) {} in MemoryLayout()
36 switch (fStd) { in roundUpIfNeeded()
108 if (fStd == kMetal_Standard && type.columns() == 3) { in size()
135 const Standard fStd; variable
DSkSLSPIRVCodeGenerator.cpp471 String key = type.name() + to_string((int) layout.fStd); in getType()
561 String key = type.name() + to_string((int) fDefaultLayout.fStd); in getImageType()
630 String key = type.description() + "*" + to_string(layout.fStd) + to_string(storageClass); in getPointerType()
/external/skqp/src/sksl/
DSkSLMemoryLayout.h24 : fStd(std) {} in MemoryLayout()
36 switch (fStd) { in roundUpIfNeeded()
108 if (fStd == kMetal_Standard && type.columns() == 3) { in size()
135 const Standard fStd; variable
DSkSLSPIRVCodeGenerator.cpp467 String key = type.name() + to_string((int) layout.fStd); in getType()
555 String key = type.name() + to_string((int) fDefaultLayout.fStd); in getImageType()
624 String key = type.description() + "*" + to_string(layout.fStd) + to_string(storageClass); in getPointerType()