Home
last modified time | relevance | path

Searched refs:tiles_y (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.c48 for (y = 0; y < t->tiles_y; y++) { in pipe_linear_to_tile()
70 for (y = 0; y < t->tiles_y; y++) { in pipe_linear_from_tile()
87 unsigned tiles_x, unsigned tiles_y) in pipe_linear_fill_info()
98 t->tiles_y = tiles_y; in pipe_linear_fill_info()
100 t->size = t->tiles_x * t->tiles_y * t->tile.size; in pipe_linear_fill_info()
84 pipe_linear_fill_info(struct pipe_tile_info *t, const struct u_linear_format_block *block, unsigned tile_width, unsigned tile_height, unsigned tiles_x, unsigned tiles_y) pipe_linear_fill_info() argument
H A Du_linear.h59 unsigned tiles_y; member
85 * @tiles_y number of tiles in y axis
90 unsigned tiles_x, unsigned tiles_y);
100 if (t->size < t->stride * t->rows * t->tiles_y) in pipe_linear_check_tile()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h195 unsigned tiles_x, tiles_y; member
326 assert(y < scene->tiles_y); in lp_scene_bin_command()
380 for (unsigned j = 0; j < scene->tiles_y; j++) { in lp_scene_bin_everywhere()
393 return scene->tiles_x * scene->tiles_y; in lp_scene_get_num_bins()
H A Dlp_scene.c120 for (y = 0; y < scene->tiles_y; y++) { in lp_scene_is_empty()
553 if (scene->curr_y >= scene->tiles_y) { in next_bin()
613 scene->tiles_y = align(fb->height, TILE_SIZE) / TILE_SIZE; in lp_scene_begin_binning()
615 assert(scene->tiles_y <= TILES_Y); in lp_scene_begin_binning()
617 unsigned num_required_tiles = scene->tiles_x * scene->tiles_y; in lp_scene_begin_binning()
H A Dlp_rast_debug.c492 for (y = 0; y < scene->tiles_y; y++) { in lp_debug_draw_bins_by_coverage()
548 for (y = 0; y < scene->tiles_y; y++) { in lp_debug_draw_bins_by_cmd_length()
565 for (y = 0; y < scene->tiles_y; y++) { in lp_debug_bins()
H A Dlp_rast_priv.h160 assert(y < task->scene->tiles_y * TILE_SIZE); in lp_rast_get_color_block_pointer()
197 assert(y < task->scene->tiles_y * TILE_SIZE); in lp_rast_get_depth_block_pointer()
H A Dlp_setup_rect.c388 assert(iy1 == MIN2(iy1, scene->tiles_y - 1)); in lp_setup_bin_rectangle()
H A Dlp_rast.c424 assert(y < scene->tiles_y * TILE_SIZE); in lp_rast_shade_quads_mask_sample()
H A Dlp_setup.c1692 !(setup->scene->tiles_x | setup->scene->tiles_y)) { in lp_setup_end_query()
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c144 int tiles_x, tiles_y, tile_x, tile_y; member
1460 c->tiles_y = (c->height + c->tile_height - 1) / c->tile_height; in g2m_decode_frame()
1492 if (!c->tiles_x || !c->tiles_y) { in g2m_decode_frame()
1504 if (c->tile_x >= c->tiles_x || c->tile_y >= c->tiles_y) { in g2m_decode_frame()
1507 c->tile_x, c->tile_y, c->tiles_x, c->tiles_y); in g2m_decode_frame()
1582 c->tiles_y = 0; in g2m_decode_frame()

Completed in 11 milliseconds