Home
last modified time | relevance | path

Searched defs:tile_x (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling.c80 uint32_t tile_x = utile_x >> 3; in t_utile_address() local
H A Dvc4_resource.c878 uint32_t tile_x = x / tile_w; in vc4_surface_msaa_get_sample() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c69 uint32_t tile_x, tile_y; in blt_set_alpha_to_one() local
H A Dcrocus_resource.c1338 uint32_t tile_x = x / tile_width; in s8_offset() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c303 const unsigned tile_x = task->x, tile_y = task->y; in lp_rast_shade_tile() local
/third_party/ffmpeg/libavcodec/
H A Dhevc_ps.c1428 int tile_x = 0; in setup_pps() local
H A Dg2meet.c144 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 Dtiff.c963 int tile_x = 0, tile_y = 0; in dng_decode_tiles() local
H A Dexr.c1193 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 Diris_resource.c2089 uint32_t tile_x = x / tile_width; in s8_offset() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c492 int tile_x; 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 Dvp8l_enc.c962 int tile_x = x & tile_mask; in StoreImageToBitMask() local

Completed in 28 milliseconds