Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp2375 const int fieldSlotCount = fieldType.slotCount(); in pushStructuredComparison() local
2376 UnownedLValueSlice fieldLeft {left, currentSlot, fieldSlotCount}; in pushStructuredComparison()
2377 UnownedLValueSlice fieldRight{right, currentSlot, fieldSlotCount}; in pushStructuredComparison()
2381 currentSlot += fieldSlotCount; in pushStructuredComparison()