/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_mipmap_tree.h | 86 struct intel_mipmap_tree *linear_mt; 185 struct intel_mipmap_tree struct 307 struct intel_mipmap_tree *stencil_mt; argument 318 struct intel_mipmap_tree *r8stencil_mt; argument 335 struct intel_mipmap_tree *plane[2]; argument 357 struct intel_mipmap_tree *mt); argument 384 struct intel_mipmap_tree *intel_miptree_create(struct brw_context *brw, 395 struct intel_mipmap_tree * 407 struct intel_mipmap_tree * 417 struct intel_mipmap_tree *singlesample_mt, [all …]
|
D | intel_mipmap_tree.c | 53 struct intel_mipmap_tree *mt, 56 static void intel_miptree_unmap_raw(struct intel_mipmap_tree *mt); 60 struct intel_mipmap_tree *mt); 64 const struct intel_mipmap_tree *mt) in intel_miptree_supports_mcs() 150 const struct intel_mipmap_tree *mt) in intel_miptree_supports_ccs() 231 const struct intel_mipmap_tree *mt) in intel_miptree_supports_hiz() 259 const struct intel_mipmap_tree *mt, in format_ccs_e_compat_with_miptree() 271 const struct intel_mipmap_tree *mt) in intel_miptree_supports_ccs_e() 340 struct intel_mipmap_tree *mt, in needs_separate_stencil() 361 struct intel_mipmap_tree *mt) in intel_miptree_choose_aux_usage() [all …]
|
D | brw_blorp.h | 39 struct intel_mipmap_tree *src_mt, 42 struct intel_mipmap_tree *dst_mt, 54 struct intel_mipmap_tree *src_mt, 56 struct intel_mipmap_tree *dst_mt, 72 struct intel_mipmap_tree *dst_mt, 82 struct intel_mipmap_tree *src_mt, 100 struct intel_mipmap_tree *mt, 106 struct intel_mipmap_tree *mt, 110 intel_hiz_exec(struct brw_context *brw, struct intel_mipmap_tree *mt,
|
D | intel_fbo.h | 41 struct intel_mipmap_tree; 54 struct intel_mipmap_tree *mt; 68 struct intel_mipmap_tree *singlesample_mt; 78 struct intel_mipmap_tree *align_wa_mt; 149 static inline struct intel_mipmap_tree *
|
D | intel_blit.h | 50 struct intel_mipmap_tree *src_mt, 53 struct intel_mipmap_tree *dst_mt, 60 struct intel_mipmap_tree *src_mt, 63 struct intel_mipmap_tree *dst_mt,
|
D | brw_blorp.c | 120 struct intel_mipmap_tree *mt, in blorp_surf_for_miptree() 259 struct intel_mipmap_tree *src_mt, in brw_blorp_blit_miptrees() 262 struct intel_mipmap_tree *dst_mt, in brw_blorp_blit_miptrees() 360 struct intel_mipmap_tree *src_mt, in brw_blorp_copy_miptrees() 362 struct intel_mipmap_tree *dst_mt, in brw_blorp_copy_miptrees() 474 static struct intel_mipmap_tree * 477 struct intel_mipmap_tree *mt = irb->mt; in find_miptree() 502 struct intel_mipmap_tree *src_mt = find_miptree(buffer_bit, src_irb); in do_blorp_blit() 503 struct intel_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_irb); in do_blorp_blit() 547 struct intel_mipmap_tree *src_mt; in try_blorp_blit() [all …]
|
D | gen8_depth_state.c | 39 struct intel_mipmap_tree *depth_mt, in emit_depth_packets() 43 struct intel_mipmap_tree *stencil_mt, in emit_depth_packets() 133 struct intel_mipmap_tree *depth_mt, in gen8_emit_depth_stencil_hiz() 137 struct intel_mipmap_tree *stencil_mt, in gen8_emit_depth_stencil_hiz() 150 const struct intel_mipmap_tree *mt = depth_mt ? depth_mt : stencil_mt; in gen8_emit_depth_stencil_hiz()
|
D | intel_blit.c | 44 struct intel_mipmap_tree *mt, 143 blt_pitch(struct intel_mipmap_tree *mt) in blt_pitch() 191 struct intel_mipmap_tree *mt, in get_blit_intratile_offset_el() 225 struct intel_mipmap_tree *src_mt, in emit_miptree_blit() 227 struct intel_mipmap_tree *dst_mt, in emit_miptree_blit() 315 struct intel_mipmap_tree *src_mt, in intel_miptree_blit() 318 struct intel_mipmap_tree *dst_mt, in intel_miptree_blit() 394 struct intel_mipmap_tree *src_mt, in intel_miptree_copy() 397 struct intel_mipmap_tree *dst_mt, in intel_miptree_copy() 793 struct intel_mipmap_tree *mt, in intel_miptree_set_alpha_to_one()
|
D | brw_context.h | 735 struct intel_mipmap_tree *depth_mt, 739 struct intel_mipmap_tree *stencil_mt, 1341 struct intel_mipmap_tree *mt); 1675 struct intel_mipmap_tree *depth_mt, 1678 struct intel_mipmap_tree *stencil_mt, 1685 struct intel_mipmap_tree *depth_mt, 1688 struct intel_mipmap_tree *stencil_mt, 1695 struct intel_mipmap_tree *depth_mt, 1698 struct intel_mipmap_tree *stencil_mt, 1704 struct intel_mipmap_tree *depth_mt, [all …]
|
D | intel_copy_image.c | 39 struct intel_mipmap_tree *src_mt, in copy_miptrees() 41 struct intel_mipmap_tree *dst_mt, in copy_miptrees() 79 struct intel_mipmap_tree *src_mt, *dst_mt; in intel_copy_image_sub_data()
|
D | intel_tex_obj.h | 51 struct intel_mipmap_tree *mt; 81 struct intel_mipmap_tree *mt;
|
D | brw_meta_util.h | 47 const struct intel_mipmap_tree *mt, 52 const struct intel_mipmap_tree *mt,
|
D | gen6_depth_state.c | 39 struct intel_mipmap_tree *depth_mt, in gen6_emit_depth_stencil_hiz() 42 struct intel_mipmap_tree *stencil_mt, in gen6_emit_depth_stencil_hiz() 53 const struct intel_mipmap_tree *mt = depth_mt ? depth_mt : stencil_mt; in gen6_emit_depth_stencil_hiz()
|
D | gen7_misc_state.c | 34 struct intel_mipmap_tree *depth_mt, in gen7_emit_depth_stencil_hiz() 37 struct intel_mipmap_tree *stencil_mt, in gen7_emit_depth_stencil_hiz() 51 const struct intel_mipmap_tree *mt = depth_mt ? depth_mt : stencil_mt; in gen7_emit_depth_stencil_hiz()
|
D | brw_misc_state.c | 125 static struct intel_mipmap_tree * 206 struct intel_mipmap_tree *depth_mt = NULL; in brw_workaround_depthstencil_alignment() 266 struct intel_mipmap_tree *depth_mt = intel_renderbuffer_get_mt(depth_irb); in brw_emit_depthbuffer() 267 struct intel_mipmap_tree *stencil_mt = get_stencil_miptree(stencil_irb); in brw_emit_depthbuffer() 363 struct intel_mipmap_tree *depth_mt, in brw_emit_depth_stencil_hiz() 366 struct intel_mipmap_tree *stencil_mt, in brw_emit_depth_stencil_hiz()
|
D | Makefile.sources | 95 intel_mipmap_tree.c \ 96 intel_mipmap_tree.h \
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_mipmap_tree.h | 73 struct intel_mipmap_tree *mt; 136 struct intel_mipmap_tree struct 197 struct intel_mipmap_tree *intel_miptree_create(struct intel_context *intel, argument 208 struct intel_mipmap_tree * 218 struct intel_mipmap_tree * 228 struct intel_mipmap_tree* 234 struct intel_mipmap_tree* 248 struct intel_mipmap_tree* 256 intel_miptree_check_level_layer(struct intel_mipmap_tree *mt, in intel_miptree_check_level_layer() 270 struct intel_mipmap_tree *mt, [all …]
|
D | intel_mipmap_tree.c | 63 struct intel_mipmap_tree * 73 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); in intel_miptree_create_layout() 126 struct intel_mipmap_tree *mt) in intel_miptree_choose_tiling() 156 struct intel_mipmap_tree * 168 struct intel_mipmap_tree *mt; in intel_miptree_create() 224 struct intel_mipmap_tree * 234 struct intel_mipmap_tree *mt; in intel_miptree_create_for_bo() 278 struct intel_mipmap_tree * 284 struct intel_mipmap_tree *mt = NULL; in intel_miptree_create_for_dri2_buffer() 313 struct intel_mipmap_tree * [all …]
|
D | i915_tex_layout.c | 115 i915_miptree_layout_cube(struct intel_mipmap_tree * mt) in i915_miptree_layout_cube() 157 i915_miptree_layout_3d(struct intel_mipmap_tree * mt) in i915_miptree_layout_3d() 200 i915_miptree_layout_2d(struct intel_mipmap_tree * mt) in i915_miptree_layout_2d() 228 i915_miptree_layout(struct intel_mipmap_tree * mt) in i915_miptree_layout() 313 i945_miptree_layout_cube(struct intel_mipmap_tree * mt) in i945_miptree_layout_cube() 403 i945_miptree_layout_3d(struct intel_mipmap_tree * mt) in i945_miptree_layout_3d() 457 i945_miptree_layout(struct intel_mipmap_tree * mt) in i945_miptree_layout()
|
D | intel_tex_obj.h | 47 struct intel_mipmap_tree *mt; 69 struct intel_mipmap_tree *mt;
|
D | intel_fbo.h | 40 struct intel_mipmap_tree; 49 struct intel_mipmap_tree *mt; /**< The renderbuffer storage. */
|
D | intel_blit.h | 55 struct intel_mipmap_tree *src_mt, 58 struct intel_mipmap_tree *dst_mt,
|
D | Makefile.sources | 38 intel_mipmap_tree.c \ 39 intel_mipmap_tree.h \
|
D | intel_tex.c | 138 struct intel_mipmap_tree *mt = intel_image->mt; in intel_map_texture_image() 159 struct intel_mipmap_tree *mt = intel_image->mt; in intel_unmap_texture_image()
|
D | intel_tex_layout.h | 35 extern void i945_miptree_layout_2d(struct intel_mipmap_tree *mt);
|