Searched refs:rbPixels (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_masking.c | 47 void *rbPixels; in _swrast_mask_rgba_span() local 52 rbPixels = _swrast_get_dest_rgba(ctx, rb, span); in _swrast_mask_rgba_span() 62 const GLuint *dst = (const GLuint *) rbPixels; in _swrast_mask_rgba_span() 76 const GLushort (*dst)[4] = (const GLushort (*)[4]) rbPixels; in _swrast_mask_rgba_span() 92 const GLuint (*dst)[4] = (const GLuint (*)[4]) rbPixels; in _swrast_mask_rgba_span()
|
D | s_logic.c | 194 void *rbPixels; in _swrast_logicop_rgba_span() local 199 rbPixels = _swrast_get_dest_rgba(ctx, rb, span); in _swrast_logicop_rgba_span() 205 (const GLuint *) rbPixels, span->array->mask); in _swrast_logicop_rgba_span() 211 (const GLuint *) rbPixels, span->array->mask); in _swrast_logicop_rgba_span() 216 (const GLuint *) rbPixels, span->array->mask); in _swrast_logicop_rgba_span()
|
D | s_span.c | 1579 void *rbPixels; in _swrast_get_dest_rgba() local 1582 rbPixels = span->array->attribs[VARYING_SLOT_MAX - 1]; in _swrast_get_dest_rgba() 1587 rbPixels, span->array->ChanType); in _swrast_get_dest_rgba() 1591 rbPixels, span->array->ChanType); in _swrast_get_dest_rgba() 1594 return rbPixels; in _swrast_get_dest_rgba()
|
D | s_blend.c | 996 void *rbPixels; in _swrast_blend_span() local 1002 rbPixels = _swrast_get_dest_rgba(ctx, rb, span); in _swrast_blend_span() 1005 span->array->rgba, rbPixels, span->array->ChanType); in _swrast_blend_span()
|