| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tile.c | 46 const unsigned tile_width = 8, tile_height = 4; local in function:micro_tile_8_x_4_8bit 47 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; 52 for (col = 0; col < width; col += tile_width, ++k) 61 unsigned columns = MIN2(tile_width, width - col); 63 dst2 += tile_width; 77 const unsigned tile_width = 4, tile_height = 4; local in function:micro_tile_4_x_4_16bit 78 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; 83 for (col = 0; col < width; col += tile_width, 108 const unsigned tile_width = 8, tile_height = 2; local in function:micro_tile_8_x_2_16bit 139 const unsigned tile_width = 4, tile_height = 2; local in function:micro_tile_4_x_2_32bit 170 const unsigned tile_width = 2, tile_height = 2; local in function:micro_tile_2_x_2_64bit 260 const unsigned tile_width = 8, tile_height = 4; local in function:micro_untile_8_x_4_8bit 293 const unsigned tile_width = 8, tile_height = 2; local in function:micro_untile_8_x_2_16bit 326 const unsigned tile_width = 4, tile_height = 4; local in function:micro_untile_4_x_4_16bit 359 const unsigned tile_width = 4, tile_height = 2; local in function:micro_untile_4_x_2_32bit 392 const unsigned tile_width = 2, tile_height = 2; local in function:micro_untile_2_x_2_64bit [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_tile.c | 46 const unsigned tile_width = 8, tile_height = 4; local in function:micro_tile_8_x_4_8bit 47 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; 52 for (col = 0; col < width; col += tile_width, ++k) 61 unsigned columns = MIN2(tile_width, width - col); 63 dst2 += tile_width; 77 const unsigned tile_width = 4, tile_height = 4; local in function:micro_tile_4_x_4_16bit 78 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; 83 for (col = 0; col < width; col += tile_width, 108 const unsigned tile_width = 8, tile_height = 2; local in function:micro_tile_8_x_2_16bit 139 const unsigned tile_width = 4, tile_height = 2; local in function:micro_tile_4_x_2_32bit 170 const unsigned tile_width = 2, tile_height = 2; local in function:micro_tile_2_x_2_64bit 260 const unsigned tile_width = 8, tile_height = 4; local in function:micro_untile_8_x_4_8bit 293 const unsigned tile_width = 8, tile_height = 2; local in function:micro_untile_8_x_2_16bit 326 const unsigned tile_width = 4, tile_height = 4; local in function:micro_untile_4_x_4_16bit 359 const unsigned tile_width = 4, tile_height = 2; local in function:micro_untile_4_x_2_32bit 392 const unsigned tile_width = 2, tile_height = 2; local in function:micro_untile_2_x_2_64bit [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | blt.c | 231 const unsigned tile_width = 512; local in function:memcpy_to_tiled_x__swizzle_0__sse2 236 const unsigned tile_pixels = tile_width / cpp; 253 length_x = min(tile_width - offset_x, width); 266 tile_row += (dst_y & (tile_height-1)) * tile_width; 276 while (w >= tile_width) { 277 assert(((uintptr_t)tile_row & (tile_width - 1)) == 0); 278 to_sse128xN(assume_aligned(tile_row, tile_width), 279 src_row, tile_width); 281 src_row = (const uint8_t *)src_row + tile_width; 282 w -= tile_width; 449 const unsigned tile_width = 512; local in function:memcpy_from_tiled_x__swizzle_0__sse2 561 const unsigned tile_width = 512; local in function:memcpy_between_tiled_x__swizzle_0__sse2 727 const unsigned tile_width = 512; local in function:memcpy_to_tiled_x__swizzle_0 784 const unsigned tile_width = 512; local in function:memcpy_from_tiled_x__swizzle_0 842 const unsigned tile_width = 512; local in function:memcpy_between_tiled_x__swizzle_0 1048 const unsigned tile_width = 128; local in function:memcpy_from_tiled_x 1105 const unsigned tile_width = 128; local in function:memcpy_from_tiled_x__gen2 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_tiler.c | 231 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) argument 233 unsigned aligned_width = ALIGN_POT(width, tile_width); 236 unsigned tile_count_x = aligned_width / tile_width;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | blt.c | 231 const unsigned tile_width = 512; local in function:memcpy_to_tiled_x__swizzle_0 236 const unsigned tile_pixels = tile_width / cpp; 254 tile_row += (dst_y & (tile_height-1)) * tile_width; 259 const unsigned len = min(tile_width - x, w); 267 while (w >= tile_width) { 268 memcpy(tile_row, src, tile_width); 271 src = (const uint8_t *)src + tile_width; 272 w -= tile_width; 287 const unsigned tile_width = 512; local in function:memcpy_from_tiled_x__swizzle_0 292 const unsigned tile_pixels = tile_width / cp 343 const unsigned tile_width = 512; local in function:memcpy_to_tiled_x__swizzle_9 412 const unsigned tile_width = 512; local in function:memcpy_from_tiled_x__swizzle_9 481 const unsigned tile_width = 512; local in function:memcpy_to_tiled_x__swizzle_9_10 550 const unsigned tile_width = 512; local in function:memcpy_from_tiled_x__swizzle_9_10 619 const unsigned tile_width = 512; local in function:memcpy_to_tiled_x__swizzle_9_11 687 const unsigned tile_width = 512; local in function:memcpy_from_tiled_x__swizzle_9_11 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_linear.h | 82 * @tile_width the width of the tile in pixels 89 unsigned tile_width, unsigned tile_height,
|
| H A D | u_linear.c | 86 unsigned tile_width, unsigned tile_height, 91 t->tile.width = tile_width; 84 pipe_linear_fill_info(struct pipe_tile_info * t,const struct u_linear_format_block * block,unsigned tile_width,unsigned tile_height,unsigned tiles_x,unsigned tiles_y) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_linear.h | 82 * @tile_width the width of the tile in pixels 89 unsigned tile_width, unsigned tile_height,
|
| H A D | u_linear.c | 86 unsigned tile_width, unsigned tile_height, 91 t->tile.width = tile_width; 84 pipe_linear_fill_info(struct pipe_tile_info * t,const struct u_linear_format_block * block,unsigned tile_width,unsigned tile_height,unsigned tiles_x,unsigned tiles_y) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_memory.c | 125 unsigned long tile_width = (tiling_mode == I915_TILING_Y) ? 128 : 512; local in function:intel_get_fence_pitch 132 return ALIGN(pitch, tile_width); 135 for (i = tile_width; i < pitch; i <<= 1) ;
|
| H A D | intel_uxa.c | 574 unsigned long tile_width; local in function:intel_get_tile_width 579 tile_width = (tiling == I915_TILING_Y) ? 128 : 512; 581 return tile_width; 583 while (tile_width < pitch) 584 tile_width <<= 1; 586 return tile_width; 613 unsigned tile_width; local in function:intel_uxa_set_pixmap_bo 635 tile_width = intel_get_tile_width(intel, tiling, stride); 636 stride = ALIGN(stride, tile_width); 639 intel_pixmap_pitch(pixmap) & (tile_width [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_memory.c | 125 unsigned long tile_width = (tiling_mode == I915_TILING_Y) ? 128 : 512; local in function:intel_get_fence_pitch 132 return ALIGN(pitch, tile_width); 135 for (i = tile_width; i < pitch; i <<= 1) ;
|
| H A D | intel_uxa.c | 549 unsigned long tile_width; local in function:intel_get_tile_width 554 tile_width = (tiling == I915_TILING_Y) ? 128 : 512; 556 return tile_width; 558 while (tile_width < pitch) 559 tile_width <<= 1; 561 return tile_width; 588 unsigned tile_width; local in function:intel_uxa_set_pixmap_bo 610 tile_width = intel_get_tile_width(intel, tiling, stride); 611 stride = ALIGN(stride, tile_width); 614 intel_pixmap_pitch(pixmap) & (tile_width [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_drv.h | 84 uint32_t tile_width, tile_height; member in struct:vc4_exec_info
|
| H A D | vc4_gem.c | 146 exec->tile_width = 32; 149 exec->tile_width = 64;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/ |
| H A D | vc4_drv.h | 84 uint32_t tile_width, tile_height; member in struct:vc4_exec_info
|
| H A D | vc4_gem.c | 146 exec->tile_width = 32; 149 exec->tile_width = 64;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_blit.c | 58 int tile_width = msaa ? 32 : 64; 81 if (is_tile_unaligned(info->dst.box.x, tile_width) || 83 (is_tile_unaligned(info->dst.box.width, tile_width) && 141 job->tile_width = 32; 152 job->tile_width = tile_width;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_blit.c | 57 int tile_width = msaa ? 32 : 64; local in function:vc4_tile_blit 80 if (is_tile_unaligned(info->dst.box.x, tile_width) || 82 (is_tile_unaligned(info->dst.box.width, tile_width) && 140 job->tile_width = 32; 151 job->tile_width = tile_width;
|
| H A D | vc4_job.c | 206 job->tile_width = 32; 209 job->tile_width = 64; 264 job->tile_width); 461 submit.min_x_tile = job->draw_min_x / job->tile_width; 463 submit.max_x_tile = (job->draw_max_x - 1) / job->tile_width;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_blit.c | 57 int tile_width = msaa ? 32 : 64; local in function:vc4_tile_blit 80 if (is_tile_unaligned(info->dst.box.x, tile_width) || 82 (is_tile_unaligned(info->dst.box.width, tile_width) && 140 job->tile_width = 32; 151 job->tile_width = tile_width;
|
| H A D | vc4_job.c | 206 job->tile_width = 32; 209 job->tile_width = 64; 264 job->tile_width); 461 submit.min_x_tile = job->draw_min_x / job->tile_width; 463 submit.max_x_tile = (job->draw_max_x - 1) / job->tile_width;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_blit.c | 493 uint32_t tile_width, tile_height, max_bpp; local in function:v3d_tlb_blit 494 v3d_get_tile_buffer_size(msaa, is_color_blit ? 1 : 0, surfaces, src_surf, &tile_width, &tile_height, &max_bpp); 500 if (is_tile_unaligned(info->dst.box.x, tile_width) || 502 (is_tile_unaligned(info->dst.box.width, tile_width) && 517 job->tile_width = tile_width; 535 job->tile_width);
|
| /xsrc/external/mit/xgc/dist/ |
| H A D | main.c | 425 X.tile = XCreatePixmap(X.dpy,X.win,tile_width,tile_height, 429 (char *)tile_bits,tile_width, 432 X.stipple = XCreateBitmapFromData(X.dpy,X.win,(char *)tile_bits,tile_width,
|
| H A D | interpret.c | 163 XCopyPlane(X.dpy,X.stipple,X.tile,X.miscgc,0,0,tile_width,tile_height,0,0,1); 180 XCopyPlane(X.dpy,X.stipple,X.tile,X.miscgc,0,0,tile_width,tile_height,0,0,1);
|