Home
last modified time | relevance | path

Searched defs:LValueSlice (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp1006 class LValueSlice final : public UnownedLValueSlice { class
1008 explicit LValueSlice(std::unique_ptr<LValue> p, int initialSlot, int numSlots) in LValueSlice() function in SkSL::RP::LValueSlice