Home
last modified time | relevance | path

Searched refs:dst_mt (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.c675 struct intel_mipmap_tree *dst_mt, in intel_miptree_copy_slice() argument
688 if (dst_mt->compressed) { in intel_miptree_copy_slice()
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; in intel_miptree_copy_slice()
690 width = ALIGN(width, dst_mt->align_w); in intel_miptree_copy_slice()
694 intel_miptree_get_image_offset(dst_mt, level, face, depth, in intel_miptree_copy_slice()
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp, in intel_miptree_copy_slice()
705 dst_mt->region->cpp, in intel_miptree_copy_slice()
708 dst_mt->region->pitch, dst_mt->region->bo, in intel_miptree_copy_slice()
709 0, dst_mt->region->tiling, in intel_miptree_copy_slice()
717 void *dst = intel_region_map(intel, dst_mt->region, GL_MAP_WRITE_BIT); in intel_miptree_copy_slice()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c675 struct intel_mipmap_tree *dst_mt, in intel_miptree_copy_slice() argument
688 if (dst_mt->compressed) { in intel_miptree_copy_slice()
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; in intel_miptree_copy_slice()
690 width = ALIGN(width, dst_mt->align_w); in intel_miptree_copy_slice()
694 intel_miptree_get_image_offset(dst_mt, level, face, depth, in intel_miptree_copy_slice()
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp, in intel_miptree_copy_slice()
705 dst_mt->region->cpp, in intel_miptree_copy_slice()
708 dst_mt->region->pitch, dst_mt->region->bo, in intel_miptree_copy_slice()
709 0, dst_mt->region->tiling, in intel_miptree_copy_slice()
717 void *dst = intel_region_map(intel, dst_mt->region, GL_MAP_WRITE_BIT); in intel_miptree_copy_slice()
[all …]
Dbrw_blorp_blit.cpp127 struct intel_mipmap_tree *dst_mt, in brw_blorp_blit_miptrees() argument
136 dst_mt, dst_level, dst_layer, in brw_blorp_blit_miptrees()
154 struct intel_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_irb); in do_blorp_blit() local
165 dst_mt, dst_irb->mt_level, dst_irb->mt_layer, in do_blorp_blit()
1634 struct intel_mipmap_tree *dst_mt, in brw_blorp_blit_params() argument
1642 dst.set(brw, dst_mt, dst_level, dst_layer); in brw_blorp_blit_params()
1654 _mesa_get_srgb_format_linear(dst_mt->format)); in brw_blorp_blit_params()
1692 if (dst_mt->msaa_layout == INTEL_MSAA_LAYOUT_IMS) in brw_blorp_blit_params()
1723 src_mt->num_samples > 1 && dst_mt->num_samples <= 1) { in brw_blorp_blit_params()
1730 wm_prog_key.dst_samples = dst_mt->num_samples; in brw_blorp_blit_params()
[all …]
Dbrw_blorp.h41 struct intel_mipmap_tree *dst_mt,
303 struct intel_mipmap_tree *dst_mt,
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_mipmap_tree.c675 struct intel_mipmap_tree *dst_mt, in intel_miptree_copy_slice() argument
688 if (dst_mt->compressed) { in intel_miptree_copy_slice()
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h; in intel_miptree_copy_slice()
690 width = ALIGN(width, dst_mt->align_w); in intel_miptree_copy_slice()
694 intel_miptree_get_image_offset(dst_mt, level, face, depth, in intel_miptree_copy_slice()
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp, in intel_miptree_copy_slice()
705 dst_mt->region->cpp, in intel_miptree_copy_slice()
708 dst_mt->region->pitch, dst_mt->region->bo, in intel_miptree_copy_slice()
709 0, dst_mt->region->tiling, in intel_miptree_copy_slice()
717 void *dst = intel_region_map(intel, dst_mt->region, GL_MAP_WRITE_BIT); in intel_miptree_copy_slice()
[all …]
Dintel_mipmap_tree.h458 struct intel_mipmap_tree *dst_mt);