/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 46 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/ |
D | radeon_tile.c | 46 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/ |
D | lossless_enc_sse41.c | 51 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE41() 97 int tile_width, int tile_height, in CollectColorRedTransforms_SSE41()
|
D | lossless_enc_mips_dsp_r2.c | 177 int tile_height, in CollectColorBlueTransforms_MIPSdspR2() 231 int tile_height, in CollectColorRedTransforms_MIPSdspR2()
|
D | lossless_enc.c | 579 int tile_width, int tile_height, in VP8LCollectColorRedTransforms_C() 591 int tile_width, int tile_height, in VP8LCollectColorBlueTransforms_C()
|
D | lossless_enc_sse2.c | 83 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/ |
D | lossless_enc_sse41.c | 49 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE41() 96 int tile_width, int tile_height, in CollectColorRedTransforms_SSE41()
|
D | lossless_enc_mips_dsp_r2.c | 177 int tile_height, in CollectColorBlueTransforms_MIPSdspR2() 231 int tile_height, in CollectColorRedTransforms_MIPSdspR2()
|
D | lossless_enc.c | 560 int tile_width, int tile_height, in VP8LCollectColorRedTransforms_C() 572 int tile_width, int tile_height, in VP8LCollectColorBlueTransforms_C()
|
D | lossless_enc_sse2.c | 83 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/ |
D | u_linear.c | 86 unsigned tile_width, unsigned tile_height, in pipe_linear_fill_info()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | predictor_enc.c | 541 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/ |
D | predictor_enc.c | 541 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/ |
D | pan_tiler.c | 231 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/ |
D | read.hpp | 443 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/ |
D | arbc.c | 76 static int fill_tileX(AVCodecContext *avctx, int tile_width, int tile_height, in fill_tileX()
|
D | mediacodec_sw_buffer.c | 296 size_t tile_height = height; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka() local
|
D | ivi.h | 208 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/ |
D | vc4_blit.c | 58 int tile_height = msaa ? 32 : 64; in vc4_tile_blit() local
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_context.c | 248 uint32_t *tile_height, in v3d_get_tile_buffer_size()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | tiffdec.c | 159 uint32_t image_width, image_height, tile_width, tile_height; in ReadTIFF() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_drv.h | 84 uint32_t tile_width, tile_height; member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 155 unsigned height, tile_height; in r300_texture_get_nblocksy() local
|
D | r300_texture.c | 1208 uint32_t offset, tile_height; in r300_create_surface_custom() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | transpose_impl_opt.cu | 112 int tile_height = TileHeight; in Swap3DTensorLast2DimKernel_shared() local
|