Home
last modified time | relevance | path

Searched refs:memoryLayoutForVariable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp619 MemoryLayout memoryLayoutForVariable(const Variable&) const;
3320 this->getType(type, kDefaultTypeLayout, this->memoryLayoutForVariable(var)), in getLValue()
3349 SpvId typeId = this->getType(type, var.layout(), this->memoryLayoutForVariable(var)); in getLValue()
4582 MemoryLayout SPIRVCodeGenerator::memoryLayoutForVariable(const Variable& v) const { in memoryLayoutForVariable() function in SkSL::SPIRVCodeGenerator
4590 MemoryLayout memoryLayout = this->memoryLayoutForVariable(*intf.var()); in writeInterfaceBlock()