Searched refs:tiles_x (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_linear.c | 49 for (x = 0; x < t->tiles_x; x++) { in pipe_linear_to_tile() 71 for (x = 0; x < t->tiles_x; x++) { in pipe_linear_from_tile() 87 unsigned tiles_x, unsigned tiles_y) in pipe_linear_fill_info() 97 t->tiles_x = tiles_x; in pipe_linear_fill_info() 99 t->stride = t->cols * t->tiles_x * t->block.size; 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 D | u_linear.h | 58 unsigned tiles_x; member 84 * @tiles_x number of tiles in x axis 90 unsigned tiles_x, unsigned tiles_y); 97 if (t->stride != t->block.size * t->cols * t->tiles_x) in pipe_linear_check_tile()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_scene.h | 195 unsigned tiles_x, tiles_y; member 304 unsigned idx = scene->tiles_x * y + x; in lp_scene_get_bin() 325 assert(x < scene->tiles_x); in lp_scene_bin_command() 379 for (unsigned i = 0; i < scene->tiles_x; i++) { in lp_scene_bin_everywhere() 393 return scene->tiles_x * scene->tiles_y; in lp_scene_get_num_bins()
|
H A D | lp_rast_debug.c | 488 for (x = 0; x < scene->tiles_x; x++) in lp_debug_draw_bins_by_coverage() 493 for (x = 0; x < scene->tiles_x; x++) { in lp_debug_draw_bins_by_coverage() 522 for (x = 0; x < scene->tiles_x; x++) in lp_debug_draw_bins_by_coverage() 549 for (x = 0; x < scene->tiles_x; x++) { in lp_debug_draw_bins_by_cmd_length() 566 for (x = 0; x < scene->tiles_x; x++) { in lp_debug_bins()
|
H A D | lp_scene.c | 121 for (x = 0; x < scene->tiles_x; x++) { in lp_scene_is_empty() 549 if (scene->curr_x >= scene->tiles_x) { in next_bin() 612 scene->tiles_x = align(fb->width, TILE_SIZE) / TILE_SIZE; in lp_scene_begin_binning() 614 assert(scene->tiles_x <= TILES_X); in lp_scene_begin_binning() 617 unsigned num_required_tiles = scene->tiles_x * scene->tiles_y; in lp_scene_begin_binning()
|
H A D | lp_rast_priv.h | 159 assert(x < task->scene->tiles_x * TILE_SIZE); in lp_rast_get_color_block_pointer() 196 assert(x < task->scene->tiles_x * TILE_SIZE); in lp_rast_get_depth_block_pointer()
|
H A D | lp_setup_rect.c | 387 assert(ix1 == MIN2(ix1, scene->tiles_x - 1)); in lp_setup_bin_rectangle()
|
H A D | lp_rast.c | 423 assert(x < scene->tiles_x * TILE_SIZE); in lp_rast_shade_quads_mask_sample()
|
H A D | lp_setup.c | 1692 !(setup->scene->tiles_x | setup->scene->tiles_y)) { in lp_setup_end_query()
|
/third_party/ffmpeg/libavcodec/ |
H A D | g2meet.c | 144 int tiles_x, tiles_y, tile_x, tile_y; member 1459 c->tiles_x = (c->width + c->tile_width - 1) / c->tile_width; 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() 1581 c->tiles_x = in g2m_decode_frame()
|
Completed in 12 milliseconds