Home
last modified time | relevance | path

Searched defs:memoryLayout (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLMetalCodeGenerator.cpp1031 MemoryLayout memoryLayout(MemoryLayout::k140_Standard); in writeFields() local
DSkSLSPIRVCodeGenerator.cpp383 void SPIRVCodeGenerator::writeStruct(const Type& type, const MemoryLayout& memoryLayout, in writeStruct()
2656 MemoryLayout memoryLayout = (pushConstant || isBuffer) ? in writeInterfaceBlock() local
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp2017 MemoryLayout memoryLayout(MemoryLayout::kMetal_Standard); in writeFields() local
DSkSLSPIRVCodeGenerator.cpp457 void SPIRVCodeGenerator::writeStruct(const Type& type, const MemoryLayout& memoryLayout, in writeStruct()
3014 MemoryLayout memoryLayout = this->memoryLayoutForVariable(intf.variable()); in writeInterfaceBlock() local