Home
last modified time | relevance | path

Searched refs:tile_x (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c33 int tile_x, tile_y; in linear_x_y_to_ftiled_pos() local
63 tile_x = x % F_TILE_WIDTH; in linear_x_y_to_ftiled_pos()
67 subtile = tile_y / F_SUBTILE_HEIGHT * 8 + tile_x / F_SUBTILE_WIDTH; in linear_x_y_to_ftiled_pos()
76 tile_x % F_SUBTILE_WIDTH; in linear_x_y_to_ftiled_pos()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch25905 + int tile_x = 0;
25911 + tile_x = i;
25923 + for (i = 0; i < tile_x; i++)
25928 + val += (tb_y - pps->row_bd[tile_y]) * pps->column_width[tile_x] +
25929 + tb_x - pps->col_bd[tile_x];
48517 + int tile_x = ctb_to_tile (ctb_col, pps->col_bd, pps->num_tile_columns);
48520 + int endx = pps->col_bd[tile_x+1] - 1;
48539 + + ((tile_x==pps->num_tile_columns-1) << 17)
49412 + int tile_x = ctb_to_tile (ctb_col, pps->col_bd, pps->num_tile_columns);
49414 + int last_x = pps->col_bd[tile_x+1]-1;
[all …]