Searched refs:num_pixels (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c484 unsigned num_pixels = type.length / 4; local in function:lp_build_fetch_rgba_aos
638 for (k = 0; k < num_pixels; ++k) {
641 packed = lp_build_gather_elem(gallivm, num_pixels,
663 num_conv_src = num_pixels;
666 if (num_pixels % 8 == 0) {
668 tmps, num_pixels, tmps, num_pixels / 2);
669 conv_type.length *= num_pixels / 4;
670 num_conv_src = 4 * num_pixels / 8;
680 type.length /= num_pixels /
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c482 unsigned num_pixels = type.length / 4; local in function:lp_build_fetch_rgba_aos
636 for (k = 0; k < num_pixels; ++k) {
639 packed = lp_build_gather_elem(gallivm, num_pixels,
661 num_conv_src = num_pixels;
664 if (num_pixels % 8 == 0) {
666 tmps, num_pixels, tmps, num_pixels / 2);
667 conv_type.length *= num_pixels / 4;
668 num_conv_src = 4 * num_pixels / 8;
678 type.length /= num_pixels /
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_cpal.c80 const void *indices, GLuint num_pixels, GLubyte *image)
90 remain = num_pixels % 2;
91 for (i = 0; i < num_pixels / 2; i++) {
102 for (i = 0; i < num_pixels; i++)
79 paletted_to_color(const struct cpal_format_info * info,const GLubyte * palette,const void * indices,GLuint num_pixels,GLubyte * image) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_cpal.c80 const void *indices, GLuint num_pixels, GLubyte *image)
90 remain = num_pixels % 2;
91 for (i = 0; i < num_pixels / 2; i++) {
102 for (i = 0; i < num_pixels; i++)
79 paletted_to_color(const struct cpal_format_info * info,const GLubyte * palette,const void * indices,GLuint num_pixels,GLubyte * image) argument
/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_perf.c105 printf("num_pixels = %u, usecs = %llu\n", w * h, g2d_time);
151 unsigned num_pixels = 0; local in function:fimg2d_perf_multi
172 num_pixels += w * h;
185 fprintf(stderr, "error: iteration %u failed (num_pixels = %u)\n", i, num_pixels);
196 printf("{%u,%llu}", num_pixels, g2d_time);
198 printf("num_pixels = %u, usecs = %llu\n", num_pixels, g2d_time);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-inlines.h1100 int32_t num_pixels; \
1147 * num_pixels = max(n) + 1, where vx + n*unit_x < src_width_fixed \
1152 num_pixels = ((src_width_fixed - vx - pixman_fixed_e) / unit_x) + 1; \
1154 if (num_pixels > width_remain) \
1155 num_pixels = width_remain; \
1157 scanline_func (dst, mask, buf1, buf2, num_pixels, \
1161 width_remain -= num_pixels; \
1162 vx += num_pixels * unit_x; \
1163 dst += num_pixels; \
1166 mask += num_pixels; \
[all...]
H A Dpixman-fast-path.c1218 int32_t num_pixels; variable in typeref:typename:int32_t
1341 num_pixels = src_width - sx;
1343 if (num_pixels > width_remain)
1344 num_pixels = width_remain;
1347 info2.width = num_pixels;
1352 width_remain -= num_pixels;
1353 info2.mask_x += num_pixels;
1354 info2.dest_x += num_pixels;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_meta_common.c1183 framebuffer_size_for_pixel_count(uint32_t num_pixels, argument
1187 assert(num_pixels > 0);
1193 if (num_pixels > max_pixels) {
1197 w = num_pixels;
1205 assert(w * h <= num_pixels);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_clear.c544 unsigned num_pixels = fb->width * fb->height; local in function:si_fast_clear
598 bool fb_too_small = num_pixels * num_layers <= 512 * 512;
772 bool fb_too_small = num_pixels * zs_num_layers <= 512 * 512;

Completed in 15 milliseconds