HomeSort by: relevance | last modified time | path
    Searched defs:num_pixels (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/exynos/
exynos_fimg2d_perf.c 105 printf("num_pixels = %u, usecs = %llu\n", w * h, g2d_time);
151 unsigned num_pixels = 0; local
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/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 484 unsigned num_pixels = type.length / 4; local
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 / 4
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_clear.c 544 unsigned num_pixels = fb->width * fb->height; local
598 bool fb_too_small = num_pixels * num_layers <= 512 * 512;
772 bool fb_too_small = num_pixels * zs_num_layers <= 512 * 512;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 482 unsigned num_pixels = type.length / 4; local
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 / 4
    [all...]
  /xsrc/external/mit/pixman/dist/pixman/
pixman-fast-path.c 1218 int32_t num_pixels; local
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;

Completed in 24 milliseconds