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

/frameworks/compile/slang/
H A Dslang_rs_export_type.h374 static size_t GetElementSizeInBits(const RSExportPrimitiveType *EPT);
390 unsigned getElementSizeInBytes() const { return (GetElementSizeInBits(this) >> 3); }
H A Dslang_rs_export_type.cpp85 // This is handled specially by the GetElementSizeInBits() method.
1089 size_t RSExportPrimitiveType::GetElementSizeInBits(const RSExportPrimitiveType *EPT) { function in class:slang::RSExportPrimitiveType
1092 "RSExportPrimitiveType::GetElementSizeInBits : unknown data type");

Completed in 89 milliseconds