HomeSort by relevance Sort by last modified time
    Searched refs:GetTypeAllocSize (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 392 param_len = RSExportType::GetTypeAllocSize(params);
578 size_t AllocSize = RSExportType::GetTypeAllocSize(ET);
652 size_t FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType());
680 if (RSExportType::GetTypeAllocSize(ERT) > Pos) {
683 << RSExportType::GetTypeAllocSize(ERT) - Pos << ");";
slang_rs_export_func.cpp 166 size_t T1Size = RSExportType::GetTypeAllocSize(F->getType());
167 size_t T2Size = getRSContext()->getDataLayout()->getTypeAllocSize(T2);
slang_rs_reflection.cpp     [all...]
slang_rs_export_type.h 200 static size_t GetTypeAllocSize(const RSExportType *ET);
slang_rs_export_type.cpp 803 size_t RSExportType::GetTypeAllocSize(const RSExportType *ET) {
807 return ET->getRSContext()->getDataLayout()->getTypeAllocSize(
    [all...]

Completed in 1879 milliseconds