Searched refs:tile_y (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_cfg_helper.py16 def TileArgs(tile_x, tile_y, timeIndividualTiles=True):
17 config = {'mode': ['tile', str(tile_x), str(tile_y)]}
31 def TiledBitmapConfig(tile_x, tile_y, timeIndividualTiles=True, **kwargs):
32 return BitmapConfig(**dict(TileArgs(tile_x, tile_y,
36 def TiledGPUConfig(tile_x, tile_y, **kwargs):
37 return GPUConfig(**dict(TileArgs(tile_x, tile_y).items() + kwargs.items()))
40 def TiledConfig(tile_x, tile_y, timeIndividualTiles=True, **kwargs):
41 return Config(**dict(TileArgs(tile_x, tile_y,
63 def CopyTilesConfig(tile_x, tile_y, **kwargs):
64 return BitmapConfig(mode=['copyTile', str(tile_x), str(tile_y)], **kwarg
[all...]
/external/skia/tools/
H A Dbench_pictures_cfg_helper.py16 def TileArgs(tile_x, tile_y, timeIndividualTiles=True):
17 config = {'mode': ['tile', str(tile_x), str(tile_y)]}
31 def TiledBitmapConfig(tile_x, tile_y, timeIndividualTiles=True, **kwargs):
32 return BitmapConfig(**dict(TileArgs(tile_x, tile_y,
36 def TiledGPUConfig(tile_x, tile_y, **kwargs):
37 return GPUConfig(**dict(TileArgs(tile_x, tile_y).items() + kwargs.items()))
40 def TiledConfig(tile_x, tile_y, timeIndividualTiles=True, **kwargs):
41 return Config(**dict(TileArgs(tile_x, tile_y,
63 def CopyTilesConfig(tile_x, tile_y, **kwargs):
64 return BitmapConfig(mode=['copyTile', str(tile_x), str(tile_y)], **kwarg
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_misc_state.c109 uint32_t tile_x = 0, tile_y = 0; local
120 tile_y = draw_y & tile_mask_y;
129 * We have no guarantee that tile_x and tile_y are correctly aligned,
134 * tile_x and tile_y to 0. This is a temporary workaround until we
138 tile_y &= ~7;
143 ((srb->Base.Base.Height + tile_y - 1) << 18);
152 OUT_BATCH(tile_x | (tile_y << 16));
157 uint32_t tile_x, tile_y, offset; local
162 tile_y = draw_y & tile_mask_y;
171 * We have no guarantee that tile_x and tile_y ar
[all...]
H A Dbrw_misc_state.c372 uint32_t tile_x, tile_y; local
399 tile_y = draw_y & tile_mask_y;
408 * We have no guarantee that tile_x and tile_y are correctly aligned,
413 * tile_x and tile_y to 0. This is a temporary workaround until we come
418 tile_y &= ~7;
431 (stencil_irb->Base.Base.Height + tile_y - 1) << 19);
435 OUT_BATCH(tile_x | (tile_y << 16));
437 assert(tile_x == 0 && tile_y == 0);
446 uint32_t tile_x, tile_y, offset; local
457 tile_y
[all...]
H A Dbrw_blorp.cpp126 uint32_t *tile_y) const
135 *tile_y = y_offset & mask_y;
H A Dgen6_blorp.cpp427 uint32_t tile_x, tile_y; local
439 surf[1] = (surface->compute_tile_offsets(&tile_x, &tile_y) +
462 assert(tile_y % 2 == 0);
464 (tile_y / 2) << BRW_SURFACE_Y_OFFSET_SHIFT |
842 uint32_t tile_y = draw_y & tile_mask_y; local
855 * We have no guarantee that tile_x and tile_y are correctly aligned,
860 * tile_x and tile_y to 0. This is a temporary workaround until we come
864 tile_y &= ~7;
885 (params->depth.height + tile_y - 1) << 19);
888 tile_y << 1
[all...]
H A Dgen7_blorp.cpp153 uint32_t tile_x, tile_y; local
171 surf->ss1.base_addr = surface->compute_tile_offsets(&tile_x, &tile_y);
178 assert(tile_y % 2 == 0);
180 surf->ss5.y_offset = tile_y / 2;
590 uint32_t tile_y = draw_y & tile_mask_y; local
603 * We have no guarantee that tile_x and tile_y are correctly aligned,
608 * tile_x and tile_y to 0. This is a temporary workaround until we come
612 tile_y &= ~7;
629 (params->depth.height + tile_y - 1) << 18);
632 tile_y << 1
[all...]
H A Dintel_span.c76 uint32_t tile_y = y / tile_height; local
82 uintptr_t u = tile_y * row_size
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_misc_state.c109 uint32_t tile_x = 0, tile_y = 0; local
120 tile_y = draw_y & tile_mask_y;
129 * We have no guarantee that tile_x and tile_y are correctly aligned,
134 * tile_x and tile_y to 0. This is a temporary workaround until we
138 tile_y &= ~7;
143 ((srb->Base.Base.Height + tile_y - 1) << 18);
152 OUT_BATCH(tile_x | (tile_y << 16));
157 uint32_t tile_x, tile_y, offset; local
162 tile_y = draw_y & tile_mask_y;
171 * We have no guarantee that tile_x and tile_y ar
[all...]
H A Dbrw_misc_state.c372 uint32_t tile_x, tile_y; local
399 tile_y = draw_y & tile_mask_y;
408 * We have no guarantee that tile_x and tile_y are correctly aligned,
413 * tile_x and tile_y to 0. This is a temporary workaround until we come
418 tile_y &= ~7;
431 (stencil_irb->Base.Base.Height + tile_y - 1) << 19);
435 OUT_BATCH(tile_x | (tile_y << 16));
437 assert(tile_x == 0 && tile_y == 0);
446 uint32_t tile_x, tile_y, offset; local
457 tile_y
[all...]
H A Dbrw_blorp.cpp126 uint32_t *tile_y) const
135 *tile_y = y_offset & mask_y;
H A Dgen6_blorp.cpp427 uint32_t tile_x, tile_y; local
439 surf[1] = (surface->compute_tile_offsets(&tile_x, &tile_y) +
462 assert(tile_y % 2 == 0);
464 (tile_y / 2) << BRW_SURFACE_Y_OFFSET_SHIFT |
842 uint32_t tile_y = draw_y & tile_mask_y; local
855 * We have no guarantee that tile_x and tile_y are correctly aligned,
860 * tile_x and tile_y to 0. This is a temporary workaround until we come
864 tile_y &= ~7;
885 (params->depth.height + tile_y - 1) << 19);
888 tile_y << 1
[all...]
H A Dgen7_blorp.cpp153 uint32_t tile_x, tile_y; local
171 surf->ss1.base_addr = surface->compute_tile_offsets(&tile_x, &tile_y);
178 assert(tile_y % 2 == 0);
180 surf->ss5.y_offset = tile_y / 2;
590 uint32_t tile_y = draw_y & tile_mask_y; local
603 * We have no guarantee that tile_x and tile_y are correctly aligned,
608 * tile_x and tile_y to 0. This is a temporary workaround until we come
612 tile_y &= ~7;
629 (params->depth.height + tile_y - 1) << 18);
632 tile_y << 1
[all...]
H A Dintel_span.c76 uint32_t tile_y = y / tile_height; local
82 uintptr_t u = tile_y * row_size
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c603 int tile_x, int tile_y, int bits,
608 const int row_start = tile_y << bits;
652 int tile_x, int tile_y, int bits, int mode,
656 const int row_start = tile_y << bits;
693 int tile_y; local
696 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) {
697 const int tile_y_offset = tile_y * max_tile_size;
699 (tile_y < tiles_per_co
602 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, const int accumulated[4][256], const uint32_t* const argb_scratch) argument
651 CopyTileWithPrediction(int width, int height, int tile_x, int tile_y, int bits, int mode, const uint32_t* const argb_scratch, uint32_t* const argb) argument
1057 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) argument
1081 CopyTileWithColorTransform(int xsize, int ysize, int tile_x, int tile_y, int max_tile_size, VP8LMultipliers color_transform, uint32_t* argb) argument
1102 int tile_x, tile_y; local
[all...]
/external/webp/src/dsp/
H A Dlossless.c594 int tile_x, int tile_y, int bits,
599 const int row_start = tile_y << bits;
643 int tile_x, int tile_y, int bits, int mode,
647 const int row_start = tile_y << bits;
684 int tile_y; local
687 for (tile_y = 0; tile_y < tiles_per_col; ++tile_y) {
688 const int tile_y_offset = tile_y * max_tile_size;
690 (tile_y < tiles_per_co
593 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, const int accumulated[4][256], const uint32_t* const argb_scratch) argument
642 CopyTileWithPrediction(int width, int height, int tile_x, int tile_y, int bits, int mode, const uint32_t* const argb_scratch, uint32_t* const argb) argument
1048 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) argument
1072 CopyTileWithColorTransform(int xsize, int ysize, int tile_x, int tile_y, int max_tile_size, VP8LMultipliers color_transform, uint32_t* argb) argument
1093 int tile_x, tile_y; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_span.c76 uint32_t tile_y = y / tile_height; local
82 uintptr_t u = tile_y * row_size
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_span.c76 uint32_t tile_y = y / tile_height; local
82 uintptr_t u = tile_y * row_size
H A Dintel_fbo.h167 uint32_t *tile_y);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_span.c76 uint32_t tile_y = y / tile_height; local
82 uintptr_t u = tile_y * row_size
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_span.c76 uint32_t tile_y = y / tile_height; local
82 uintptr_t u = tile_y * row_size
H A Dintel_fbo.h167 uint32_t *tile_y);
/external/chromium_org/third_party/skia/bench/
H A Dtile_analyze.py145 [tile_x, tile_y] = [int(i) for i in tile_size.split('x')]
148 viewport_rows = int(math.ceil(viewport_y * 1.0 / tile_y))
/external/skia/bench/
H A Dtile_analyze.py145 [tile_x, tile_y] = [int(i) for i in tile_size.split('x')]
148 viewport_rows = int(math.ceil(viewport_y * 1.0 / tile_y))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c340 const unsigned tile_x = task->x, tile_y = task->y; local
367 tile_x + x, tile_y + y);
370 depth = lp_rast_get_depth_block_pointer(task, tile_x + x, tile_y + y);
375 tile_x + x, tile_y + y,

Completed in 4660 milliseconds

12