Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c67 const uint32_t chunk_w = MIN2(max_chunk_size, width - chunk_x); in blt_set_alpha_to_one() local
92 xyblt.DestinationX2Coordinate = tile_x + chunk_w; in blt_set_alpha_to_one()
323 const uint32_t chunk_w = MIN2(max_chunk_size, src_width - chunk_x); 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.c782 uint32_t chunk_w = width / 79; in vc4_dump_surface_non_msaa() local
794 for (int bx = 0; bx < width; bx += chunk_w) { in vc4_dump_surface_non_msaa()
798 for (int x = bx; x < MIN2(width, bx + chunk_w); x++) { in vc4_dump_surface_non_msaa()

Completed in 3 milliseconds