Searched refs:writeStruct (Results 1 – 3 of 3) sorted by relevance
122 void writeStruct(const Type& type, const MemoryLayout& layout, SpvId resultId);
973 void SPIRVCodeGenerator::writeStruct(const Type& type, const MemoryLayout& memoryLayout, in writeStruct() function in SkSL::SPIRVCodeGenerator1068 this->writeStruct(type, layout, result); in getType()
454 def writeStruct(self, format, values): member in OTTableWriter