Searched refs:memoryLayout (Results 1 – 4 of 4) sorted by relevance
| /third_party/flutter/skia/src/sksl/ |
| D | SkSLMetalCodeGenerator.cpp | 1031 MemoryLayout memoryLayout(MemoryLayout::k140_Standard); in writeFields() local 1033 MemoryLayout memoryLayout(MemoryLayout::kMetal_Standard); in writeFields() 1052 int alignment = memoryLayout.alignment(*fieldType); in writeFields() 1062 SkASSERT(memoryLayout.size(*fieldType) == 3); in writeFields() 1074 currentOffset += memoryLayout.size(*fieldType); in writeFields()
|
| D | SkSLSPIRVCodeGenerator.cpp | 383 void SPIRVCodeGenerator::writeStruct(const Type& type, const MemoryLayout& memoryLayout, in writeStruct() argument 390 types.push_back(this->getType(*f.fType, memoryLayout)); in writeStruct() 400 size_t size = memoryLayout.size(*field.fType); in writeStruct() 401 size_t alignment = memoryLayout.alignment(*field.fType); in writeStruct() 431 (SpvId) memoryLayout.stride(*field.fType), in writeStruct() 2656 MemoryLayout memoryLayout = (pushConstant || isBuffer) ? in writeInterfaceBlock() local 2679 fSkInCount), memoryLayout); in writeInterfaceBlock() 2681 typeId = this->getType(*type, memoryLayout); in writeInterfaceBlock()
|
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 457 void SPIRVCodeGenerator::writeStruct(const Type& type, const MemoryLayout& memoryLayout, in writeStruct() argument 464 types.push_back(this->getType(*f.fType, memoryLayout)); in writeStruct() 479 size_t size = memoryLayout.size(*field.fType); in writeStruct() 480 size_t alignment = memoryLayout.alignment(*field.fType); in writeStruct() 510 (SpvId) memoryLayout.stride(*field.fType), in writeStruct() 3014 MemoryLayout memoryLayout = this->memoryLayoutForVariable(intf.variable()); in writeInterfaceBlock() local 3067 SpvId typeId = this->getType(type, memoryLayout); in writeInterfaceBlock()
|
| D | SkSLMetalCodeGenerator.cpp | 2017 MemoryLayout memoryLayout(MemoryLayout::kMetal_Standard); in writeFields() local 2041 int alignment = memoryLayout.alignment(*fieldType); in writeFields() 2049 size_t fieldSize = memoryLayout.size(*fieldType); in writeFields()
|