Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp318 void addModifiedField(const TField &field, in addModifiedField() function in __anon9125e3cd0111::ConvertStructState
646 state.addModifiedField(field, CloneType(type), storage, packing, nullptr); in IdentityModify()
716 state.addModifiedField(field, newType, storage, packing, state.symbolEnv.isPointer(field)); in RecurseStruct()
749 state.addModifiedField(field, rowType, storage, packing, state.symbolEnv.isPointer(field)); in SplitMatrixColumns()
784 state.addModifiedField(field, satType, storage, packing, state.symbolEnv.isPointer(field)); in SaturateMatrixRows()
864 state.addModifiedField(field, satType, storage, packing, state.symbolEnv.isPointer(field)); in SaturateScalarOrVectorCommon()
917 state.addModifiedField(field, promotedType, storage, packing, state.symbolEnv.isPointer(field)); in PromoteBoolToUint()