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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_tiling.c 89 uint32_t tile_x = utile_x >> 3; local
95 tile_x = tile_stride - tile_x - 1;
97 uint32_t tile_offset = 4096 * (tile_y * tile_stride + tile_x);
vc4_resource.c 949 uint32_t tile_x = x \/ tile_w; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_regions.h 145 GLuint tile_x; member in struct:__DRIimageRec
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_image.h 88 GLuint tile_x; member in struct:__DRIimageRec
brw_misc_state.c 147 uint32_t tile_x = irb->draw_x & tile_mask_x; local
157 bool rebase = tile_x & 7 || tile_y & 7;
160 rebase |= (!devinfo->has_surface_tile_offset && (tile_x || tile_y));
165 irb->mt_level, tile_x, tile_y);
169 brw->depthstencil.tile_x = 0;
180 WARN_ONCE((tile_x & 7) || (tile_y & 7),
183 tile_x, tile_y);
184 tile_x &= ~7;
187 brw->depthstencil.tile_x = tile_x;
268 uint32_t tile_x = brw->depthstencil.tile_x; local
    [all...]
intel_blit.c 840 uint32_t offset, tile_x, tile_y; local
843 &offset, &tile_x, &tile_y);
brw_wm_surface_state.c 81 uint32_t *tile_x, uint32_t *tile_y,
106 assert(*tile_x == 0 && *tile_y == 0);
110 tile_x, tile_y);
143 uint32_t tile_x = mt->level[0].level_x; local
149 get_isl_surf(brw, mt, target, &view, &tile_x, &tile_y, &offset, &surf);
195 .x_offset_sa = tile_x, .y_offset_sa = tile_y);
856 uint32_t tile_x, tile_y; local
864 intel_renderbuffer_get_tile_offsets(irb, &tile_x, &tile_y);
866 if (tile_x != 0 || tile_y != 0) {
895 &tile_x,
    [all...]
intel_mipmap_tree.c 943 assert(image->tile_x == 0 && image->tile_y == 0);
2887 uint32_t tile_x = x \/ tile_width; local
    [all...]
brw_context.h 742 uint32_t tile_x, uint32_t tile_y);
1269 uint32_t tile_x, tile_y; member in struct:brw_context::__anon34333
    [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 302 const unsigned tile_x = task->x, tile_y = task->y; local
332 color[i] = lp_rast_get_color_block_pointer(task, i, tile_x + x,
343 depth = lp_rast_get_depth_block_pointer(task, tile_x + x,
354 tile_x + x, tile_y + y,
  /external/ImageMagick/MagickCore/
shear.c 777 tile_x;
781 tile_x=0;
782 for ( ; tile_x < (ssize_t) image->columns; tile_x+=(ssize_t) tile_width)
801 if ((tile_x+(ssize_t) tile_width) > (ssize_t) image->columns)
802 width=(size_t) (tile_width-(tile_x+tile_width-image->columns));
806 p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height,
824 (rotate_image->columns-(tile_y+height)),y+tile_x,height,1,
974 tile_x;
978 tile_x=0
773 tile_x; local
970 tile_x; local
    [all...]
  /external/webp/src/enc/
predictor_enc.c 299 int tile_x, int tile_y, int bits,
307 const int start_x = tile_x << bits;
322 const int left_mode = (tile_x > 0) ?
323 (modes[tile_y * tiles_per_row + tile_x - 1] >> 8) & 0xff : 0xff;
325 (modes[(tile_y - 1) * tiles_per_row + tile_x] >> 8) & 0xff : 0xff;
492 int tile_x; local
493 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
494 const int pred = GetBestPredictorForTile(width, height, tile_x, tile_y
724 int tile_x, tile_y; local
    [all...]
vp8l_enc.c 721 int tile_x = x & tile_mask; local
728 if ((tile_x != (x & tile_mask)) || (tile_y != (y & tile_mask))) {
729 tile_x = x & tile_mask;
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
openjpeg.h 829 int tile_x; member in struct:opj_codestream_info
    [all...]

Completed in 1087 milliseconds