/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_tiling.c | 81 uint32_t tile_y = utile_y >> 3; in t_utile_address() local
|
H A D | vc4_resource.c | 879 uint32_t tile_y = y / tile_h; in vc4_surface_msaa_get_sample() local
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_blt.c | 69 uint32_t tile_x, tile_y; in blt_set_alpha_to_one() local
|
H A D | crocus_resource.c | 1339 uint32_t tile_y = y / tile_height; in s8_offset() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast.c | 303 const unsigned tile_x = task->x, tile_y = task->y; in lp_rast_shade_tile() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_ps.c | 1429 int tile_y = 0; in setup_pps() local
|
H A D | g2meet.c | 144 int tiles_x, tiles_y, tile_x, tile_y; member 864 static int epic_jb_decode_tile(G2MContext *c, int tile_x, int tile_y, in epic_jb_decode_tile() argument 1050 static int kempf_decode_tile(G2MContext *c, int tile_x, int tile_y, in kempf_decode_tile() argument [all...] |
H A D | tiff.c | 963 int tile_x = 0, tile_y = 0; in dng_decode_tiles() local
|
H A D | exr.c | 1193 uint64_t tile_x, tile_y, tile_level_x, tile_level_y; in decode_block() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 2090 uint32_t tile_y = y / tile_height; in s8_offset() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | predictor_enc.c | 481 int tile_y; in VP8LResidualImage() local 298 GetBestPredictorForTile(int width, int height, int tile_x, int tile_y, int bits, int accumulated[4][256], uint32_t* const argb_scratch, const uint32_t* const argb, int max_quantization, int exact, int used_subtract_green, const uint32_t* const modes) GetBestPredictorForTile() argument 675 GetBestColorTransformForTile( int tile_x, int tile_y, int bits, VP8LMultipliers prev_x, VP8LMultipliers prev_y, int quality, int xsize, int ysize, const int accumulated_red_histo[256], const int accumulated_blue_histo[256], const uint32_t* const argb) GetBestColorTransformForTile() argument 703 CopyTileWithColorTransform(int xsize, int ysize, int tile_x, int tile_y, int max_tile_size, VP8LMultipliers color_transform, uint32_t* argb) CopyTileWithColorTransform() argument 724 int tile_x, tile_y; VP8LColorSpaceTransform() local [all...] |
H A D | vp8l_enc.c | 963 int tile_y = y & tile_mask; in StoreImageToBitMask() local
|