Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h594 friend class PointerLValue; variable
DSkSLSPIRVCodeGenerator.cpp2270 class PointerLValue : public SPIRVCodeGenerator::LValue { class
2272 PointerLValue(SPIRVCodeGenerator& gen, SpvId pointer, bool isMemoryObject, SpvId type, in PointerLValue() function in SkSL::PointerLValue