Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLWGSLCodeGenerator.cpp1124 class WGSLCodeGenerator::PointerLValue : public WGSLCodeGenerator::LValue { class in SkSL::WGSLCodeGenerator
1128 PointerLValue(std::string name) : fName(std::move(name)) {} in PointerLValue() function in SkSL::WGSLCodeGenerator::PointerLValue
H A DSkSLSPIRVCodeGenerator.cpp3156 class PointerLValue : public SPIRVCodeGenerator::LValue { class
3158 PointerLValue(SPIRVCodeGenerator& gen, SpvId pointer, bool isMemoryObject, SpvId type, in PointerLValue() function in SkSL::PointerLValue