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;
93 struct intel_mipmap_tree *mt,
182 struct intel_mipmap_tree struct
284 struct intel_mipmap_tree *stencil_mt; argument
297 struct intel_mipmap_tree *shadow_mt; argument
328 struct intel_mipmap_tree *plane[2]; argument
350 struct intel_mipmap_tree *mt); argument
374 struct intel_mipmap_tree *intel_miptree_create(struct brw_context *brw,
385 struct intel_mipmap_tree *
397 struct intel_mipmap_tree *
[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_mipmap_tree.c57 struct intel_mipmap_tree *mt,
60 static void intel_miptree_unmap_raw(struct intel_mipmap_tree *mt);
73 const struct intel_mipmap_tree *mt, in format_ccs_e_compat_with_miptree()
146 struct intel_mipmap_tree *mt, in needs_separate_stencil()
166 struct intel_mipmap_tree *mt) in intel_miptree_choose_aux_usage()
233 brw_get_num_logical_layers(const struct intel_mipmap_tree *mt, unsigned level) in brw_get_num_logical_layers()
258 intel_miptree_check_level_layer(const struct intel_mipmap_tree *mt, in intel_miptree_check_level_layer()
272 create_aux_state_map(struct intel_mipmap_tree *mt, in create_aux_state_map()
348 static struct intel_mipmap_tree *
356 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); in make_surface()
[all …]
Dintel_blit.h34 struct intel_mipmap_tree *src_mt,
37 struct intel_mipmap_tree *dst_mt,
44 struct intel_mipmap_tree *src_mt,
47 struct intel_mipmap_tree *dst_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 *
Dbrw_blorp.c121 const struct intel_mipmap_tree *mt, in blorp_surf_for_miptree()
274 struct intel_mipmap_tree *src_mt, in brw_blorp_blit_miptrees()
277 struct intel_mipmap_tree *dst_mt, in brw_blorp_blit_miptrees()
440 struct intel_mipmap_tree *src_mt, in brw_blorp_copy_miptrees()
442 struct intel_mipmap_tree *dst_mt, in brw_blorp_copy_miptrees()
562 static struct intel_mipmap_tree *
565 struct intel_mipmap_tree *mt = irb->mt; in find_miptree()
590 struct intel_mipmap_tree *src_mt = find_miptree(buffer_bit, src_irb); in do_blorp_blit()
591 struct intel_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_irb); in do_blorp_blit()
635 struct intel_mipmap_tree *src_mt; in try_blorp_blit()
[all …]
Dintel_tex_obj.h51 struct intel_mipmap_tree *mt;
82 struct intel_mipmap_tree *mt;
Dbrw_meta_util.h47 const struct intel_mipmap_tree *mt,
52 const struct intel_mipmap_tree *mt,
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_blit.c44 struct intel_mipmap_tree *mt,
164 struct intel_mipmap_tree *mt, in get_blit_intratile_offset_el()
375 struct intel_mipmap_tree *src_mt, in emit_miptree_blit()
377 struct intel_mipmap_tree *dst_mt, in emit_miptree_blit()
466 struct intel_mipmap_tree *src_mt, in intel_miptree_blit()
469 struct intel_mipmap_tree *dst_mt, in intel_miptree_blit()
545 struct intel_mipmap_tree *src_mt, in intel_miptree_copy()
548 struct intel_mipmap_tree *dst_mt, in intel_miptree_copy()
711 struct intel_mipmap_tree *mt, in intel_miptree_set_alpha_to_one()
Dbrw_misc_state.c125 static struct intel_mipmap_tree *
206 struct intel_mipmap_tree *depth_mt = NULL; in brw_workaround_depthstencil_alignment()
260 struct intel_mipmap_tree *depth_mt, in brw_emit_depth_stencil_hiz()
262 struct intel_mipmap_tree *stencil_mt) in brw_emit_depth_stencil_hiz()
330 struct intel_mipmap_tree *depth_mt = intel_renderbuffer_get_mt(depth_irb); in brw_emit_depthbuffer()
331 struct intel_mipmap_tree *stencil_mt = get_stencil_miptree(stencil_irb); in brw_emit_depthbuffer()
DMakefile.sources93 intel_mipmap_tree.c \
94 intel_mipmap_tree.h \
Dintel_tex.h49 struct intel_mipmap_tree *
/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_blit.h39 struct intel_mipmap_tree *src_mt,
42 struct intel_mipmap_tree *dst_mt,
Dintel_fbo.h40 struct intel_mipmap_tree;
49 struct intel_mipmap_tree *mt; /**< The renderbuffer storage. */
DMakefile.sources38 intel_mipmap_tree.c \
39 intel_mipmap_tree.h \
Dintel_tex_layout.h35 extern void i945_miptree_layout_2d(struct intel_mipmap_tree *mt);
Dintel_tex.c139 struct intel_mipmap_tree *mt = intel_image->mt; in intel_map_texture_image()
160 struct intel_mipmap_tree *mt = intel_image->mt; in intel_unmap_texture_image()
Dmeson.build58 'intel_mipmap_tree.c',
59 'intel_mipmap_tree.h',
Dintel_blit.c48 struct intel_mipmap_tree *mt,
219 struct intel_mipmap_tree *src_mt, in intel_miptree_blit()
222 struct intel_mipmap_tree *dst_mt, in intel_miptree_blit()
629 struct intel_mipmap_tree *mt, in intel_miptree_set_alpha_to_one()
Dintel_tex.h50 struct intel_mipmap_tree *

12