Home
last modified time | relevance | path

Searched refs:chunk_h (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c68 const uint32_t chunk_h = MIN2(max_chunk_size, height - chunk_y); in blt_set_alpha_to_one() local
93 xyblt.DestinationY2Coordinate = tile_y + chunk_h; in blt_set_alpha_to_one()
324 const uint32_t chunk_h = MIN2(max_chunk_size, src_height - chunk_y); in crocus_emit_blt() local
360 chunk_w, chunk_h)) { in crocus_emit_blt()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c783 uint32_t chunk_h = height / 40; in vc4_dump_surface_non_msaa() local
793 for (int by = 0; by < height; by += chunk_h) { in vc4_dump_surface_non_msaa()
797 for (int y = by; y < MIN2(height, by + chunk_h); y++) { in vc4_dump_surface_non_msaa()

Completed in 4 milliseconds