| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_copy_image.c | 79 struct intel_mipmap_tree *src_mt, *dst_mt; local in function:intel_copy_image_sub_data 38 copy_miptrees(struct brw_context * brw,struct intel_mipmap_tree * src_mt,int src_x,int src_y,int src_z,unsigned src_level,struct intel_mipmap_tree * dst_mt,int dst_x,int dst_y,int dst_z,unsigned dst_level,int src_width,int src_height) argument [all...] |
| H A D | intel_blit.c | 374 emit_miptree_blit(struct brw_context * brw,struct intel_mipmap_tree * src_mt,uint32_t src_x,uint32_t src_y,struct intel_mipmap_tree * dst_mt,uint32_t dst_x,uint32_t dst_y,uint32_t width,uint32_t height,bool reverse,enum gl_logicop_mode logicop) argument 465 intel_miptree_blit(struct brw_context * brw,struct intel_mipmap_tree * src_mt,int src_level,int src_slice,uint32_t src_x,uint32_t src_y,bool src_flip,struct intel_mipmap_tree * dst_mt,int dst_level,int dst_slice,uint32_t dst_x,uint32_t dst_y,bool dst_flip,uint32_t width,uint32_t height,enum gl_logicop_mode logicop) argument 544 intel_miptree_copy(struct brw_context * brw,struct intel_mipmap_tree * src_mt,int src_level,int src_slice,uint32_t src_x,uint32_t src_y,struct intel_mipmap_tree * dst_mt,int dst_level,int dst_slice,uint32_t dst_x,uint32_t dst_y,uint32_t src_width,uint32_t src_height) argument [all...] |
| H A D | brw_blorp.c | 277 brw_blorp_blit_miptrees(struct brw_context * brw,struct intel_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,mesa_format src_format,int src_swizzle,struct intel_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,mesa_format dst_format,float src_x0,float src_y0,float src_x1,float src_y1,float dst_x0,float dst_y0,float dst_x1,float dst_y1,GLenum gl_filter,bool mirror_x,bool mirror_y,bool decode_srgb,bool encode_srgb) argument 437 brw_blorp_copy_miptrees(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,unsigned src_x,unsigned src_y,unsigned dst_x,unsigned dst_y,unsigned src_width,unsigned src_height) argument 580 struct intel_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_irb); local in function:do_blorp_blit 625 struct intel_mipmap_tree *dst_mt; local in function:try_blorp_blit 714 struct intel_mipmap_tree *dst_mt = intel_image->mt; local in function:brw_blorp_copytexsubimage 942 brw_blorp_upload_miptree(struct brw_context * brw,struct intel_mipmap_tree * dst_mt,mesa_format dst_format,uint32_t level,uint32_t x,uint32_t y,uint32_t z,uint32_t width,uint32_t height,uint32_t depth,GLenum target,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * packing) argument 1123 struct intel_mipmap_tree *dst_mt = intel_miptree_create_for_bo( local in function:brw_blorp_download_miptree [all...] |
| H A D | intel_mipmap_tree.c | 1462 intel_miptree_copy_slice_sw(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,unsigned width,unsigned height) argument 1525 intel_miptree_copy_slice(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) argument 1613 intel_miptree_copy_teximage(struct brw_context * brw,struct intel_texture_image * intelImage,struct intel_mipmap_tree * dst_mt) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_copy_image.c | 79 struct brw_mipmap_tree *src_mt, *dst_mt; local in function:brw_copy_image_sub_data 38 copy_miptrees(struct brw_context * brw,struct brw_mipmap_tree * src_mt,int src_x,int src_y,int src_z,unsigned src_level,struct brw_mipmap_tree * dst_mt,int dst_x,int dst_y,int dst_z,unsigned dst_level,int src_width,int src_height) argument [all...] |
| H A D | brw_blit.c | 382 emit_miptree_blit(struct brw_context * brw,struct brw_mipmap_tree * src_mt,uint32_t src_x,uint32_t src_y,struct brw_mipmap_tree * dst_mt,uint32_t dst_x,uint32_t dst_y,uint32_t width,uint32_t height,bool reverse,enum gl_logicop_mode logicop) argument 475 brw_miptree_blit(struct brw_context * brw,struct brw_mipmap_tree * src_mt,int src_level,int src_slice,uint32_t src_x,uint32_t src_y,bool src_flip,struct brw_mipmap_tree * dst_mt,int dst_level,int dst_slice,uint32_t dst_x,uint32_t dst_y,bool dst_flip,uint32_t width,uint32_t height,enum gl_logicop_mode logicop) argument 552 brw_miptree_copy(struct brw_context * brw,struct brw_mipmap_tree * src_mt,int src_level,int src_slice,uint32_t src_x,uint32_t src_y,struct brw_mipmap_tree * dst_mt,int dst_level,int dst_slice,uint32_t dst_x,uint32_t dst_y,uint32_t src_width,uint32_t src_height) argument [all...] |
| H A D | brw_blorp.c | 273 brw_blorp_blit_miptrees(struct brw_context * brw,struct brw_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,mesa_format src_format,int src_swizzle,struct brw_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,mesa_format dst_format,float src_x0,float src_y0,float src_x1,float src_y1,float dst_x0,float dst_y0,float dst_x1,float dst_y1,GLenum gl_filter,bool mirror_x,bool mirror_y,bool decode_srgb,bool encode_srgb) argument 438 brw_blorp_copy_miptrees(struct brw_context * brw,struct brw_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct brw_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,unsigned src_x,unsigned src_y,unsigned dst_x,unsigned dst_y,unsigned src_width,unsigned src_height) argument 578 struct brw_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_irb); local in function:do_blorp_blit 623 struct brw_mipmap_tree *dst_mt; local in function:try_blorp_blit 712 struct brw_mipmap_tree *dst_mt = intel_image->mt; local in function:brw_blorp_copytexsubimage 937 brw_blorp_upload_miptree(struct brw_context * brw,struct brw_mipmap_tree * dst_mt,mesa_format dst_format,uint32_t level,uint32_t x,uint32_t y,uint32_t z,uint32_t width,uint32_t height,uint32_t depth,GLenum target,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * packing) argument 1104 struct brw_mipmap_tree *dst_mt = local in function:brw_blorp_download_miptree [all...] |
| H A D | brw_mipmap_tree.c | 1219 brw_miptree_copy_slice_sw(struct brw_context * brw,struct brw_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct brw_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,unsigned width,unsigned height) argument 1282 brw_miptree_copy_slice(struct brw_context * brw,struct brw_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct brw_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer) argument 1367 brw_miptree_copy_teximage(struct brw_context * brw,struct brw_texture_image * brw_image,struct brw_mipmap_tree * dst_mt) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_blit.c | 218 intel_miptree_blit(struct intel_context * intel,struct intel_mipmap_tree * src_mt,int src_level,int src_slice,uint32_t src_x,uint32_t src_y,bool src_flip,struct intel_mipmap_tree * dst_mt,int dst_level,int dst_slice,uint32_t dst_x,uint32_t dst_y,bool dst_flip,uint32_t width,uint32_t height,enum gl_logicop_mode logicop) argument [all...] |
| H A D | intel_mipmap_tree.c | 533 intel_miptree_copy_slice_sw(struct intel_context * intel,struct intel_mipmap_tree * dst_mt,struct intel_mipmap_tree * src_mt,int level,int slice,int width,int height) argument 583 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 641 intel_miptree_copy_teximage(struct intel_context * intel,struct intel_texture_image * intelImage,struct intel_mipmap_tree * dst_mt,bool invalidate) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_blit.c | 218 intel_miptree_blit(struct intel_context * intel,struct intel_mipmap_tree * src_mt,int src_level,int src_slice,uint32_t src_x,uint32_t src_y,bool src_flip,struct intel_mipmap_tree * dst_mt,int dst_level,int dst_slice,uint32_t dst_x,uint32_t dst_y,bool dst_flip,uint32_t width,uint32_t height,enum gl_logicop_mode logicop) argument [all...] |
| H A D | intel_mipmap_tree.c | 533 intel_miptree_copy_slice_sw(struct intel_context * intel,struct intel_mipmap_tree * dst_mt,struct intel_mipmap_tree * src_mt,int level,int slice,int width,int height) argument 583 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 641 intel_miptree_copy_teximage(struct intel_context * intel,struct intel_texture_image * intelImage,struct intel_mipmap_tree * dst_mt,bool invalidate) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 229 struct nv50_miptree *dst_mt = nv50_miptree(dst); local in function:nvc0_resource_copy_region
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 225 struct nv50_miptree *dst_mt = nv50_miptree(dst); local in function:nv50_resource_copy_region
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 225 struct nv50_miptree *dst_mt = nv50_miptree(dst); local in function:nv50_resource_copy_region
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 236 struct nv50_miptree *dst_mt = nv50_miptree(dst); local in function:nvc0_resource_copy_region
|