Searched refs:dst_width0 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 545 unsigned dst_width0 = r300_resource(dst)->tex.width0; local in function:r300_resource_copy_region 611 dst_width0 = align(dst_width0, 4); 623 dst_width0 = dst_width0 / 2; 667 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 547 unsigned dst_width0 = r300_resource(dst)->tex.width0; local in function:r300_resource_copy_region 613 dst_width0 = align(dst_width0, 4); 625 dst_width0 = dst_width0 / 2; 669 dst_view = r300_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_surface.c | 87 unsigned dst_width0 = dst->width0; local in function:i915_surface_copy_render 115 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, dst_height0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 910 unsigned dst_width0, dst_height0, src_force_level = 0; local in function:si_resource_copy_region 939 dst_width0 = dst->width0; 959 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0); 982 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0); 1039 dst_width0, dst_height0,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 913 unsigned dst_width0, dst_height0, src_force_level = 0; local in function:si_resource_copy_region 944 dst_width0 = dst->width0; 963 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0); 986 dst_width0 = util_format_get_nblocksx(dst->format, dst_width0); 1038 dst_view = si_create_surface_custom(ctx, dst, &dst_templ, dst_width0, dst_height0, dst_width,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_surface.c | 83 unsigned dst_width0 = dst->width0; local in function:i915_surface_copy_render 111 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0,
|
Completed in 10 milliseconds