Searched refs:tile_x (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), st
[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), st
[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
119 tile_x = draw_x & tile_mask_x;
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
137 tile_x &= ~7;
142 dw3 = ((srb->Base.Base.Width + tile_x - 1) << 4) |
152 OUT_BATCH(tile_x | (tile_y << 16));
157 uint32_t tile_x, tile_y, offset; local
161 tile_x = draw_x & tile_mask_x;
171 * We have no guarantee that tile_x an
[all...]
H A Dbrw_misc_state.c372 uint32_t tile_x, tile_y; local
398 tile_x = draw_x & tile_mask_x;
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
417 tile_x &= ~7;
430 OUT_BATCH(((stencil_irb->Base.Base.Width + tile_x - 1) << 6) |
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
456 tile_x
[all...]
H A Dbrw_blorp.cpp125 brw_blorp_surface_info::compute_tile_offsets(uint32_t *tile_x, argument
134 *tile_x = x_offset & mask_x;
H A Dgen6_blorp.cpp427 uint32_t tile_x, tile_y; local
439 surf[1] = (surface->compute_tile_offsets(&tile_x, &tile_y) +
461 assert(tile_x % 4 == 0);
463 surf[5] = ((tile_x / 4) << BRW_SURFACE_X_OFFSET_SHIFT |
841 uint32_t tile_x = draw_x & tile_mask_x; 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
863 tile_x &= ~7;
884 (params->depth.width + tile_x - 1) << 6 |
887 OUT_BATCH(tile_x |
[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);
177 assert(tile_x % 4 == 0);
179 surf->ss5.x_offset = tile_x / 4;
589 uint32_t tile_x = draw_x & tile_mask_x; 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
611 tile_x &= ~7;
628 OUT_BATCH((params->depth.width + tile_x - 1) << 4 |
631 OUT_BATCH(tile_x |
[all...]
H A Dintel_span.c75 uint32_t tile_x = x / tile_width; local
83 + tile_x * tile_size
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_misc_state.c109 uint32_t tile_x = 0, tile_y = 0; local
119 tile_x = draw_x & tile_mask_x;
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
137 tile_x &= ~7;
142 dw3 = ((srb->Base.Base.Width + tile_x - 1) << 4) |
152 OUT_BATCH(tile_x | (tile_y << 16));
157 uint32_t tile_x, tile_y, offset; local
161 tile_x = draw_x & tile_mask_x;
171 * We have no guarantee that tile_x an
[all...]
H A Dbrw_misc_state.c372 uint32_t tile_x, tile_y; local
398 tile_x = draw_x & tile_mask_x;
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
417 tile_x &= ~7;
430 OUT_BATCH(((stencil_irb->Base.Base.Width + tile_x - 1) << 6) |
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
456 tile_x
[all...]
H A Dbrw_blorp.cpp125 brw_blorp_surface_info::compute_tile_offsets(uint32_t *tile_x, argument
134 *tile_x = x_offset & mask_x;
H A Dgen6_blorp.cpp427 uint32_t tile_x, tile_y; local
439 surf[1] = (surface->compute_tile_offsets(&tile_x, &tile_y) +
461 assert(tile_x % 4 == 0);
463 surf[5] = ((tile_x / 4) << BRW_SURFACE_X_OFFSET_SHIFT |
841 uint32_t tile_x = draw_x & tile_mask_x; 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
863 tile_x &= ~7;
884 (params->depth.width + tile_x - 1) << 6 |
887 OUT_BATCH(tile_x |
[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);
177 assert(tile_x % 4 == 0);
179 surf->ss5.x_offset = tile_x / 4;
589 uint32_t tile_x = draw_x & tile_mask_x; 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
611 tile_x &= ~7;
628 OUT_BATCH((params->depth.width + tile_x - 1) << 4 |
631 OUT_BATCH(tile_x |
[all...]
H A Dintel_span.c75 uint32_t tile_x = x / tile_width; local
83 + tile_x * tile_size
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c603 int tile_x, int tile_y, int bits,
607 const int col_start = tile_x << bits;
652 int tile_x, int tile_y, int bits, int mode,
655 const int col_start = tile_x << bits;
700 int tile_x; local
707 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
710 const int tile_x_offset = tile_x * max_tile_size;
715 pred = GetBestPredictorForTile(width, height, tile_x, tile_
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,
598 const int col_start = tile_x << bits;
643 int tile_x, int tile_y, int bits, int mode,
646 const int col_start = tile_x << bits;
691 int tile_x; local
698 for (tile_x = 0; tile_x < tiles_per_row; ++tile_x) {
701 const int tile_x_offset = tile_x * max_tile_size;
706 pred = GetBestPredictorForTile(width, height, tile_x, tile_
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.c75 uint32_t tile_x = x / tile_width; local
83 + tile_x * tile_size
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_span.c75 uint32_t tile_x = x / tile_width; local
83 + tile_x * tile_size
H A Dintel_fbo.h166 uint32_t *tile_x,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_span.c75 uint32_t tile_x = x / tile_width; local
83 + tile_x * tile_size
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_span.c75 uint32_t tile_x = x / tile_width; local
83 + tile_x * tile_size
H A Dintel_fbo.h166 uint32_t *tile_x,
/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')]
147 viewport_cols = int(math.ceil(viewport_x * 1.0 / tile_x))
/external/skia/bench/
H A 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/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 285 milliseconds

12