Home
last modified time | relevance | path

Searched defs:tile_height (Results 1 – 25 of 40) sorted by relevance

12

/third_party/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
77 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local
108 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local
139 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local
170 const unsigned tile_width = 2, tile_height = 2; in micro_tile_2_x_2_64bit() local
260 const unsigned tile_width = 8, tile_height = 4; in micro_untile_8_x_4_8bit() local
293 const unsigned tile_width = 8, tile_height = 2; in micro_untile_8_x_2_16bit() local
326 const unsigned tile_width = 4, tile_height = 4; in micro_untile_4_x_4_16bit() local
359 const unsigned tile_width = 4, tile_height = 2; in micro_untile_4_x_2_32bit() local
392 const unsigned tile_width = 2, tile_height = 2; in micro_untile_2_x_2_64bit() local
/third_party/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
77 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local
108 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local
139 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local
170 const unsigned tile_width = 2, tile_height = 2; in micro_tile_2_x_2_64bit() local
260 const unsigned tile_width = 8, tile_height = 4; in micro_untile_8_x_4_8bit() local
293 const unsigned tile_width = 8, tile_height = 2; in micro_untile_8_x_2_16bit() local
326 const unsigned tile_width = 4, tile_height = 4; in micro_untile_4_x_4_16bit() local
359 const unsigned tile_width = 4, tile_height = 2; in micro_untile_4_x_2_32bit() local
392 const unsigned tile_width = 2, tile_height = 2; in micro_untile_2_x_2_64bit() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_sse41.c51 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE41()
97 int tile_width, int tile_height, in CollectColorRedTransforms_SSE41()
Dlossless_enc_mips_dsp_r2.c177 int tile_height, in CollectColorBlueTransforms_MIPSdspR2()
231 int tile_height, in CollectColorRedTransforms_MIPSdspR2()
Dlossless_enc.c579 int tile_width, int tile_height, in VP8LCollectColorRedTransforms_C()
591 int tile_width, int tile_height, in VP8LCollectColorBlueTransforms_C()
Dlossless_enc_sse2.c83 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE2()
130 int tile_width, int tile_height, in CollectColorRedTransforms_SSE2()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_sse41.c49 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE41()
96 int tile_width, int tile_height, in CollectColorRedTransforms_SSE41()
Dlossless_enc_mips_dsp_r2.c177 int tile_height, in CollectColorBlueTransforms_MIPSdspR2()
231 int tile_height, in CollectColorRedTransforms_MIPSdspR2()
Dlossless_enc.c560 int tile_width, int tile_height, in VP8LCollectColorRedTransforms_C()
572 int tile_width, int tile_height, in VP8LCollectColorBlueTransforms_C()
Dlossless_enc_sse2.c83 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE2()
130 int tile_width, int tile_height, in CollectColorRedTransforms_SSE2()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_linear.c86 unsigned tile_width, unsigned tile_height, in pipe_linear_fill_info()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c541 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed()
564 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed()
594 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue()
628 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c541 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed()
564 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed()
594 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue()
628 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue()
689 const int tile_height = all_y_max - tile_y_offset; in GetBestColorTransformForTile() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_tiler.c231 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) in pan_tile_count()
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dread.hpp443 tiff_tile_length::type tile_height = this->_info._tile_length; in read_tiled_data_subimage() local
566 tiff_tile_length::type tile_height = this->_info._tile_length; in read_tiled_data_full() local
/third_party/ffmpeg/libavcodec/
Darbc.c76 static int fill_tileX(AVCodecContext *avctx, int tile_width, int tile_height, in fill_tileX()
Dmediacodec_sw_buffer.c296 size_t tile_height = height; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka() local
Divi.h208 uint16_t tile_height; member
286 #define IVI_MBs_PER_TILE(tile_width, tile_height, mb_size) \ argument
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c58 int tile_height = msaa ? 32 : 64; in vc4_tile_blit() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c248 uint32_t *tile_height, in v3d_get_tile_buffer_size()
/third_party/skia/third_party/externals/libwebp/imageio/
Dtiffdec.c159 uint32_t image_width, image_height, tile_width, tile_height; in ReadTIFF() local
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_drv.h84 uint32_t tile_width, tile_height; member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c155 unsigned height, tile_height; in r300_texture_get_nblocksy() local
Dr300_texture.c1208 uint32_t offset, tile_height; in r300_create_surface_custom() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dtranspose_impl_opt.cu112 int tile_height = TileHeight; in Swap3DTensorLast2DimKernel_shared() local

12