Searched refs:dst_surface_width (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_blit.c | 76 int dst_surface_width = u_minify(info->dst.resource->width0, local in function:vc4_tile_blit 83 info->dst.box.x + info->dst.box.width != dst_surface_width) || 103 stride = align(dst_surface_width, 32) * 4 * rsc->cpp; 105 stride = align(dst_surface_width * rsc->cpp, 128); 107 stride = align(dst_surface_width * rsc->cpp, 16);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_blit.c | 76 int dst_surface_width = u_minify(info->dst.resource->width0, local in function:vc4_tile_blit 83 info->dst.box.x + info->dst.box.width != dst_surface_width) || 103 stride = align(dst_surface_width, 32) * 4 * rsc->cpp; 105 stride = align(dst_surface_width * rsc->cpp, 128); 107 stride = align(dst_surface_width * rsc->cpp, 16);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_blit.c | 77 int dst_surface_width = u_minify(info->dst.resource->width0, 84 info->dst.box.x + info->dst.box.width != dst_surface_width) || 104 stride = align(dst_surface_width, 32) * 4 * rsc->cpp; 106 stride = align(dst_surface_width * rsc->cpp, 128); */ 108 stride = align(dst_surface_width * rsc->cpp, 16);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_blit.c | 496 int dst_surface_width = u_minify(info->dst.resource->width0, local in function:v3d_tlb_blit 503 info->dst.box.x + info->dst.box.width != dst_surface_width) ||
|
Completed in 5 milliseconds