Searched refs:kUnspecified (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/sksl/ir/ |
D | SkSLLayout.h | 35 kUnspecified = -1, enumerator 48 case Format::kUnspecified: return ""; in FormatToStr() 122 , fFormat(Format::kUnspecified) in Layout() 171 if (Format::kUnspecified != fFormat) { in description()
|
/external/skia/src/sksl/ |
D | SkSLParser.cpp | 551 Layout::Format format = Layout::Format::kUnspecified; in layout()
|
D | SkSLSPIRVCodeGenerator.cpp | 1875 … Layout layout(-1, -1, 1, -1, -1, -1, -1, false, false, false, Layout::Format::kUnspecified, in writeVariableReference()
|