/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 45 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local 49 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_4_8bit() 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_4_8bit() 76 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local 80 for (row = 0; row < height; row += tile_height) in micro_tile_4_x_4_16bit() 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_4_x_4_16bit() 107 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local 111 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_2_16bit() 120 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_2_16bit() 138 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 45 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local 49 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_4_8bit() 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_4_8bit() 76 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local 80 for (row = 0; row < height; row += tile_height) in micro_tile_4_x_4_16bit() 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_4_x_4_16bit() 107 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local 111 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_2_16bit() 120 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_2_16bit() 138 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local [all …]
|
/external/webp/src/dsp/ |
D | lossless_enc.c | 797 int tile_width, int tile_height, in VP8LCollectColorRedTransforms_C() argument 799 while (tile_height-- > 0) { in VP8LCollectColorRedTransforms_C() 809 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed() argument 815 VP8LCollectColorRedTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorRed() 832 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed() argument 839 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed() 850 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed() 862 int tile_width, int tile_height, in VP8LCollectColorBlueTransforms_C() argument 865 while (tile_height-- > 0) { in VP8LCollectColorBlueTransforms_C() 875 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue() argument [all …]
|
D | lossless_enc_mips_dsp_r2.c | 175 int tile_width, int tile_height, in CollectColorBlueTransforms() argument 181 while (tile_height-- > 0) { in CollectColorBlueTransforms() 226 int tile_width, int tile_height, in CollectColorRedTransforms() argument 229 while (tile_height-- > 0) { in CollectColorRedTransforms()
|
D | lossless.h | 134 int tile_width, int tile_height, 140 int tile_width, int tile_height, 149 int tile_width, int tile_height, 152 int tile_width, int tile_height,
|
D | lossless_enc_sse2.c | 78 int tile_width, int tile_height, in CollectColorBlueTransforms() argument 90 for (y = 0; y < tile_height; ++y) { in CollectColorBlueTransforms() 122 left_over, tile_height, in CollectColorBlueTransforms() 129 int tile_width, int tile_height, in CollectColorRedTransforms() argument 138 for (y = 0; y < tile_height; ++y) { in CollectColorRedTransforms() 164 left_over, tile_height, in CollectColorRedTransforms()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_tiff.cpp | 260 int tile_height = tile_height0; in readData() local 262 if( y + tile_height > m_height ) in readData() 263 tile_height = m_height - y; in readData() 283 bstart += (tile_height0 - tile_height) * tile_width0 * 4; in readData() 291 for( i = 0; i < tile_height; i++ ) in readData() 297 … data + x*4 + img.step*(tile_height - i - 1), 0, in readData() 303 … data + x*3 + img.step*(tile_height - i - 1), 0, in readData() 309 … data + x + img.step*(tile_height - i - 1), 0, in readData() 327 for( i = 0; i < tile_height; i++ ) in readData() 398 for( i = 0; i < tile_height; i++ ) in readData()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_span.c | 72 uint32_t tile_height = 64; in intel_offset_S8() local 76 uint32_t tile_y = y / tile_height; in intel_offset_S8() 80 uint32_t byte_y = y % tile_height; in intel_offset_S8()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_span.c | 72 uint32_t tile_height = 64; in intel_offset_S8() local 76 uint32_t tile_y = y / tile_height; in intel_offset_S8() 80 uint32_t byte_y = y % tile_height; in intel_offset_S8()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_span.c | 72 uint32_t tile_height = 64; in intel_offset_S8() local 76 uint32_t tile_y = y / tile_height; in intel_offset_S8() 80 uint32_t byte_y = y % tile_height; in intel_offset_S8()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_tiff.cpp | 195 int tile_height = tile_height0; in ReadData() local 197 if( y + tile_height > m_height ) in ReadData() 198 tile_height = m_height - y; in ReadData() 215 for( i = 0; i < tile_height; i++ ) in ReadData() 218 data + x*3 + step*(tile_height - i - 1), 0, in ReadData() 222 data + x + step*(tile_height - i - 1), 0, in ReadData()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 159 unsigned height, tile_height; in r300_texture_get_nblocksy() local 172 tile_height = r300_get_pixel_alignment(tex->b.b.format, in r300_texture_get_nblocksy() 177 height = align(height, tile_height); in r300_texture_get_nblocksy() 194 height >= tile_height * 3) { in r300_texture_get_nblocksy() 195 height = align(height, tile_height * 2); in r300_texture_get_nblocksy() 198 *out_aligned_for_cbzb = height % (tile_height * 2) == 0; in r300_texture_get_nblocksy()
|
D | r300_texture.c | 1085 uint32_t offset, tile_height; in r300_create_surface_custom() local 1115 tile_height = r300_get_pixel_alignment(surface->base.format, in r300_create_surface_custom() 1122 tile_height); in r300_create_surface_custom()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_linear.c | 86 unsigned tile_width, unsigned tile_height, in pipe_linear_fill_info() argument 92 t->tile.height = tile_height; in pipe_linear_fill_info()
|
D | u_linear.h | 89 unsigned tile_width, unsigned tile_height,
|