Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.h661 size_t mPostPadding; // this.AllocSize - this.StoreSize member
667 size_t mPostPadding; // padding after the end of the padded member
745 return Val32(true, mRecord->mPostPadding); in getRecordPostPadding()
758 return std::make_pair(Val32(true, field.mPrePadding), Val32(true, field.mPostPadding)); in getFieldPreAndPostPadding()
Dslang_rs_reflection_state.cpp155 << " postPadding=" << Val.mPostPadding in dump()
165 << ", " << field.mPostPadding << ")" << std::endl; in dump()
739 FieldState.mPostPadding = FieldAllocSize - FieldStoreSize; in declareRecord()
754 record.mPostPadding = ERT->getAllocSize() - Pos; in declareRecord()