Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/dsl/
DDSLCore.cpp271 const std::vector<SkSL::Type::Field>& structFields = structType->fields(); in InterfaceBlock() local
272 for (size_t i = 0; i < structFields.size(); ++i) { in InterfaceBlock()