Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h452 MemoryLayout memoryLayoutForVariable(const Variable&) const;
DSkSLSPIRVCodeGenerator.cpp2033 SpvId typeId = this->getType(type, this->memoryLayoutForVariable(var)); in getLValue()
3008 MemoryLayout SPIRVCodeGenerator::memoryLayoutForVariable(const Variable& v) const { in memoryLayoutForVariable() function in SkSL::SPIRVCodeGenerator
3014 MemoryLayout memoryLayout = this->memoryLayoutForVariable(intf.variable()); in writeInterfaceBlock()