Home
last modified time | relevance | path

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

/third_party/skia/include/private/
DSkSLLayout.h46 , fInputAttachmentIndex(inputAttachmentIndex) {} in Layout()
56 , fInputAttachmentIndex(-1) {} in Layout()
91 if (fInputAttachmentIndex >= 0) { in description()
92 result += separator() + "input_attachment_index = " + to_string(fInputAttachmentIndex); in description()
120 fInputAttachmentIndex == other.fInputAttachmentIndex;
138 int fInputAttachmentIndex; member
/third_party/flutter/skia/src/sksl/ir/
DSkSLLayout.h197 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
214 , fInputAttachmentIndex(-1) in Layout()
249 if (fInputAttachmentIndex >= 0) { in description()
250 result += separator + "input_attachment_index = " + to_string(fInputAttachmentIndex); in description()
398 fInputAttachmentIndex == other.fInputAttachmentIndex &&
420 int fInputAttachmentIndex; member
/third_party/skia/include/sksl/
DDSLLayout.h71 return this->intValue(&fSkSLLayout.fInputAttachmentIndex, inputAttachmentIndex,
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp99 this->writeS8(l.fInputAttachmentIndex); in write()
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2591 if (layout.fInputAttachmentIndex >= 0) { in writeLayout()
2593 layout.fInputAttachmentIndex, fDecorationBuffer); in writeLayout()
2620 if (layout.fInputAttachmentIndex >= 0) { in writeLayout()
2622 layout.fInputAttachmentIndex, fDecorationBuffer); in writeLayout()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp2970 if (layout.fInputAttachmentIndex >= 0) { in writeLayout()
2972 layout.fInputAttachmentIndex, fDecorationBuffer); in writeLayout()
2998 if (layout.fInputAttachmentIndex >= 0) { in writeLayout()
3000 layout.fInputAttachmentIndex, fDecorationBuffer); in writeLayout()