Home
last modified time | relevance | path

Searched refs:intel_mipmap_tree (Results 1 – 25 of 46) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.h86 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 …]
Dintel_mipmap_tree.c53 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 …]
Dbrw_blorp.h39 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,
Dintel_fbo.h41 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 *
Dintel_blit.h50 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,
Dbrw_blorp.c120 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 …]
Dgen8_depth_state.c39 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()
Dintel_blit.c44 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()
Dbrw_context.h735 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 …]
Dintel_copy_image.c39 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()
Dintel_tex_obj.h51 struct intel_mipmap_tree *mt;
81 struct intel_mipmap_tree *mt;
Dbrw_meta_util.h47 const struct intel_mipmap_tree *mt,
52 const struct intel_mipmap_tree *mt,
Dgen6_depth_state.c39 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()
Dgen7_misc_state.c34 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()
Dbrw_misc_state.c125 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()
DMakefile.sources95 intel_mipmap_tree.c \
96 intel_mipmap_tree.h \
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.h73 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 …]
Dintel_mipmap_tree.c63 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 …]
Di915_tex_layout.c115 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()
Dintel_tex_obj.h47 struct intel_mipmap_tree *mt;
69 struct intel_mipmap_tree *mt;
Dintel_fbo.h40 struct intel_mipmap_tree;
49 struct intel_mipmap_tree *mt; /**< The renderbuffer storage. */
Dintel_blit.h55 struct intel_mipmap_tree *src_mt,
58 struct intel_mipmap_tree *dst_mt,
DMakefile.sources38 intel_mipmap_tree.c \
39 intel_mipmap_tree.h \
Dintel_tex.c138 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()
Dintel_tex_layout.h35 extern void i945_miptree_layout_2d(struct intel_mipmap_tree *mt);

12