Searched refs:srcbuf (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dfilter-reduction-test.c23 uint32_t *srcbuf, *dstbuf; local in function:test_scale
26 srcbuf = malloc (SIZE * SIZE * 4);
27 prng_randmemset (srcbuf, SIZE * SIZE * 4, 0);
29 PIXMAN_a8r8g8b8, SIZE, SIZE, srcbuf, SIZE * 4);
53 free (srcbuf);
H A Dscaling-crash-test.c33 uint32_t * srcbuf; local in function:run_test
55 srcbuf = (uint32_t *)malloc ((src_width + 10) * (src_height + 10) * 4);
58 memset (srcbuf, 0x88, src_width * src_height * 4);
63 srcbuf + (src_width + 10) * 5 + 5, (src_width + 10) * 4);
96 free (srcbuf);
H A Daffine-test.c46 uint32_t * srcbuf; local in function:test_composite
77 srcbuf = (uint32_t *)malloc (src_stride * src_height);
80 prng_randmemset (srcbuf, src_stride * src_height, 0);
85 srcbuf += (src_stride / 4) * (src_height - 1);
102 src_fmt, src_width, src_height, srcbuf, src_stride);
297 srcbuf += (src_stride / 4) * (src_height - 1);
302 free (srcbuf);
H A Dscaling-test.c77 uint32_t * srcbuf; local in function:test_composite
139 srcbuf = (uint32_t *)malloc (src_stride * src_height);
143 prng_randmemset (srcbuf, src_stride * src_height, 0);
153 srcbuf += (src_stride / 4) * (src_height - 1);
170 src_fmt, src_width, src_height, srcbuf, src_stride);
393 srcbuf += (src_stride / 4) * (src_height - 1);
401 free (srcbuf);
H A Dblitters-test.c247 uint32_t *srcbuf, *maskbuf; local in function:test_composite
294 srcbuf = pixman_image_get_data (src_img);
315 srcbuf,
319 maskbuf = srcbuf;
373 if (srcbuf == maskbuf)
/xsrc/external/mit/pixman/dist/pixman/dither/
H A Dmake-blue-noise.c110 float *srcbuf = src->buffer, local in function:matrix_copy
117 while (srcbuf < srcend)
118 *dstbuf++ = *srcbuf++;
165 bool_t *srcbuf = src->buffer, local in function:pattern_copy
172 while (srcbuf < srcend)
173 *dstbuf++ = *srcbuf++;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c163 struct ureg_src srcbuf; local in function:si_create_dma_compute_shader
167 srcbuf = ureg_DECL_buffer(ureg, 1, false);
196 struct ureg_src srcs[] = {srcbuf, ureg_src(load_addr)};
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_tgsi.c152 struct ureg_src srcbuf; local in function:si_create_dma_compute_shader
156 srcbuf = ureg_DECL_buffer(ureg, 1, false);
184 struct ureg_src srcs[] = {srcbuf, ureg_src(load_addr)};

Completed in 14 milliseconds