Home
last modified time | relevance | path

Searched refs:tile_x (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_misc_state.c109 uint32_t tile_x = 0, tile_y = 0; in emit_depthbuffer() local
119 tile_x = draw_x & tile_mask_x; in emit_depthbuffer()
137 tile_x &= ~7; in emit_depthbuffer()
142 dw3 = ((srb->Base.Base.Width + tile_x - 1) << 4) | in emit_depthbuffer()
152 OUT_BATCH(tile_x | (tile_y << 16)); in emit_depthbuffer()
157 uint32_t tile_x, tile_y, offset; in emit_depthbuffer() local
161 tile_x = draw_x & tile_mask_x; in emit_depthbuffer()
179 tile_x &= ~7; in emit_depthbuffer()
201 OUT_BATCH((((drb->Base.Base.Width + tile_x) - 1) << 4) | in emit_depthbuffer()
204 OUT_BATCH(tile_x | (tile_y << 16)); in emit_depthbuffer()
Dbrw_misc_state.c372 uint32_t tile_x, tile_y; in emit_depthbuffer() local
398 tile_x = draw_x & tile_mask_x; in emit_depthbuffer()
417 tile_x &= ~7; in emit_depthbuffer()
430 OUT_BATCH(((stencil_irb->Base.Base.Width + tile_x - 1) << 6) | in emit_depthbuffer()
435 OUT_BATCH(tile_x | (tile_y << 16)); in emit_depthbuffer()
437 assert(tile_x == 0 && tile_y == 0); in emit_depthbuffer()
446 uint32_t tile_x, tile_y, offset; in emit_depthbuffer() local
456 tile_x = draw_x & tile_mask_x; in emit_depthbuffer()
474 tile_x &= ~7; in emit_depthbuffer()
494 (((depth_irb->Base.Base.Width + tile_x) - 1) << 6) | in emit_depthbuffer()
[all …]
Dgen7_blorp.cpp153 uint32_t tile_x, tile_y; in gen7_blorp_emit_surface_state() local
171 surf->ss1.base_addr = surface->compute_tile_offsets(&tile_x, &tile_y); in gen7_blorp_emit_surface_state()
177 assert(tile_x % 4 == 0); in gen7_blorp_emit_surface_state()
179 surf->ss5.x_offset = tile_x / 4; in gen7_blorp_emit_surface_state()
589 uint32_t tile_x = draw_x & tile_mask_x; in gen7_blorp_emit_depth_stencil_config() local
611 tile_x &= ~7; in gen7_blorp_emit_depth_stencil_config()
628 OUT_BATCH((params->depth.width + tile_x - 1) << 4 | in gen7_blorp_emit_depth_stencil_config()
631 OUT_BATCH(tile_x | in gen7_blorp_emit_depth_stencil_config()
Dgen6_blorp.cpp427 uint32_t tile_x, tile_y; in gen6_blorp_emit_surface_state() local
439 surf[1] = (surface->compute_tile_offsets(&tile_x, &tile_y) + in gen6_blorp_emit_surface_state()
461 assert(tile_x % 4 == 0); in gen6_blorp_emit_surface_state()
463 surf[5] = ((tile_x / 4) << BRW_SURFACE_X_OFFSET_SHIFT | in gen6_blorp_emit_surface_state()
841 uint32_t tile_x = draw_x & tile_mask_x; in gen6_blorp_emit_depth_stencil_config() local
863 tile_x &= ~7; in gen6_blorp_emit_depth_stencil_config()
884 (params->depth.width + tile_x - 1) << 6 | in gen6_blorp_emit_depth_stencil_config()
887 OUT_BATCH(tile_x | in gen6_blorp_emit_depth_stencil_config()
Dbrw_blorp.cpp125 brw_blorp_surface_info::compute_tile_offsets(uint32_t *tile_x, in compute_tile_offsets() argument
134 *tile_x = x_offset & mask_x; in compute_tile_offsets()
Dintel_span.c75 uint32_t tile_x = x / tile_width; in intel_offset_S8() local
83 + tile_x * tile_size in intel_offset_S8()
Dgen7_wm_surface_state.c510 uint32_t tile_x, tile_y; in gen7_update_renderbuffer_surface() local
552 surf->ss1.base_addr = intel_renderbuffer_tile_offsets(irb, &tile_x, &tile_y); in gen7_update_renderbuffer_surface()
559 assert(tile_x % 4 == 0); in gen7_update_renderbuffer_surface()
561 surf->ss5.x_offset = tile_x / 4; in gen7_update_renderbuffer_surface()
Dbrw_wm_surface_state.c1125 uint32_t tile_x, tile_y; in brw_update_renderbuffer_surface() local
1130 intel_renderbuffer_tile_offsets(irb, &tile_x, &tile_y); in brw_update_renderbuffer_surface()
1132 if (tile_x != 0 || tile_y != 0) { in brw_update_renderbuffer_surface()
1195 surf[1] = (intel_renderbuffer_tile_offsets(irb, &tile_x, &tile_y) + in brw_update_renderbuffer_surface()
1206 assert(brw->has_surface_tile_offset || (tile_x == 0 && tile_y == 0)); in brw_update_renderbuffer_surface()
1210 assert(tile_x % 4 == 0); in brw_update_renderbuffer_surface()
1212 surf[5] = ((tile_x / 4) << BRW_SURFACE_X_OFFSET_SHIFT | in brw_update_renderbuffer_surface()
Dbrw_blorp.h107 uint32_t compute_tile_offsets(uint32_t *tile_x, uint32_t *tile_y) const;
Dintel_fbo.c578 uint32_t *tile_x, in intel_renderbuffer_tile_offsets() argument
586 *tile_x = irb->draw_x & mask_x; in intel_renderbuffer_tile_offsets()
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c522 int tile_x, int tile_y, int bits, in GetBestPredictorForTile() argument
526 const int col_start = tile_x << bits; in GetBestPredictorForTile()
578 int tile_x, int tile_y, int bits, int mode, in CopyTileWithPrediction() argument
581 const int col_start = tile_x << bits; in CopyTileWithPrediction()
628 int tile_x; in VP8LResidualImage() local
635 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) { in VP8LResidualImage()
638 const int tile_x_offset = tile_x * max_tile_size; in VP8LResidualImage()
643 pred = GetBestPredictorForTile(width, height, tile_x, tile_y, bits, histo, in VP8LResidualImage()
645 image[tile_y * tiles_per_row + tile_x] = 0xff000000u | (pred << 8); in VP8LResidualImage()
646 CopyTileWithPrediction(width, height, tile_x, tile_y, bits, pred, in VP8LResidualImage()
[all …]
/external/webp/src/dsp/
Dlossless_enc.c556 int tile_x, int tile_y, int bits, in GetBestPredictorForTile() argument
561 const int col_start = tile_x << bits; in GetBestPredictorForTile()
694 int tile_x; in VP8LResidualImage() local
701 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) { in VP8LResidualImage()
702 const int pred = GetBestPredictorForTile(width, height, tile_x, tile_y, in VP8LResidualImage()
704 image[tile_y * tiles_per_row + tile_x] = ARGB_BLACK | (pred << 8); in VP8LResidualImage()
957 int tile_x, int tile_y, int bits, in GetBestColorTransformForTile() argument
966 const int tile_x_offset = tile_x * max_tile_size; in GetBestColorTransformForTile()
985 int tile_x, int tile_y, in CopyTileWithColorTransform() argument
989 const int xscan = GetMin(max_tile_size, xsize - tile_x); in CopyTileWithColorTransform()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_span.c75 uint32_t tile_x = x / tile_width; in intel_offset_S8() local
83 + tile_x * tile_size in intel_offset_S8()
Dintel_fbo.c578 uint32_t *tile_x, in intel_renderbuffer_tile_offsets() argument
586 *tile_x = irb->draw_x & mask_x; in intel_renderbuffer_tile_offsets()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_span.c75 uint32_t tile_x = x / tile_width; in intel_offset_S8() local
83 + tile_x * tile_size in intel_offset_S8()
Dintel_fbo.h166 uint32_t *tile_x,
Dintel_fbo.c578 uint32_t *tile_x, in intel_renderbuffer_tile_offsets() argument
586 *tile_x = irb->draw_x & mask_x; in intel_renderbuffer_tile_offsets()
/external/skia/bench/
Dtile_analyze.py145 [tile_x, tile_y] = [int(i) for i in tile_size.split('x')]
147 viewport_cols = int(math.ceil(viewport_x * 1.0 / tile_x))
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.c340 const unsigned tile_x = task->x, tile_y = task->y; in lp_rast_shade_tile() local
367 tile_x + x, tile_y + y); in lp_rast_shade_tile()
370 depth = lp_rast_get_depth_block_pointer(task, tile_x + x, tile_y + y); in lp_rast_shade_tile()
375 tile_x + x, tile_y + y, in lp_rast_shade_tile()
/external/webp/src/enc/
Dvp8l.c689 int tile_x = x & tile_mask; in StoreImageToBitMask() local
696 if ((tile_x != (x & tile_mask)) || (tile_y != (y & tile_mask))) { in StoreImageToBitMask()
697 tile_x = x & tile_mask; in StoreImageToBitMask()
1322 int tile_x, tile_y; in EncodeDeltaPalettePredictorImage() local
1330 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) { in EncodeDeltaPalettePredictorImage()
1331 predictors[tile_y * tiles_per_row + tile_x] = 0xff000000u | (pred << 8); in EncodeDeltaPalettePredictorImage()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h820 int tile_x; member
/external/libvncserver/webclients/novnc/include/
Drfb.js1460 var tile_x = curr_tile % this._FBU.tiles_x;
1462 var x = this._FBU.x + tile_x * 16;