Searched refs:stage (Results 1 – 2 of 2) sorted by relevance
602 m_ShapeCombiner.stage[ stageIndex ].rgb.combine = PICA_DATA_TEX_ENV_COMBINE_REPLACE; in InitializeShapeGraphicsState()603 m_ShapeCombiner.stage[ stageIndex ].alpha.combine = PICA_DATA_TEX_ENV_COMBINE_REPLACE; in InitializeShapeGraphicsState()609 …m_ShapeCombiner.stage[ stageIndex ].rgb.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PRIMA… in InitializeShapeGraphicsState()610 …m_ShapeCombiner.stage[ stageIndex ].alpha.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PRIMA… in InitializeShapeGraphicsState()614 …m_ShapeCombiner.stage[ stageIndex ].rgb.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PREVI… in InitializeShapeGraphicsState()615 …m_ShapeCombiner.stage[ stageIndex ].alpha.source[ sourceIndex ] = PICA_DATA_TEX_ENV_SRC_RGBA_PREVI… in InitializeShapeGraphicsState()618 …m_ShapeCombiner.stage[ stageIndex ].rgb.operand[ sourceIndex ] = PICA_DATA_OPE_RGB_SRC_COLOR;… in InitializeShapeGraphicsState()619 …m_ShapeCombiner.stage[ stageIndex ].alpha.operand[ sourceIndex ] = PICA_DATA_OPE_ALPHA_SRC_ALPH… in InitializeShapeGraphicsState()622 m_ShapeCombiner.stage[ stageIndex ].rgb.scale = PICA_DATA_TEX_ENV_SCALE_1; in InitializeShapeGraphicsState()623 m_ShapeCombiner.stage[ stageIndex ].alpha.scale = PICA_DATA_TEX_ENV_SCALE_1; in InitializeShapeGraphicsState()
791 for (uint stage = 0; stage < COMBINER_AVAILABLE_COUNT; stage++) in ActivateTextureCombiners() local793 ResTextureCombiner textureCombiner = fragmentShader.GetTextureCombiners(stage); in ActivateTextureCombiners()