Home
last modified time | relevance | path

Searched refs:tile_height (Results 1 – 25 of 54) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tile.c46 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local
50 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_4_8bit()
59 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_4_8bit()
77 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local
81 for (row = 0; row < height; row += tile_height) in micro_tile_4_x_4_16bit()
90 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_4_x_4_16bit()
108 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local
112 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_2_16bit()
121 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_2_16bit()
139 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tile.c46 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local
50 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_4_8bit()
59 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_4_8bit()
77 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local
81 for (row = 0; row < height; row += tile_height) in micro_tile_4_x_4_16bit()
90 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_4_x_4_16bit()
108 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local
112 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_2_16bit()
121 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_2_16bit()
139 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local
[all …]
/external/igt-gpu-tools/tests/i915/
Dgem_set_tiling_vs_gtt.c57 int tile_height; variable
64 tile_height = 16;
66 tile_height = 8;
97 int tile_row = i / (TEST_STRIDE * tile_height / 4);
101 int data_i = (tile_row/2)*(TEST_STRIDE * tile_height / 4)
103 + half*tile_height + ofs;
Dgem_tiling_max_stride.c69 int tile_height = 8; variable
83 tile_height = 16;
89 size = stride * tile_height;
95 for (y = 0; y < tile_height; y++) {
128 for (y = 0; y < tile_height; y++) {
Dgem_tiled_pread_basic.c61 static int tile_height; variable
108 dbg->base_y = tile_index / tiles_per_row * tile_height; in calculate_expected()
134 tile_height = 16;
138 tile_height = 8;
Dgem_tiled_wc.c54 static int tile_height; variable
95 int base_y = tile_index / tiles_per_row * tile_height; in calculate_expected()
122 tile_height = 16;
126 tile_height = 8;
Dgem_tiled_wb.c58 static int tile_height; variable
102 int base_y = tile_index / tiles_per_row * tile_height; in calculate_expected()
147 tile_height = 16;
151 tile_height = 8;
/external/webp/src/dsp/
Dlossless_enc_sse41.c49 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE41() argument
62 for (y = 0; y < tile_height; ++y) { in CollectColorBlueTransforms_SSE41()
89 left_over, tile_height, in CollectColorBlueTransforms_SSE41()
96 int tile_width, int tile_height, in CollectColorRedTransforms_SSE41() argument
103 for (y = 0; y < tile_height; ++y) { in CollectColorRedTransforms_SSE41()
127 left_over, tile_height, green_to_red, in CollectColorRedTransforms_SSE41()
Dlossless_enc_mips_dsp_r2.c177 int tile_height, in CollectColorBlueTransforms_MIPSdspR2() argument
184 while (tile_height-- > 0) { in CollectColorBlueTransforms_MIPSdspR2()
231 int tile_height, in CollectColorRedTransforms_MIPSdspR2() argument
235 while (tile_height-- > 0) { in CollectColorRedTransforms_MIPSdspR2()
Dlossless.h142 int tile_width, int tile_height,
148 int tile_width, int tile_height,
157 int tile_width, int tile_height,
160 int tile_width, int tile_height,
/external/mesa3d/src/panfrost/lib/
Dpan_tiler.c229 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) in pan_tile_count() argument
232 unsigned aligned_height = ALIGN_POT(height, tile_height); in pan_tile_count()
235 unsigned tile_count_y = aligned_height / tile_height; in pan_tile_count()
/external/webp/src/enc/
Dpredictor_enc.c541 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed() argument
547 VP8LCollectColorRedTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorRed()
564 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed() argument
571 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
582 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
594 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue() argument
600 VP8LCollectColorBlueTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorBlue()
628 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue() argument
642 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
652 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue()
[all …]
/external/ImageMagick/coders/
Dfpx.c175 tile_height, in ReadFPXImage() local
213 tile_height=64; in ReadFPXImage()
225 &width,&height,&tile_width,&tile_height,&colorspace,&flashpix); in ReadFPXImage()
319 if (((width >> i) < tile_width) || ((height >> i) < tile_height)) in ReadFPXImage()
364 pixels=(unsigned char *) AcquireQuantumMemory(image->columns,(tile_height+ in ReadFPXImage()
405 if ((y % tile_height) == 0) in ReadFPXImage()
412 tile_height-1,scene,&fpx_info); in ReadFPXImage()
416 (float) (y+tile_height-1)/image->rows,(ssize_t) image->columns, in ReadFPXImage()
417 (ssize_t) tile_height,&fpx_info); in ReadFPXImage()
429 r=red_component->theData+(y % tile_height)*red_component->lineStride; in ReadFPXImage()
[all …]
/external/libaom/libaom/examples/
Dlightfield_tile_list_decoder.c57 const unsigned int tile_height = tile_size & 65535; in write_tile_yuv1d() local
70 (tile_idx / output_frame_width_in_tiles) * tile_height; in write_tile_yuv1d()
85 (plane > 0) ? (tile_height >> img->y_chroma_shift) : tile_height; in write_tile_yuv1d()
Dlightfield_bitstream_parsing.c343 const unsigned int tile_height = tile_size & 65535; in main() local
346 ALIGN_POWER_OF_TWO(tile_height, 5) * bps / 8; in main()
355 output_frame_height / tile_height - 1; in main()
/external/ImageMagick/MagickCore/
Dshear.c771 tile_height, in IntegralRotateImage() local
780 GetPixelCacheTileSize(image,&tile_width,&tile_height); in IntegralRotateImage()
784 magick_number_threads(image,rotate_image,image->rows/tile_height,1) in IntegralRotateImage()
786 for (tile_y=0; tile_y < (ssize_t) image->rows; tile_y+=(ssize_t) tile_height) in IntegralRotateImage()
815 height=tile_height; in IntegralRotateImage()
816 if ((tile_height+tile_y) > image->rows) in IntegralRotateImage()
817 height=(size_t) (tile_height-(tile_y+tile_height-image->rows)); in IntegralRotateImage()
873 proceed=SetImageProgress(image,RotateImageTag,progress+=tile_height, in IntegralRotateImage()
968 tile_height, in IntegralRotateImage() local
977 GetPixelCacheTileSize(image,&tile_width,&tile_height); in IntegralRotateImage()
[all …]
/external/libaom/libaom/test/
Dav1_ext_tile_test.cc153 int tile_height = kTIleSizeInPixels >> shift; in FramePktHook() local
156 for (int tr = 0; tr < tile_height; ++tr) { in FramePktHook()
158 tile_img_.stride[plane] * (r * tile_height + tr) + in FramePktHook()
/external/mesa3d/src/gallium/auxiliary/util/
Du_linear.c86 unsigned tile_width, unsigned tile_height, in pipe_linear_fill_info() argument
92 t->tile.height = tile_height; in pipe_linear_fill_info()
Du_linear.h89 unsigned tile_width, unsigned tile_height,
/external/mesa3d/src/gallium/drivers/v3d/
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;
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c58 int tile_height = msaa ? 32 : 64; in vc4_tile_blit() local
81 is_tile_unaligned(info->dst.box.y, tile_height) || in vc4_tile_blit()
84 (is_tile_unaligned(info->dst.box.height, tile_height) && in vc4_tile_blit()
141 job->tile_height = 32; in vc4_tile_blit()
152 job->tile_height = tile_height; in vc4_tile_blit()
Dvc4_job.c207 job->tile_height = 32; in vc4_get_job()
210 job->tile_height = 64; in vc4_get_job()
266 job->tile_height); in vc4_get_job_for_fbo()
462 submit.min_y_tile = job->draw_min_y / job->tile_height; in vc4_job_submit()
464 submit.max_y_tile = (job->draw_max_y - 1) / job->tile_height; in vc4_job_submit()
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_gem.c147 exec->tile_height = 32; in vc4_cl_validate()
150 exec->tile_height = 64; in vc4_cl_validate()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c155 unsigned height, tile_height; in r300_texture_get_nblocksy() local
168 tile_height = r300_get_pixel_alignment(tex->b.b.format, in r300_texture_get_nblocksy()
173 height = align(height, tile_height); in r300_texture_get_nblocksy()
190 height >= tile_height * 3) { in r300_texture_get_nblocksy()
191 height = align(height, tile_height * 2); in r300_texture_get_nblocksy()
194 *out_aligned_for_cbzb = height % (tile_height * 2) == 0; in r300_texture_get_nblocksy()
/external/igt-gpu-tools/tools/
Dintel_dp_compliance.c540 uint32_t tile_height, tile_width, video_width, video_height; in fill_framebuffer() local
549 tile_height = 64; in fill_framebuffer()
553 green_ptr = red_ptr + (video_width * tile_height); in fill_framebuffer()
554 blue_ptr = green_ptr + (video_width * tile_height); in fill_framebuffer()
555 white_ptr = blue_ptr + (video_width * tile_height); in fill_framebuffer()
575 switch ((y / tile_height) % 4) { in fill_framebuffer()

123