Searched defs:dst_mt (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c675 struct intel_mipmap_tree *dst_mt,
688 if (dst_mt->compressed) {
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h;
690 width = ALIGN(width, dst_mt->align_w);
694 intel_miptree_get_image_offset(dst_mt, level, face, depth,
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp,
705 dst_mt
674 intel_miptree_copy_slice(struct intel_context *intel, struct intel_mipmap_tree *dst_mt, struct intel_mipmap_tree *src_mt, int level, int face, int depth) argument
744 intel_miptree_copy_teximage(struct intel_context *intel, struct intel_texture_image *intelImage, struct intel_mipmap_tree *dst_mt) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c675 struct intel_mipmap_tree *dst_mt,
688 if (dst_mt->compressed) {
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h;
690 width = ALIGN(width, dst_mt->align_w);
694 intel_miptree_get_image_offset(dst_mt, level, face, depth,
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp,
705 dst_mt
674 intel_miptree_copy_slice(struct intel_context *intel, struct intel_mipmap_tree *dst_mt, struct intel_mipmap_tree *src_mt, int level, int face, int depth) argument
744 intel_miptree_copy_teximage(struct intel_context *intel, struct intel_texture_image *intelImage, struct intel_mipmap_tree *dst_mt) argument
[all...]
H A Dbrw_blorp_blit.cpp127 struct intel_mipmap_tree *dst_mt,
136 dst_mt, dst_level, dst_layer,
154 struct intel_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_irb); local
165 dst_mt, dst_irb->mt_level, dst_irb->mt_layer,
1634 struct intel_mipmap_tree *dst_mt,
1642 dst.set(brw, dst_mt, dst_level, dst_layer);
1654 _mesa_get_srgb_format_linear(dst_mt->format));
1692 if (dst_mt->msaa_layout == INTEL_MSAA_LAYOUT_IMS)
1723 src_mt->num_samples > 1 && dst_mt->num_samples <= 1) {
1730 wm_prog_key.dst_samples = dst_mt
124 brw_blorp_blit_miptrees(struct intel_context *intel, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, int src_x0, int src_y0, int dst_x0, int dst_y0, int dst_x1, int dst_y1, bool mirror_x, bool mirror_y) argument
1631 brw_blorp_blit_params(struct brw_context *brw, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, GLuint src_x0, GLuint src_y0, GLuint dst_x0, GLuint dst_y0, GLuint dst_x1, GLuint dst_y1, bool mirror_x, bool mirror_y) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.c675 struct intel_mipmap_tree *dst_mt,
688 if (dst_mt->compressed) {
689 height = ALIGN(height, dst_mt->align_h) / dst_mt->align_h;
690 width = ALIGN(width, dst_mt->align_w);
694 intel_miptree_get_image_offset(dst_mt, level, face, depth,
701 dst_mt, dst_x, dst_y, dst_mt->region->pitch * dst_mt->region->cpp,
705 dst_mt
674 intel_miptree_copy_slice(struct intel_context *intel, struct intel_mipmap_tree *dst_mt, struct intel_mipmap_tree *src_mt, int level, int face, int depth) argument
744 intel_miptree_copy_teximage(struct intel_context *intel, struct intel_texture_image *intelImage, struct intel_mipmap_tree *dst_mt) argument
[all...]

Completed in 239 milliseconds