HomeSort by relevance Sort by last modified time
    Searched defs:tile_x (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_regions.h 150 GLuint tile_x; member in struct:__DRIimageRec
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_image.h 86 GLuint tile_x; member in struct:__DRIimageRec
brw_misc_state.c 246 uint32_t tile_x = 0, tile_y = 0, stencil_tile_x = 0, stencil_tile_y = 0; local
256 brw->depthstencil.tile_x = 0;
299 tile_x = depth_irb->draw_x & tile_mask_x;
309 if (tile_x & 7 || tile_y & 7)
314 if (tile_x || tile_y)
321 depth_irb->mt_level, tile_x, tile_y);
335 tile_x = depth_irb->draw_x & tile_mask_x;
353 if (tile_x != stencil_tile_x ||
397 if (tile_x != stencil_tile_x ||
404 tile_x, tile_y
488 uint32_t tile_x = brw->depthstencil.tile_x; local
    [all...]
intel_blit.c 961 uint32_t offset, tile_x, tile_y; local
    [all...]
brw_wm_surface_state.c 82 uint32_t tile_x = mt->level[0].slice[0].x_offset; local
106 assert(tile_x == 0 && tile_y == 0);
110 &tile_x, &tile_y);
169 .x_offset_sa = tile_x, .y_offset_sa = tile_y);
978 uint32_t tile_x, tile_y; local
    [all...]
intel_mipmap_tree.c 2376 uint32_t tile_x = x \/ tile_width; local
    [all...]
brw_context.h 689 uint32_t tile_x, uint32_t tile_y);
1168 uint32_t tile_x, tile_y; member in struct:brw_context::__anon30435
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_tiling.c 169 uint32_t tile_x = utile_x >> 3; local
175 tile_x = tile_stride - tile_x - 1;
177 uint32_t tile_offset = 4096 * (tile_y * tile_stride + tile_x);
vc4_resource.c 775 uint32_t tile_x = x / tile_w; local
778 VC4_TILE_BUFFER_SIZE * (tile_y * tiles_w + tile_x));
    [all...]
  /external/pdfium/fpdfsdk/
fpdfview_embeddertest.cpp 547 const int tile_x = 2; local
555 -tile_x * tile_bitmap_size,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 301 const unsigned tile_x = task->x, tile_y = task->y; local
331 color[i] = lp_rast_get_color_block_pointer(task, i, tile_x + x,
342 depth = lp_rast_get_depth_block_pointer(task, tile_x + x,
353 tile_x + x, tile_y + y,
  /external/ImageMagick/MagickCore/
shear.c 782 tile_x;
786 tile_x=0;
787 for ( ; tile_x < (ssize_t) image->columns; tile_x+=(ssize_t) tile_width)
806 if ((tile_x+(ssize_t) tile_width) > (ssize_t) image->columns)
807 width=(size_t) (tile_width-(tile_x+tile_width-image->columns));
811 p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
829 (rotate_image->columns-(tile_y+height)),y+tile_x,height,1,
996 tile_x;
1000 tile_x=0
778 tile_x; local
992 tile_x; local
    [all...]
  /external/webp/src/enc/
predictor_enc.c 297 int tile_x, int tile_y, int bits,
305 const int start_x = tile_x << bits;
320 const int left_mode = (tile_x > 0) ?
321 (modes[tile_y * tiles_per_row + tile_x - 1] >> 8) & 0xff : 0xff;
323 (modes[(tile_y - 1) * tiles_per_row + tile_x] >> 8) & 0xff : 0xff;
490 int tile_x; local
491 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
492 const int pred = GetBestPredictorForTile(width, height, tile_x, tile_y
722 int tile_x, tile_y; local
    [all...]
vp8l_enc.c 723 int tile_x = x & tile_mask; local
730 if ((tile_x != (x & tile_mask)) || (tile_y != (y & tile_mask))) {
731 tile_x = x & tile_mask;
1483 int tile_x, tile_y; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
openjpeg.h 829 int tile_x; member in struct:opj_codestream_info
    [all...]

Completed in 524 milliseconds