Searched refs:memoryLayoutForVariable (Results 1 – 1 of 1) sorted by relevance
619 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::SPIRVCodeGenerator4590 MemoryLayout memoryLayout = this->memoryLayoutForVariable(*intf.var()); in writeInterfaceBlock()