Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h595 friend class SwizzleLValue; variable
DSkSLRasterPipelineCodeGenerator.cpp600 class SwizzleLValue final : public LValue { class
602 explicit SwizzleLValue(std::unique_ptr<LValue> p, const ComponentArray& c) in SwizzleLValue() function in SkSL::RP::SwizzleLValue
DSkSLSPIRVCodeGenerator.cpp2315 class SwizzleLValue : public SPIRVCodeGenerator::LValue { class
2317 SwizzleLValue(SPIRVCodeGenerator& gen, SpvId vecPointer, const ComponentArray& components, in SwizzleLValue() function in SkSL::SwizzleLValue