Searched refs:dst_height0 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_blit.c | 546 unsigned dst_height0 = r300_resource(dst)->tex.height0; local in function:r300_resource_copy_region 612 dst_height0 = align(dst_height0, 4); 637 dst_height0 = dst_height0 / 4; 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 | 548 unsigned dst_height0 = r300_resource(dst)->tex.height0; local in function:r300_resource_copy_region 614 dst_height0 = align(dst_height0, 4); 639 dst_height0 = dst_height0 / 4; 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 | 88 unsigned dst_height0 = dst->height0; 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/dist/src/gallium/drivers/i915/ |
| H A D | i915_surface.c | 84 unsigned dst_height0 = dst->height0; local in function:i915_surface_copy_render 112 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 940 dst_height0 = dst->height0; 960 dst_height0 = util_format_get_nblocksy(dst->format, dst_height0); 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 945 dst_height0 = dst->height0; 964 dst_height0 = util_format_get_nblocksy(dst->format, dst_height0); 1038 dst_view = si_create_surface_custom(ctx, dst, &dst_templ, dst_width0, dst_height0, dst_width,
|
Completed in 9 milliseconds