Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp906 class SwizzleLValue final : public LValue { class
908 explicit SwizzleLValue(std::unique_ptr<LValue> p, const ComponentArray& c) in SwizzleLValue() function in SkSL::RP::SwizzleLValue
H A DSkSLWGSLCodeGenerator.cpp1160 class WGSLCodeGenerator::SwizzleLValue : public WGSLCodeGenerator::LValue { class in SkSL::WGSLCodeGenerator
1163 SwizzleLValue(const Context& ctx, std::string name, const Type& t, const ComponentArray& c) in SwizzleLValue() function in SkSL::WGSLCodeGenerator::SwizzleLValue
H A DSkSLSPIRVCodeGenerator.cpp3205 class SwizzleLValue : public SPIRVCodeGenerator::LValue { class
3207 SwizzleLValue(SPIRVCodeGenerator& gen, SpvId vecPointer, const ComponentArray& components, in SwizzleLValue() function in SkSL::SwizzleLValue