Searched refs:fInputAttachmentIndex (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/include/private/ |
D | SkSLLayout.h | 46 , 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/ |
D | SkSLLayout.h | 197 , 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/ |
D | DSLLayout.h | 71 return this->intValue(&fSkSLLayout.fInputAttachmentIndex, inputAttachmentIndex,
|
/third_party/skia/src/sksl/ |
D | SkSLDehydrator.cpp | 99 this->writeS8(l.fInputAttachmentIndex); in write()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 2591 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/ |
D | SkSLSPIRVCodeGenerator.cpp | 2970 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()
|