Home
last modified time | relevance | path

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

/frameworks/compile/slang/
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);
Dslang_rs_reflection.cpp864 AllocSize32 = mState->declareVariable(EV); in genExportVariable() local
890 genConstantArrayTypeExportVariable(EV, AllocSize32); in genExportVariable()
894 genRecordTypeExportVariable(EV, AllocSize32); in genExportVariable()
2039 ReflectionState::Val32 AllocSize32) { in genConstantArrayTypeExportVariable() argument
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
[all …]