Home
last modified time | relevance | path

Searched refs:FieldAllocSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp821 size_t FieldAllocSize = T->getAllocSize(); in genPackVarOfType() local
836 if (FieldAllocSize > FieldStoreSize) { in genPackVarOfType()
838 << (FieldAllocSize - FieldStoreSize) << ");\n"; in genPackVarOfType()
841 Pos = FieldOffset + FieldAllocSize; in genPackVarOfType()
Dslang_rs_reflection_state.cpp730 size_t FieldAllocSize = T->getAllocSize(); in declareRecord() local
733 slangAssert(FieldAllocSize >= FieldStoreSize); in declareRecord()
739 FieldState.mPostPadding = FieldAllocSize - FieldStoreSize; in declareRecord()
743 Pos = FieldOffset + FieldAllocSize; in declareRecord()
Dslang_rs_reflection.cpp2248 size_t FieldAllocSize = T->getAllocSize(); in genPackVarOfType() local
2262 emitSkip(FieldStoreSize, FieldAllocSize, Field32PreAndPostPadding.second /* post */); in genPackVarOfType()
2264 Pos = FieldOffset + FieldAllocSize; in genPackVarOfType()
2811 size_t FieldAllocSize = T->getAllocSize(); in genAddElement() local
2837 … genAddPadding(FieldAllocSize - FieldStoreSize, Field32PreAndPostPadding.second /* post */); in genAddElement()
2840 Pos = FieldOffset + FieldAllocSize; in genAddElement()