Searched refs:tile_height (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c46 const unsigned tile_width = 8, tile_height = 4; local in function:micro_tile_8_x_4_8bit
50 for (row = 0; row < height; row += tile_height)
59 for (j = 0; j < MIN2(tile_height, height - row); ++j)
77 const unsigned tile_width = 4, tile_height = 4; local in function:micro_tile_4_x_4_16bit
81 for (row = 0; row < height; row += tile_height)
90 for (j = 0; j < MIN2(tile_height, height - row); ++j)
108 const unsigned tile_width = 8, tile_height = 2; local in function:micro_tile_8_x_2_16bit
112 for (row = 0; row < height; row += tile_height)
121 for (j = 0; j < MIN2(tile_height, height - row); ++j)
139 const unsigned tile_width = 4, tile_height 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 Dradeon_tile.c46 const unsigned tile_width = 8, tile_height = 4; local in function:micro_tile_8_x_4_8bit
50 for (row = 0; row < height; row += tile_height)
59 for (j = 0; j < MIN2(tile_height, height - row); ++j)
77 const unsigned tile_width = 4, tile_height = 4; local in function:micro_tile_4_x_4_16bit
81 for (row = 0; row < height; row += tile_height)
90 for (j = 0; j < MIN2(tile_height, height - row); ++j)
108 const unsigned tile_width = 8, tile_height = 2; local in function:micro_tile_8_x_2_16bit
112 for (row = 0; row < height; row += tile_height)
121 for (j = 0; j < MIN2(tile_height, height - row); ++j)
139 const unsigned tile_width = 4, tile_height 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/panfrost/lib/
H A Dpan_tiler.c231 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) argument
234 unsigned aligned_height = ALIGN_POT(height, tile_height);
237 unsigned tile_count_y = aligned_height / tile_height;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_memory.c237 int aligned_h, tile_height; local in function:intel_compute_size
240 tile_height = 16;
242 tile_height = 8;
244 tile_height = 32;
245 aligned_h = ALIGN(h, tile_height);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_memory.c237 int aligned_h, tile_height; local in function:intel_compute_size
240 tile_height = 16;
242 tile_height = 8;
244 tile_height = 32;
245 aligned_h = ALIGN(h, tile_height);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_linear.h83 * @tile_height the height of the tile in pixels
89 unsigned tile_width, unsigned tile_height,
H A Du_linear.c86 unsigned tile_width, unsigned tile_height,
92 t->tile.height = tile_height;
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 Du_linear.h83 * @tile_height the height of the tile in pixels
89 unsigned tile_width, unsigned tile_height,
H A Du_linear.c86 unsigned tile_width, unsigned tile_height,
92 t->tile.height = tile_height;
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/sna/
H A Dblt.c232 const unsigned tile_height = 8; local in function:memcpy_to_tiled_x__swizzle_0__sse2
265 tile_row += dst_y / tile_height * dst_stride * tile_height;
266 tile_row += (dst_y & (tile_height-1)) * tile_width;
450 const unsigned tile_height = 8; local in function:memcpy_from_tiled_x__swizzle_0__sse2
484 tile_row += src_y / tile_height * src_stride * tile_height;
485 tile_row += (src_y & (tile_height-1)) * tile_width;
562 const unsigned tile_height = 8; local in function:memcpy_between_tiled_x__swizzle_0__sse2
577 dst_stride *= tile_height;
728 const unsigned tile_height = 8; local in function:memcpy_to_tiled_x__swizzle_0
785 const unsigned tile_height = 8; local in function:memcpy_from_tiled_x__swizzle_0
843 const unsigned tile_height = 8; local in function:memcpy_between_tiled_x__swizzle_0
1049 const unsigned tile_height = 16; local in function:memcpy_from_tiled_x
1106 const unsigned tile_height = 16; local in function:memcpy_from_tiled_x__gen2
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dblt.c232 const unsigned tile_height = 8; local in function:memcpy_to_tiled_x__swizzle_0
253 tile_row += dst_y / tile_height * dst_stride * tile_height;
254 tile_row += (dst_y & (tile_height-1)) * tile_width;
288 const unsigned tile_height = 8; local in function:memcpy_from_tiled_x__swizzle_0
309 tile_row += src_y / tile_height * src_stride * tile_height;
310 tile_row += (src_y & (tile_height-1)) * tile_width;
344 const unsigned tile_height = 8; local in function:memcpy_to_tiled_x__swizzle_9
363 (dy / tile_height * stride_tile
413 const unsigned tile_height = 8; local in function:memcpy_from_tiled_x__swizzle_9
482 const unsigned tile_height = 8; local in function:memcpy_to_tiled_x__swizzle_9_10
551 const unsigned tile_height = 8; local in function:memcpy_from_tiled_x__swizzle_9_10
620 const unsigned tile_height = 8; local in function:memcpy_to_tiled_x__swizzle_9_11
688 const unsigned tile_height = 8; local in function:memcpy_from_tiled_x__swizzle_9_11
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_wfb.c35 unsigned tile_height; member in struct:wfb_pixmap
58 #define TH wfb->tile_height
183 wfb->tile_height = (bo->config.nv50.tile_mode >> 4) + 2;
185 wfb->tile_height = (bo->config.nv50.tile_mode >> 4) + 3;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h84 uint32_t tile_width, tile_height; member in struct:vc4_exec_info
H A Dvc4_gem.c147 exec->tile_height = 32;
150 exec->tile_height = 64;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h84 uint32_t tile_width, tile_height; member in struct:vc4_exec_info
H A Dvc4_gem.c147 exec->tile_height = 32;
150 exec->tile_height = 64;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_blit.c59 int tile_height = msaa ? 32 : 64;
82 is_tile_unaligned(info->dst.box.y, tile_height) ||
85 (is_tile_unaligned(info->dst.box.height, tile_height) &&
142 job->tile_height = 32;
153 job->tile_height = tile_height;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_blit.c58 int tile_height = msaa ? 32 : 64; local in function:vc4_tile_blit
81 is_tile_unaligned(info->dst.box.y, tile_height) ||
84 (is_tile_unaligned(info->dst.box.height, tile_height) &&
141 job->tile_height = 32;
152 job->tile_height = tile_height;
H A Dvc4_job.c207 job->tile_height = 32;
210 job->tile_height = 64;
266 job->tile_height);
462 submit.min_y_tile = job->draw_min_y / job->tile_height;
464 submit.max_y_tile = (job->draw_max_y - 1) / job->tile_height;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture_desc.c155 unsigned height, tile_height; local in function:r300_texture_get_nblocksy
168 tile_height = r300_get_pixel_alignment(tex->b.b.format,
173 height = align(height, tile_height);
190 height >= tile_height * 3) {
191 height = align(height, tile_height * 2);
194 *out_aligned_for_cbzb = height % (tile_height * 2) == 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_blit.c58 int tile_height = msaa ? 32 : 64; local in function:vc4_tile_blit
81 is_tile_unaligned(info->dst.box.y, tile_height) ||
84 (is_tile_unaligned(info->dst.box.height, tile_height) &&
141 job->tile_height = 32;
152 job->tile_height = tile_height;
H A Dvc4_job.c207 job->tile_height = 32;
210 job->tile_height = 64;
266 job->tile_height);
462 submit.min_y_tile = job->draw_min_y / job->tile_height;
464 submit.max_y_tile = (job->draw_max_y - 1) / job->tile_height;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture_desc.c155 unsigned height, tile_height; local in function:r300_texture_get_nblocksy
168 tile_height = r300_get_pixel_alignment(tex->b.format,
173 height = align(height, tile_height);
190 height >= tile_height * 3) {
191 height = align(height, tile_height * 2);
194 *out_aligned_for_cbzb = height % (tile_height * 2) == 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_blit.c493 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);
501 is_tile_unaligned(info->dst.box.y, tile_height) ||
504 (is_tile_unaligned(info->dst.box.height, tile_height) &&
518 job->tile_height = tile_height;
537 job->tile_height);
/xsrc/external/mit/xgc/dist/
H A Dmain.c425 X.tile = XCreatePixmap(X.dpy,X.win,tile_width,tile_height,
430 tile_height,Black,White,
433 tile_height);

Completed in 19 milliseconds

123