Home
last modified time | relevance | path

Searched refs:COPY_4UBV (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_chan.h79 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC)
Ds_zoom.c218 COPY_4UBV(zoomed.array->rgba8[i], rgba[j]); in zoom_span()
Ds_blend.c143 COPY_4UBV(rgba[i], dest[i]); in blend_transparency_ubyte()
Ds_span.c240 COPY_4UBV(rgba[i], color); in interpolate_int_colors()
/external/mesa3d/src/mesa/main/
Dblend.c728 COPY_4UBV(ctx->Color.ColorMask[i], tmp); in _mesa_ColorMask()
769 COPY_4UBV(ctx->Color.ColorMask[buf], tmp); in _mesa_ColorMaskIndexed()
Dmacros.h239 COPY_4UBV(GLubyte dst[4], const GLubyte src[4]) in COPY_4UBV() function
Dtexcompress_fxt1.c1239 COPY_4UBV(reord[l], input[k]); in fxt1_quantize()
Dtexstore.c687 COPY_4UBV(tmp, src); \ in swizzle_copy()
/external/mesa3d/src/mesa/math/
Dm_translate.c544 COPY_4UBV( t[i], f ); in trans_4_GLubyte_4ub_raw()
/external/mesa3d/docs/
DVERSIONS863 - fixed RISC alignment errors caused by COPY_4UBV macro