Home
last modified time | relevance | path

Searched refs:GetSizeInBits (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.h341 static size_t GetSizeInBits(const RSExportPrimitiveType *EPT);
356 virtual unsigned getSize() const { return (GetSizeInBits(this) >> 3); } in getSize()
Dslang_rs_export_type.cpp1054 size_t RSExportPrimitiveType::GetSizeInBits(const RSExportPrimitiveType *EPT) { in GetSizeInBits() function in slang::RSExportPrimitiveType