Home
last modified time | relevance | path

Searched defs:tile_width (Results 1 – 25 of 44) 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.c176 int tile_width, in CollectColorBlueTransforms_MIPSdspR2()
230 int tile_width, 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.c215 const int tile_width = 1 << transform->bits_; in GENERATE_PREDICTOR_ADD() local
296 const int tile_width = 1 << transform->bits_; in ColorSpaceInverseTransform_C() local
/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.c176 int tile_width, in CollectColorBlueTransforms_MIPSdspR2()
230 int tile_width, in CollectColorRedTransforms_MIPSdspR2()
Dlossless.c210 const int tile_width = 1 << transform->bits_; in GENERATE_PREDICTOR_ADD() local
291 const int tile_width = 1 << transform->bits_; in ColorSpaceInverseTransform_C() local
Dlossless_enc.c560 int tile_width, int tile_height, in VP8LCollectColorRedTransforms_C()
572 int tile_width, int tile_height, in VP8LCollectColorBlueTransforms_C()
/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()
688 const int tile_width = all_x_max - tile_x_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()
688 const int tile_width = all_x_max - tile_x_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.hpp442 tiff_tile_width::type tile_width = this->_info._tile_width; in read_tiled_data_subimage() local
565 tiff_tile_width::type tile_width = this->_info._tile_width; 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.c295 size_t tile_width = row_width; in ff_mediacodec_sw_buffer_copy_yuv420_packed_semi_planar_64x32Tile2m8ka() local
Dg2meet.c142 int tile_width, tile_height; member
593 static int epic_decode_run_length(ePICContext *dc, int x, int y, int tile_width, in epic_decode_run_length()
740 int tile_width, const uint32_t *curr_row, in epic_predict_from_NW_NE()
797 int tile_width, int stride) in epic_decode_tile()
867 int extrabytes, tile_width, tile_height, awidth, aheight; in epic_jb_decode_tile() local
Divi.h207 uint16_t tile_width; member
286 #define IVI_MBs_PER_TILE(tile_width, tile_height, mb_size) \ argument
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c57 int tile_width = msaa ? 32 : 64; in vc4_tile_blit() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c247 uint32_t *tile_width, 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.c118 unsigned tile_width, width, stride; in r300_texture_get_stride() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dtranspose_impl_opt.cu105 int tile_width = TileWidth; in Swap3DTensorLast2DimKernel_shared() local

12