Home | History | Annotate | Download | only in radeon

Lines Matching refs:Driver

1542 	 ctx->Driver.BlendEquationSeparate( ctx,
1545 ctx->Driver.BlendFuncSeparate( ctx, ctx->Color.Blend[0].SrcRGB,
2172 /* Initialize the driver's state functions.
2173 * Many of the ctx->Driver functions might have been initialized to
2178 ctx->Driver.UpdateState = radeonInvalidateState;
2179 ctx->Driver.LightingSpaceChange = radeonLightingSpaceChange;
2181 ctx->Driver.DrawBuffer = radeonDrawBuffer;
2182 ctx->Driver.ReadBuffer = radeonReadBuffer;
2183 ctx->Driver.CopyPixels = _mesa_meta_CopyPixels;
2184 ctx->Driver.DrawPixels = _mesa_meta_DrawPixels;
2185 ctx->Driver.ReadPixels = radeonReadPixels;
2187 ctx->Driver.AlphaFunc = radeonAlphaFunc;
2188 ctx->Driver.BlendEquationSeparate = radeonBlendEquationSeparate;
2189 ctx->Driver.BlendFuncSeparate = radeonBlendFuncSeparate;
2190 ctx->Driver
2191 ctx->Driver.ColorMask = radeonColorMask;
2192 ctx->Driver.CullFace = radeonCullFace;
2193 ctx->Driver.DepthFunc = radeonDepthFunc;
2194 ctx->Driver.DepthMask = radeonDepthMask;
2195 ctx->Driver.DepthRange = radeonDepthRange;
2196 ctx->Driver.Enable = radeonEnable;
2197 ctx->Driver.Fogfv = radeonFogfv;
2198 ctx->Driver.FrontFace = radeonFrontFace;
2199 ctx->Driver.Hint = NULL;
2200 ctx->Driver.LightModelfv = radeonLightModelfv;
2201 ctx->Driver.Lightfv = radeonLightfv;
2202 ctx->Driver.LineStipple = radeonLineStipple;
2203 ctx->Driver.LineWidth = radeonLineWidth;
2204 ctx->Driver.LogicOpcode = radeonLogicOpCode;
2205 ctx->Driver.PolygonMode = radeonPolygonMode;
2206 ctx->Driver.PolygonOffset = radeonPolygonOffset;
2207 ctx->Driver.PolygonStipple = radeonPolygonStipple;
2208 ctx->Driver.RenderMode = radeonRenderMode;
2209 ctx->Driver.Scissor = radeonScissor;
2210 ctx->Driver.ShadeModel = radeonShadeModel;
2211 ctx->Driver.StencilFuncSeparate = radeonStencilFuncSeparate;
2212 ctx->Driver.StencilMaskSeparate = radeonStencilMaskSeparate;
2213 ctx->Driver.StencilOpSeparate = radeonStencilOpSeparate;
2214 ctx->Driver.Viewport = radeonViewport;
2216 TNL_CONTEXT(ctx)->Driver.NotifyMaterialChange = radeonUpdateMaterial;
2217 TNL_CONTEXT(ctx)->Driver.RunPipeline = radeonWrapRunPipeline;