Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp535 SkVMSlotInfo slotInfo; in addDebugSlotInfo() local
536 slotInfo.name = varName; in addDebugSlotInfo()
537 slotInfo.columns = type.columns(); in addDebugSlotInfo()
538 slotInfo.rows = type.rows(); in addDebugSlotInfo()
539 slotInfo.componentIndex = slot; in addDebugSlotInfo()
540 slotInfo.numberKind = numberKind; in addDebugSlotInfo()
541 slotInfo.line = line; in addDebugSlotInfo()
542 fDebugInfo->fSlotInfo.push_back(std::move(slotInfo)); in addDebugSlotInfo()