Searched refs:GetTypeAllocSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp166 size_t T1Size = RSExportType::GetTypeAllocSize(F->getType());
H A Dslang_rs_reflection.cpp1398 size_t AllocSize = RSExportType::GetTypeAllocSize(ET);
1484 size_t FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType());
1507 if (RSExportType::GetTypeAllocSize(ERT) > Pos)
1509 << RSExportType::GetTypeAllocSize(ERT) - Pos << ");"
1644 << RSExportType::GetTypeAllocSize(ERT) << ";" << std::endl;
2060 int FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType());
2106 size_t RecordAllocSize = RSExportType::GetTypeAllocSize(ERT);
H A Dslang_rs_export_type.h161 static size_t GetTypeAllocSize(const RSExportType *ET);
H A Dslang_rs_export_type.cpp644 size_t RSExportType::GetTypeAllocSize(const RSExportType *ET) { function in class:slang::RSExportType

Completed in 69 milliseconds