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 | 1574 void *rbPixels; in _swrast_get_dest_rgba() local 1577 rbPixels = span->array->attribs[FRAG_ATTRIB_MAX - 1]; in _swrast_get_dest_rgba() 1582 rbPixels, span->array->ChanType); in _swrast_get_dest_rgba() 1586 rbPixels, span->array->ChanType); in _swrast_get_dest_rgba() 1589 return rbPixels; in _swrast_get_dest_rgba()
|
D | s_blend.c | 999 void *rbPixels; in _swrast_blend_span() local 1005 rbPixels = _swrast_get_dest_rgba(ctx, rb, span); in _swrast_blend_span() 1008 span->array->rgba, rbPixels, span->array->ChanType); in _swrast_blend_span()
|