• Home
  • Raw
  • Download

Lines Matching refs:swrast

321       const SWcontext *swrast = SWRAST_CONTEXT(ctx);  in can_do_DrawPixels_8R8G8B()  local
323 if (swrast->NewState) in can_do_DrawPixels_8R8G8B()
326 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ { in can_do_DrawPixels_8R8G8B()
355 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); in xmesa_DrawPixels_8R8G8B() local
362 if (swrast->NewState) in xmesa_DrawPixels_8R8G8B()
452 const SWcontext *swrast = SWRAST_CONTEXT(ctx); in can_do_DrawPixels_5R6G5B() local
454 if (swrast->NewState) in can_do_DrawPixels_5R6G5B()
457 if ((swrast->_RasterMask & ~CLIP_BIT) == 0) /* no blend, z-test, etc */ { in can_do_DrawPixels_5R6G5B()
487 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); in xmesa_DrawPixels_5R6G5B() local
494 if (swrast->NewState) in xmesa_DrawPixels_5R6G5B()
582 const SWcontext *swrast = SWRAST_CONTEXT( ctx ); in can_do_CopyPixels() local
584 if (swrast->NewState) in can_do_CopyPixels()
587 if ((swrast->_RasterMask & ~CLIP_BIT) == 0x0 && in can_do_CopyPixels()
911 SWcontext *swrast = SWRAST_CONTEXT( ctx ); in xmesa_register_swrast_functions() local
913 swrast->choose_point = xmesa_choose_point; in xmesa_register_swrast_functions()
914 swrast->choose_line = xmesa_choose_line; in xmesa_register_swrast_functions()
915 swrast->choose_triangle = xmesa_choose_triangle; in xmesa_register_swrast_functions()
918 swrast->InvalidatePointMask |= XMESA_NEW_POINT; in xmesa_register_swrast_functions()
919 swrast->InvalidateLineMask |= XMESA_NEW_LINE; in xmesa_register_swrast_functions()
920 swrast->InvalidateTriangleMask |= XMESA_NEW_TRIANGLE; in xmesa_register_swrast_functions()