/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 299 int tile_x, int tile_y, int bits, in GetBestPredictorForTile() argument 307 const int start_x = tile_x << bits; in GetBestPredictorForTile() 322 const int left_mode = (tile_x > 0) ? in GetBestPredictorForTile() 323 (modes[tile_y * tiles_per_row + tile_x - 1] >> 8) & 0xff : 0xff; in GetBestPredictorForTile() 325 (modes[(tile_y - 1) * tiles_per_row + tile_x] >> 8) & 0xff : 0xff; in GetBestPredictorForTile() 492 int tile_x; in VP8LResidualImage() local 493 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) { in VP8LResidualImage() 494 const int pred = GetBestPredictorForTile(width, height, tile_x, tile_y, in VP8LResidualImage() 497 image[tile_y * tiles_per_row + tile_x] = ARGB_BLACK | (pred << 8); in VP8LResidualImage() 676 int tile_x, int tile_y, int bits, in GetBestColorTransformForTile() argument [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 299 int tile_x, int tile_y, int bits, in GetBestPredictorForTile() argument 307 const int start_x = tile_x << bits; in GetBestPredictorForTile() 322 const int left_mode = (tile_x > 0) ? in GetBestPredictorForTile() 323 (modes[tile_y * tiles_per_row + tile_x - 1] >> 8) & 0xff : 0xff; in GetBestPredictorForTile() 325 (modes[(tile_y - 1) * tiles_per_row + tile_x] >> 8) & 0xff : 0xff; in GetBestPredictorForTile() 492 int tile_x; in VP8LResidualImage() local 493 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) { in VP8LResidualImage() 494 const int pred = GetBestPredictorForTile(width, height, tile_x, tile_y, in VP8LResidualImage() 497 image[tile_y * tiles_per_row + tile_x] = ARGB_BLACK | (pred << 8); in VP8LResidualImage() 676 int tile_x, int tile_y, int bits, in GetBestColorTransformForTile() argument [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_misc_state.c | 147 uint32_t tile_x = irb->draw_x & tile_mask_x; in rebase_depth_stencil() local 157 bool rebase = tile_x & 7 || tile_y & 7; in rebase_depth_stencil() 160 rebase |= (!devinfo->has_surface_tile_offset && (tile_x || tile_y)); in rebase_depth_stencil() 165 irb->mt_level, tile_x, tile_y); in rebase_depth_stencil() 169 brw->depthstencil.tile_x = 0; in rebase_depth_stencil() 180 WARN_ONCE((tile_x & 7) || (tile_y & 7), in rebase_depth_stencil() 183 tile_x, tile_y); in rebase_depth_stencil() 184 tile_x &= ~7; in rebase_depth_stencil() 187 brw->depthstencil.tile_x = tile_x; in rebase_depth_stencil() 215 brw->depthstencil.tile_x = 0; in brw_workaround_depthstencil_alignment() [all …]
|
D | brw_fbo.h | 208 uint32_t *tile_x, in brw_renderbuffer_get_tile_offsets() argument 212 *tile_x = 0; in brw_renderbuffer_get_tile_offsets() 218 tile_x, tile_y); in brw_renderbuffer_get_tile_offsets()
|
D | brw_wm_surface_state.c | 83 uint32_t *tile_x, uint32_t *tile_y, in get_isl_surf() argument 108 assert(*tile_x == 0 && *tile_y == 0); in get_isl_surf() 112 tile_x, tile_y); in get_isl_surf() 145 uint32_t tile_x = mt->level[0].level_x; in brw_emit_surface_state() local 151 get_isl_surf(brw, mt, target, &view, &tile_x, &tile_y, &offset, &surf); in brw_emit_surface_state() 187 .x_offset_sa = tile_x, .y_offset_sa = tile_y); in brw_emit_surface_state() 924 uint32_t tile_x, tile_y; in gfx4_update_renderbuffer_surface() local 932 brw_renderbuffer_get_tile_offsets(irb, &tile_x, &tile_y); in gfx4_update_renderbuffer_surface() 934 if (tile_x != 0 || tile_y != 0) { in gfx4_update_renderbuffer_surface() 963 &tile_x, in gfx4_update_renderbuffer_surface() [all …]
|
D | brw_image.h | 89 GLuint tile_x; member
|
D | brw_blit.c | 767 uint32_t tile_x, tile_y; in brw_miptree_set_alpha_to_one() local 770 &offset_B, &tile_x, &tile_y); in brw_miptree_set_alpha_to_one()
|
D | brw_mipmap_tree.h | 469 uint32_t *tile_x,
|
D | brw_mipmap_tree.c | 720 assert(image->tile_x == 0 && image->tile_y == 0); in create_ccs_buf_for_image() 843 mt->level[0].level_x = image->tile_x; in brw_miptree_create_for_dri_image() 1203 uint32_t *tile_x, in brw_miptree_get_tile_offsets() argument 1212 *tile_x = x & mask_x; in brw_miptree_get_tile_offsets() 2220 uint32_t tile_x = x / tile_width; in brw_offset_S8() local 2228 + tile_x * tile_size in brw_offset_S8()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_tiling.c | 80 uint32_t tile_x = utile_x >> 3; in t_utile_address() local 86 tile_x = tile_stride - tile_x - 1; in t_utile_address() 88 uint32_t tile_offset = 4096 * (tile_y * tile_stride + tile_x); in t_utile_address()
|
D | vc4_resource.c | 891 uint32_t tile_x = x / tile_w; in vc4_surface_msaa_get_sample() local 894 VC4_TILE_BUFFER_SIZE * (tile_y * tiles_w + tile_x)); in vc4_surface_msaa_get_sample()
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.h | 147 uint32_t *tile_x, in intel_renderbuffer_get_tile_offsets() argument 151 tile_x, tile_y); in intel_renderbuffer_get_tile_offsets()
|
D | intel_tex_image.c | 220 GLuint tile_x, in intel_set_texture_image_region() argument 244 intel_image->mt->level[0].slice[0].x_offset = tile_x; in intel_set_texture_image_region() 355 image->tile_x, image->tile_y); in intel_image_target_texture_2d()
|
D | intel_regions.h | 145 GLuint tile_x; member
|
D | intel_screen.c | 299 image->tile_x = draw_x & mask_x; in intel_setup_image_from_mipmap_tree() 314 image->tile_x = 0; in intel_setup_image_from_dimensions() 543 image->tile_x = orig_image->tile_x; in intel_dup_image()
|
D | intel_mipmap_tree.h | 296 uint32_t *tile_x,
|
D | intel_mipmap_tree.c | 516 uint32_t *tile_x, in intel_miptree_get_tile_offsets() argument 526 *tile_x = x & mask_x; in intel_miptree_get_tile_offsets()
|
/third_party/mesa3d/src/asahi/lib/ |
D | tiling.c | 88 unsigned tile_x = (x >> TILE_SHIFT);\ 89 unsigned tile_idx = (tile_row + tile_x);\
|
/third_party/ffmpeg/libavcodec/ |
D | g2meet.c | 143 int tiles_x, tiles_y, tile_x, tile_y; member 862 static int epic_jb_decode_tile(G2MContext *c, int tile_x, int tile_y, in epic_jb_decode_tile() argument 896 tile_width = FFMIN(c->width - tile_x * c->tile_width, c->tile_width); in epic_jb_decode_tile() 935 avctx->frame_number, tile_x, tile_y); in epic_jb_decode_tile() 940 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile() 991 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile() 1004 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile() 1048 static int kempf_decode_tile(G2MContext *c, int tile_x, int tile_y, in kempf_decode_tile() argument 1060 uint8_t *dst = c->framebuf + tile_x * c->tile_width * 3 + in kempf_decode_tile() 1066 width = FFMIN(c->width - tile_x * c->tile_width, c->tile_width); in kempf_decode_tile() [all …]
|
D | exr.c | 1192 uint64_t tile_x, tile_y, tile_level_x, tile_level_y; in decode_block() local 1214 tile_x = AV_RL32(src - 20); in decode_block() 1228 if (tile_x && s->tile_attr.xSize + (int64_t)FFMAX(s->xmin, 0) >= INT_MAX / tile_x ) in decode_block() 1234 col = s->tile_attr.xSize * tile_x; in decode_block() 1241 td->xsize = FFMIN(s->tile_attr.xSize, s->xdelta - tile_x * s->tile_attr.xSize); in decode_block()
|
D | hevc_ps.c | 1431 int tile_x = 0; in setup_pps() local 1437 tile_x = i; in setup_pps() 1449 for (i = 0; i < tile_x; i++) in setup_pps() 1454 val += (tb_y - pps->row_bd[tile_y]) * pps->column_width[tile_x] + in setup_pps() 1455 tb_x - pps->col_bd[tile_x]; in setup_pps()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blt.c | 69 uint32_t tile_x, tile_y; in blt_set_alpha_to_one() local 79 &tile_x, &tile_y, in blt_set_alpha_to_one() 90 xyblt.DestinationX1Coordinate = tile_x; in blt_set_alpha_to_one() 92 xyblt.DestinationX2Coordinate = tile_x + chunk_w; in blt_set_alpha_to_one()
|
/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/ |
D | jp2kcodestream.h | 133 gint tile_x, tile_y; member
|
D | jp2kcodestream.c | 1084 tile->tile_x = tile->sot.tile_index % header->n_tiles_x; in parse_tile() 1088 MAX (header->siz.xto + tile->tile_x * header->siz.xt, header->siz.xo); in parse_tile() 1092 MIN (header->siz.xto + (tile->tile_x + 1) * header->siz.xt, in parse_tile()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast.c | 311 const unsigned tile_x = task->x, tile_y = task->y; in lp_rast_shade_tile() local 344 color[i] = lp_rast_get_color_block_pointer(task, i, tile_x + x, in lp_rast_shade_tile() 356 depth = lp_rast_get_depth_block_pointer(task, tile_x + x, in lp_rast_shade_tile() 373 tile_x + x, tile_y + y, in lp_rast_shade_tile()
|