Searched refs:fInputAttachmentIndex (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
H A DSkSLLayout.h101 , fInputAttachmentIndex(inputAttachmentIndex)
118 , fInputAttachmentIndex(-1)
155 if (fInputAttachmentIndex >= 0) {
232 fInputAttachmentIndex == other.fInputAttachmentIndex &&
256 int fInputAttachmentIndex; member in struct:SkSL::Layout
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp2483 if (layout.fInputAttachmentIndex >= 0) {
2485 layout.fInputAttachmentIndex, fDecorationBuffer);
2510 if (layout.fInputAttachmentIndex >= 0) {
2512 layout.fInputAttachmentIndex, fDecorationBuffer);

Completed in 89 milliseconds