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

  /frameworks/compile/slang/
slang_rs_export_type.h 197 static size_t GetTypeStoreSize(const RSExportType *ET);
slang_rs_reflection_cpp.cpp 651 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType());
slang_rs_reflection.cpp     [all...]
slang_rs_export_type.cpp 798 size_t RSExportType::GetTypeStoreSize(const RSExportType *ET) {
799 return ET->getRSContext()->getDataLayout()->getTypeStoreSize(
    [all...]

Completed in 75 milliseconds