Searched defs:SwizzleLValue (Results 1 – 3 of 3) sorted by relevance
595 friend class SwizzleLValue; variable
600 class SwizzleLValue final : public LValue { class602 explicit SwizzleLValue(std::unique_ptr<LValue> p, const ComponentArray& c) in SwizzleLValue() function in SkSL::RP::SwizzleLValue
2315 class SwizzleLValue : public SPIRVCodeGenerator::LValue { class2317 SwizzleLValue(SPIRVCodeGenerator& gen, SpvId vecPointer, const ComponentArray& components, in SwizzleLValue() function in SkSL::SwizzleLValue