Searched refs:memoryLayoutForVariable (Results 1 – 2 of 2) sorted by relevance
452 MemoryLayout memoryLayoutForVariable(const Variable&) const;
2033 SpvId typeId = this->getType(type, this->memoryLayoutForVariable(var)); in getLValue()3008 MemoryLayout SPIRVCodeGenerator::memoryLayoutForVariable(const Variable& v) const { in memoryLayoutForVariable() function in SkSL::SPIRVCodeGenerator3014 MemoryLayout memoryLayout = this->memoryLayoutForVariable(intf.variable()); in writeInterfaceBlock()