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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c68 const uint32_t chunk_h = MIN2(max_chunk_size, height - chunk_y); local in function:blt_set_alpha_to_one
93 xyblt.DestinationY2Coordinate = tile_y + chunk_h;
324 const uint32_t chunk_h = MIN2(max_chunk_size, src_height - chunk_y); local in function:crocus_emit_blt
360 chunk_w, chunk_h)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_blit.c414 const uint32_t chunk_h = MIN2(max_chunk_size, height - chunk_y); local in function:emit_miptree_blit
437 chunk_w, chunk_h,
756 const uint32_t chunk_h = MIN2(max_chunk_size, height - chunk_y); local in function:intel_miptree_set_alpha_to_one
768 OUT_BATCH(SET_FIELD(y + chunk_y + chunk_h, BLT_Y) |
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blit.c422 const uint32_t chunk_h = MIN2(max_chunk_size, height - chunk_y); local in function:emit_miptree_blit
447 chunk_w, chunk_h,
764 const uint32_t chunk_h = MIN2(max_chunk_size, height - chunk_y); local in function:brw_miptree_set_alpha_to_one
777 OUT_BATCH(SET_FIELD(y + chunk_y + chunk_h, BLT_Y) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c771 uint32_t chunk_h = height / 40; local in function:vc4_dump_surface_non_msaa
781 for (int by = 0; by < height; by += chunk_h) {
785 for (int y = by; y < MIN2(height, by + chunk_h); y++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c796 uint32_t chunk_h = height / 40; local in function:vc4_dump_surface_non_msaa
806 for (int by = 0; by < height; by += chunk_h) {
810 for (int y = by; y < MIN2(height, by + chunk_h); y++) {

Completed in 9 milliseconds