Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h444 unsigned getElementSizeInBytes() const { return (GetElementSizeInBits(this) >> 3); } in getElementSizeInBytes() function
Dslang_rs_reflection.cpp1879 if ((EPT->getElementSizeInBytes() < 4) || EV->isUnsigned()) { in genPrimitiveTypeExportVariable()
1894 mOut.indent() << FPName << " = new FieldPacker(" << EPT->getElementSizeInBytes() in genPrimitiveTypeExportVariable()