Home
last modified time | relevance | path

Searched refs:tile_count (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.c92 fb->tile_count = (VkExtent2D) { in tu_tiling_config_update_tile_layout()
109 fb->tile_count.width = 2; in tu_tiling_config_update_tile_layout()
110 fb->tile_count.height = 2; in tu_tiling_config_update_tile_layout()
117 fb->tile_count.width++; in tu_tiling_config_update_tile_layout()
119 util_align_npot(DIV_ROUND_UP(fb->width, fb->tile_count.width), tile_align_w); in tu_tiling_config_update_tile_layout()
124 fb->tile_count.height++; in tu_tiling_config_update_tile_layout()
126 util_align_npot(DIV_ROUND_UP(fb->height, fb->tile_count.height), tile_align_h); in tu_tiling_config_update_tile_layout()
132 fb->tile_count.width++; in tu_tiling_config_update_tile_layout()
134 util_align_npot(DIV_ROUND_UP(fb->width, fb->tile_count.width), tile_align_w); in tu_tiling_config_update_tile_layout()
138 fb->tile_count.height++; in tu_tiling_config_update_tile_layout()
[all …]
Dtu_cmd_buffer.c568 return (fb->tile_count.width * fb->tile_count.height) > 2; in use_hw_binning()
905 A6XX_VSC_BIN_COUNT(.nx = fb->tile_count.width, in update_vsc_pipe()
906 .ny = fb->tile_count.height)); in update_vsc_pipe()
1346 uint32_t tx2 = MIN2(tx1 + fb->pipe0.width, fb->tile_count.width); in tu_cmd_render_tiles()
1347 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); in tu_cmd_render_tiles()
Dtu_private.h1567 VkExtent2D tile_count; member
/third_party/mesa3d/src/panfrost/lib/
Dpan_afbc.c148 unsigned tile_count = tile_count_x * tile_count_y; in panfrost_afbc_header_size() local
151 unsigned header_bytes = tile_count * AFBC_HEADER_BYTES_PER_TILE; in panfrost_afbc_header_size()
Dpan_tiler.c268 unsigned tile_count = pan_tile_count(width, height, tile_size, tile_size); in panfrost_hierarchy_size() local
269 unsigned level_count = bytes_per_tile * tile_count; in panfrost_hierarchy_size()
/third_party/ffmpeg/libavcodec/
Ddxva2_av1.c40 unsigned tile_count; member
299 ctx_pic->tile_count = frame_header->tile_cols * frame_header->tile_rows; in dxva2_av1_decode_slice()
302 if (ctx_pic->tile_count > MAX_TILES) in dxva2_av1_decode_slice()
306 if (ctx_pic->tile_count == h->tg_end - h->tg_start + 1) { in dxva2_av1_decode_slice()
310 for (uint32_t tile_num = 0; tile_num < ctx_pic->tile_count; tile_num++) { in dxva2_av1_decode_slice()
427 ctx_pic->tiles, sizeof(*ctx_pic->tiles) * ctx_pic->tile_count, 0); in commit_bitstream_and_slice_buffer()
Dtiff.c103 int tile_count; member
1004 for (tile_idx = 0; tile_idx < s->tile_count; tile_idx++) { in dng_decode_tiles()
1424 s->tile_count = count; in tiff_decode_tag()
1919 …e_byte_counts_offset || s->tile_offsets_offset || s->tile_width || s->tile_length || s->tile_count; in decode_frame()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.h60 uint32_t tile_count; member
Detnaviv_rs.c167 cs->RS_KICKER_INPLACE = rs->tile_count; in etna_compile_rs_state()
783 .tile_count = src_lev->layer_stride / 64 in etna_try_rs_blit()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c341 uint32_t tile_count; in validate_tile_binning_config() local
351 tile_count = exec->bin_tiles_x * exec->bin_tiles_y; in validate_tile_binning_config()
370 tile_state_size = 48 * tile_count; in validate_tile_binning_config()
385 tile_alloc_size = 32 * tile_count; in validate_tile_binning_config()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c621 unsigned tile_count = (t_x_end - t_x_start + 1) * in panfrost_resource_set_damage_region() local
627 if (tile_count - enable_count < 10) in panfrost_resource_set_damage_region()