HomeSort by relevance Sort by last modified time
    Searched refs:mask_x (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.cpp 129 uint32_t mask_x, mask_y; local
131 intel_region_get_tile_masks(region, &mask_x, &mask_y,
134 *tile_x = x_offset & mask_x;
137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp 129 uint32_t mask_x, mask_y; local
131 intel_region_get_tile_masks(region, &mask_x, &mask_y,
134 *tile_x = x_offset & mask_x;
137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x,
  /external/pixman/test/
blitters-test.c 234 int mask_x, mask_y; local
295 mask_x = 0;
309 mask_x = src_x;
331 mask_x = prng_rand_n (pixman_image_get_width (mask_img));
355 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
scaling-test.c 63 int mask_x, mask_y; local
132 mask_x = -(mask_width / 4) + prng_rand_n (mask_width * 3 / 2);
341 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
glyph-test.c 269 int mask_x = prng_rand_n (64) - 32; local
282 mask_x, mask_y,
lowlevel-blt-bench.c 116 info->mask_x, info->mask_y,
143 int32_t mask_x,
158 info.mask_x = mask_x;
    [all...]
  /external/pixman/pixman/
pixman.c 234 int32_t mask_x,
311 if (!clip_source_image (region, mask_image, dest_x - mask_x, dest_y - mask_y))
317 dest_x - (mask_x - mask_image->common.alpha_origin_x),
576 int32_t mask_x,
619 (src_x == mask_x && src_y == mask_y))
631 src_x, src_y, mask_x, mask_y, dest_x, dest_y, width, height))
646 extents.x1 -= src_x - mask_x;
648 extents.x2 -= src_x - mask_x;
700 info.mask_x = pbox->x1 + mask_x - dest_x
    [all...]
pixman-fast-path.c 123 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint8_t, mask_stride, mask_line, 1);
176 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint8_t, mask_stride, mask_line, 1);
282 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint8_t, mask_stride, mask_line, 1);
329 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint32_t, mask_stride, mask_line, 1);
376 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint32_t, mask_stride, mask_line, 1);
433 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint8_t, mask_stride, mask_line, 1);
488 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint8_t, mask_stride, mask_line, 1);
547 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint32_t, mask_stride, mask_line, 1);
877 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, uint8_t, mask_stride, mask_line, 1);
979 mask_line += mask_x >> 5
    [all...]
pixman-glyph.c 477 info.mask_x = composite_box.x1 - (dest_x + glyphs[i].x - glyph->origin_x);
599 info.mask_x = info.src_x = src_x;
621 * Then (mask_x, mask_y) in the infinite mask and (src_x, src_y) in the source
640 int32_t mask_x,
661 add_glyphs (cache, mask, - mask_x, - mask_y, n_glyphs, glyphs);
pixman-mips-dspr2.h 153 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, mask_type, \
234 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, mask_type, \
pixman-general.c 180 imp->toplevel, &mask_iter, mask_image, mask_x, mask_y, width, height,
pixman-private.h 393 int32_t mask_x; member in struct:__anon33449
412 MAYBE_UNUSED int32_t mask_x = info->mask_x; \
641 int32_t mask_x,
    [all...]
pixman.h     [all...]
pixman-arm-common.h 146 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, mask_type, \
222 PIXMAN_IMAGE_GET_LINE (mask_image, mask_x, mask_y, mask_type, \
pixman-mmx.c     [all...]
pixman-sse2.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_regions.c 407 uint32_t *mask_x, uint32_t *mask_y,
420 *mask_x = *mask_y = 0;
423 *mask_x = 512 / cpp - 1;
427 *mask_x = 128 / cpp - 1;
intel_regions.h 138 uint32_t *mask_x, uint32_t *mask_y,
intel_fbo.c 582 uint32_t mask_x, mask_y; local
584 intel_region_get_tile_masks(region, &mask_x, &mask_y, false);
586 *tile_x = irb->draw_x & mask_x;
588 return intel_region_get_aligned_offset(region, irb->draw_x & ~mask_x,
intel_screen.c 524 uint32_t mask_x, mask_y; local
568 intel_region_get_tile_masks(image->region, &mask_x, &mask_y, false);
569 if (offset & mask_x)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 407 uint32_t *mask_x, uint32_t *mask_y,
420 *mask_x = *mask_y = 0;
423 *mask_x = 512 / cpp - 1;
427 *mask_x = 128 / cpp - 1;
intel_regions.h 138 uint32_t *mask_x, uint32_t *mask_y,
intel_fbo.c 582 uint32_t mask_x, mask_y; local
584 intel_region_get_tile_masks(region, &mask_x, &mask_y, false);
586 *tile_x = irb->draw_x & mask_x;
588 return intel_region_get_aligned_offset(region, irb->draw_x & ~mask_x,
intel_screen.c 524 uint32_t mask_x, mask_y; local
568 intel_region_get_tile_masks(image->region, &mask_x, &mask_y, false);
569 if (offset & mask_x)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h     [all...]

Completed in 1289 milliseconds

1 2