Searched refs:dst4 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.c506 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); local in function:_mesa_convert_colors
511 dst4[i][RCOMP] = UBYTE_TO_FLOAT(src1[i][RCOMP]);
512 dst4[i][GCOMP] = UBYTE_TO_FLOAT(src1[i][GCOMP]);
513 dst4[i][BCOMP] = UBYTE_TO_FLOAT(src1[i][BCOMP]);
514 dst4[i][ACOMP] = UBYTE_TO_FLOAT(src1[i][ACOMP]);
539 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); local in function:_mesa_convert_colors
544 dst4[i][RCOMP] = USHORT_TO_FLOAT(src2[i][RCOMP]);
545 dst4[i][GCOMP] = USHORT_TO_FLOAT(src2[i][GCOMP]);
546 dst4[i][BCOMP] = USHORT_TO_FLOAT(src2[i][BCOMP]);
547 dst4[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.c506 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); local in function:_mesa_convert_colors
511 dst4[i][RCOMP] = UBYTE_TO_FLOAT(src1[i][RCOMP]);
512 dst4[i][GCOMP] = UBYTE_TO_FLOAT(src1[i][GCOMP]);
513 dst4[i][BCOMP] = UBYTE_TO_FLOAT(src1[i][BCOMP]);
514 dst4[i][ACOMP] = UBYTE_TO_FLOAT(src1[i][ACOMP]);
539 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst); local in function:_mesa_convert_colors
544 dst4[i][RCOMP] = USHORT_TO_FLOAT(src2[i][RCOMP]);
545 dst4[i][GCOMP] = USHORT_TO_FLOAT(src2[i][GCOMP]);
546 dst4[i][BCOMP] = USHORT_TO_FLOAT(src2[i][BCOMP]);
547 dst4[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c157 uint *dst4 = (uint *) dst; local in function:logicop_quad
182 res4[j] = ~(src4[j] | dst4[j]);
186 res4[j] = ~src4[j] & dst4[j];
194 res4[j] = src4[j] & ~dst4[j];
198 res4[j] = ~dst4[j];
202 res4[j] = dst4[j] ^ src4[j];
206 res4[j] = ~(src4[j] & dst4[j]);
210 res4[j] = src4[j] & dst4[j];
214 res4[j] = ~(src4[j] ^ dst4[j]);
218 res4[j] = dst4[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c157 uint *dst4 = (uint *) dst; local in function:logicop_quad
184 res4[j] = ~(src4[j] | dst4[j]);
188 res4[j] = ~src4[j] & dst4[j];
196 res4[j] = src4[j] & ~dst4[j];
200 res4[j] = ~dst4[j];
204 res4[j] = dst4[j] ^ src4[j];
208 res4[j] = ~(src4[j] & dst4[j]);
212 res4[j] = src4[j] & dst4[j];
216 res4[j] = ~(src4[j] ^ dst4[j]);
220 res4[j] = dst4[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_drawpix.c85 GLuint *dst4 = (GLuint *) dst; local in function:fast_draw_rgb_ubyte_pixels
87 dst4[j] = PACK_COLOR_8888(0xff, src[j*3+0], src[j*3+1], src[j*3+2]);
134 GLuint *dst4 = (GLuint *) dst; local in function:fast_draw_rgba_ubyte_pixels
136 dst4[j] = PACK_COLOR_8888(src[j*4+3], src[j*4+0],
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_drawpix.c85 GLuint *dst4 = (GLuint *) dst; local in function:fast_draw_rgb_ubyte_pixels
87 dst4[j] = PACK_COLOR_8888(0xff, src[j*3+0], src[j*3+1], src[j*3+2]);
134 GLuint *dst4 = (GLuint *) dst; local in function:fast_draw_rgba_ubyte_pixels
136 dst4[j] = PACK_COLOR_8888(src[j*4+3], src[j*4+0],

Completed in 9 milliseconds