Searched refs:fSkSLLayout (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/include/sksl/ |
H A D | DSLLayout.h | 42 return this->intValue(&fSkSLLayout.fLocation, location, SkSL::Layout::kLocation_Flag, in location() 47 return this->intValue(&fSkSLLayout.fOffset, offset, SkSL::Layout::kOffset_Flag, "offset", in offset() 52 return this->intValue(&fSkSLLayout.fBinding, binding, SkSL::Layout::kBinding_Flag, in binding() 57 return this->intValue(&fSkSLLayout.fIndex, index, SkSL::Layout::kIndex_Flag, "index", pos); in index() 61 return this->intValue(&fSkSLLayout.fSet, set, SkSL::Layout::kSet_Flag, "set", pos); in set() 65 return this->intValue(&fSkSLLayout.fBuiltin, builtin, SkSL::Layout::kBuiltin_Flag, in builtin() 71 return this->intValue(&fSkSLLayout.fInputAttachmentIndex, inputAttachmentIndex, in inputAttachmentIndex() 78 : fSkSLLayout(skslLayout) {} in DSLLayout() 85 SkSL::Layout fSkSLLayout; member in SkSL::dsl::DSLLayout
|
H A D | DSLModifiers.h | 39 : fModifiers(layout.fSkSLLayout, flags) {} in DSLModifiers()
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLLayout.cpp | 17 if (fSkSLLayout.fFlags & mask) { in flag() 21 fSkSLLayout.fFlags |= mask; in flag()
|
Completed in 2 milliseconds