Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h428 static size_t GetElementSizeInBits(const RSExportPrimitiveType *EPT);
444 unsigned getElementSizeInBytes() const { return (GetElementSizeInBits(this) >> 3); } in getElementSizeInBytes()
Dslang_rs_export_type.cpp1099 size_t RSExportPrimitiveType::GetElementSizeInBits(const RSExportPrimitiveType *EPT) { in GetElementSizeInBits() function in slang::RSExportPrimitiveType