Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.h226 …void genConstantArrayTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
227 void genRecordTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
231 ReflectionState::Val32 AllocSize32 = ReflectionState::NoVal32());
283 ReflectionState::Val32 AllocSize32);
H A Dslang_rs_reflection.cpp864 AllocSize32 = mState->declareVariable(EV); in genExportVariable() local
890 genConstantArrayTypeExportVariable(EV, AllocSize32); in genExportVariable()
894 genRecordTypeExportVariable(EV, AllocSize32); in genExportVariable()
2051 AllocSize32); in genConstantArrayTypeExportVariable()
2057 ReflectionState::Val32 AllocSize32) { in genRecordTypeExportVariable() argument
2065 genSetExportVariable(TypeName, EV, 1, AllocSize32); in genRecordTypeExportVariable()
2080 ReflectionState::Val32 AllocSize32) { in genSetExportVariable() argument
2089 if (genCreateFieldPacker(ET, FieldPackerName, AllocSize32)) in genSetExportVariable()
2136 ReflectionState::Val32 AllocSize32) { in genCreateFieldPacker() argument
2138 slangAssert(!AllocSize32.first || ((AllocSize == 0) == (AllocSize32.second == 0))); in genCreateFieldPacker()
[all …]