Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLLayout.h35 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/
DSkSLParser.cpp551 Layout::Format format = Layout::Format::kUnspecified; in layout()
DSkSLSPIRVCodeGenerator.cpp1875 … Layout layout(-1, -1, 1, -1, -1, -1, -1, false, false, false, Layout::Format::kUnspecified, in writeVariableReference()