Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp787 TType &satType = SetMatrixRowDim(type, saturation); in SaturateMatrixRows() local
788 state.addModifiedField(field, satType, storage, packing, state.symbolEnv.isPointer(field)); in SaturateMatrixRows()
862 TType &satType = SetVectorDim(type, saturation); in SaturateScalarOrVectorCommon() local
866 satType.setBasicType(TBasicType::EbtUInt); in SaturateScalarOrVectorCommon()
868 state.addModifiedField(field, satType, storage, packing, state.symbolEnv.isPointer(field)); in SaturateScalarOrVectorCommon()