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

  /xsrc/external/mit/pixman/dist/test/
pixel-test.c 2858 verify (int test_no, const pixel_combination_t *combination, int size,
2864 pixman_bool_t have_mask = (combination->mask_format != PIXMAN_null);
2869 pixel_checker_init (&src_checker, combination->src_format);
2871 pixel_checker_init (&mask_checker, combination->mask_format);
2872 pixel_checker_init (&dest_checker, combination->dest_format);
2875 &src_checker, combination->src_pixel, &source_color);
2876 if (combination->mask_format != PIXMAN_null)
2879 &mask_checker, combination->mask_pixel, &mask_color);
2882 &dest_checker, combination->dest_pixel, &dest_color);
2884 do_composite (combination->op
3003 const pixel_combination_t *combination = &(regressions[i]); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
huge_pages.c 394 * combination for our mock device.
398 unsigned int combination = 0; local
402 combination |= page_sizes[j];
405 mkwrite_device_info(i915)->page_sizes = combination;
408 obj = fake_huge_pages_object(i915, combination, !!single);
414 if (obj->base.size != combination) {
416 obj->base.size, combination);
433 if (vma->page_sizes.sg != combination) {
435 vma->page_sizes.sg, combination);

Completed in 19 milliseconds