Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLLayout.h188 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
205 , fInputAttachmentIndex(-1) in Layout()
240 if (fInputAttachmentIndex >= 0) { in description()
241 result += separator + "input_attachment_index = " + to_string(fInputAttachmentIndex); in description()
389 fInputAttachmentIndex == other.fInputAttachmentIndex &&
411 int fInputAttachmentIndex; member
/external/skqp/src/sksl/ir/
DSkSLLayout.h188 , fInputAttachmentIndex(inputAttachmentIndex) in Layout()
205 , fInputAttachmentIndex(-1) in Layout()
240 if (fInputAttachmentIndex >= 0) { in description()
241 result += separator + "input_attachment_index = " + to_string(fInputAttachmentIndex); in description()
389 fInputAttachmentIndex == other.fInputAttachmentIndex &&
411 int fInputAttachmentIndex; member
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2549 if (layout.fInputAttachmentIndex >= 0) { in writeLayout()
2551 layout.fInputAttachmentIndex, fDecorationBuffer); in writeLayout()
2578 if (layout.fInputAttachmentIndex >= 0) { in writeLayout()
2580 layout.fInputAttachmentIndex, fDecorationBuffer); in writeLayout()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2561 if (layout.fInputAttachmentIndex >= 0) { in writeLayout()
2563 layout.fInputAttachmentIndex, fDecorationBuffer); in writeLayout()
2590 if (layout.fInputAttachmentIndex >= 0) { in writeLayout()
2592 layout.fInputAttachmentIndex, fDecorationBuffer); in writeLayout()