Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_mipmap_tree.h183 struct intel_mipmap_tree struct
305 struct intel_mipmap_tree *singlesample_mt; argument
319 struct intel_mipmap_tree *hiz_mt; argument
342 struct intel_mipmap_tree *stencil_mt; argument
351 struct intel_mipmap_tree *mcs_mt; argument
372 struct intel_mipmap_tree *intel_miptree_create(struct intel_context *intel, argument
384 struct intel_mipmap_tree *
390 struct intel_mipmap_tree*
404 struct intel_mipmap_tree*
413 intel_miptree_check_level_layer(struct intel_mipmap_tree *mt, in intel_miptree_check_level_layer()
[all …]
Dintel_mipmap_tree.c74 static struct intel_mipmap_tree *
87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); in intel_miptree_create_internal()
186 struct intel_mipmap_tree *
199 struct intel_mipmap_tree *mt; in intel_miptree_create()
278 struct intel_mipmap_tree *
284 struct intel_mipmap_tree *mt; in intel_miptree_create_for_region()
345 struct intel_mipmap_tree*
352 struct intel_mipmap_tree *singlesample_mt = NULL; in intel_miptree_create_for_dri2_buffer()
353 struct intel_mipmap_tree *multisample_mt = NULL; in intel_miptree_create_for_dri2_buffer()
394 struct intel_mipmap_tree*
[all …]
Dintel_tex_obj.h51 struct intel_mipmap_tree *mt;
67 struct intel_mipmap_tree *mt;
Dintel_fbo.h42 struct intel_mipmap_tree;
51 struct intel_mipmap_tree *mt; /**< The renderbuffer storage. */
Dintel_tex_layout.h41 extern void i945_miptree_layout_2d(struct intel_mipmap_tree *mt);
Dintel_tex.c177 struct intel_mipmap_tree *mt = intel_image->mt; in intel_map_texture_image()
202 struct intel_mipmap_tree *mt = intel_image->mt; in intel_unmap_texture_image()
Dintel_tex.h52 struct intel_mipmap_tree *
Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) in i945_miptree_layout_2d()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.c74 static struct intel_mipmap_tree *
87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); in intel_miptree_create_internal()
186 struct intel_mipmap_tree *
199 struct intel_mipmap_tree *mt; in intel_miptree_create()
278 struct intel_mipmap_tree *
284 struct intel_mipmap_tree *mt; in intel_miptree_create_for_region()
345 struct intel_mipmap_tree*
352 struct intel_mipmap_tree *singlesample_mt = NULL; in intel_miptree_create_for_dri2_buffer()
353 struct intel_mipmap_tree *multisample_mt = NULL; in intel_miptree_create_for_dri2_buffer()
394 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.c177 struct intel_mipmap_tree *mt = intel_image->mt; in intel_map_texture_image()
202 struct intel_mipmap_tree *mt = intel_image->mt; in intel_unmap_texture_image()
DMakefile.sources17 intel_mipmap_tree.c \
Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) in i945_miptree_layout_2d()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c74 static struct intel_mipmap_tree *
87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1); in intel_miptree_create_internal()
186 struct intel_mipmap_tree *
199 struct intel_mipmap_tree *mt; in intel_miptree_create()
278 struct intel_mipmap_tree *
284 struct intel_mipmap_tree *mt; in intel_miptree_create_for_region()
345 struct intel_mipmap_tree*
352 struct intel_mipmap_tree *singlesample_mt = NULL; in intel_miptree_create_for_dri2_buffer()
353 struct intel_mipmap_tree *multisample_mt = NULL; in intel_miptree_create_for_dri2_buffer()
394 struct intel_mipmap_tree*
[all …]
Dbrw_blorp.h39 struct intel_mipmap_tree *src_mt,
41 struct intel_mipmap_tree *dst_mt,
66 void set(struct intel_mipmap_tree *mt,
69 struct intel_mipmap_tree *mt;
104 struct intel_mipmap_tree *mt,
222 brw_hiz_op_params(struct intel_mipmap_tree *mt,
301 struct intel_mipmap_tree *src_mt,
303 struct intel_mipmap_tree *dst_mt,
Dbrw_blorp.cpp47 brw_blorp_mip_info::set(struct intel_mipmap_tree *mt, in set()
68 struct intel_mipmap_tree *mt, in set()
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt, in intel_hiz_exec()
183 brw_hiz_op_params::brw_hiz_op_params(struct intel_mipmap_tree *mt, in brw_hiz_op_params()
Dbrw_tex_layout.c44 struct intel_mipmap_tree *mt) in brw_miptree_layout_texture_array()
70 brw_miptree_layout(struct intel_context *intel, struct intel_mipmap_tree *mt) in brw_miptree_layout()
Dgen6_blorp.h33 struct intel_mipmap_tree;
Dgen7_blorp.h33 struct intel_mipmap_tree;
Dbrw_blorp_blit.cpp114 static struct intel_mipmap_tree *
117 struct intel_mipmap_tree *mt = irb->mt; in find_miptree()
125 struct intel_mipmap_tree *src_mt, in brw_blorp_blit_miptrees()
127 struct intel_mipmap_tree *dst_mt, in brw_blorp_blit_miptrees()
153 struct intel_mipmap_tree *src_mt = find_miptree(buffer_bit, src_irb); in do_blorp_blit()
154 struct intel_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_irb); in do_blorp_blit()
1632 struct intel_mipmap_tree *src_mt, in brw_blorp_blit_params()
1634 struct intel_mipmap_tree *dst_mt, in brw_blorp_blit_params()
Dintel_tex.c177 struct intel_mipmap_tree *mt = intel_image->mt; in intel_map_texture_image()
202 struct intel_mipmap_tree *mt = intel_image->mt; in intel_unmap_texture_image()
Dintel_tex_layout.c141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt) in i945_miptree_layout_2d()
Dbrw_clear.c98 struct intel_mipmap_tree *mt = depth_irb->mt; in brw_fast_clear_depth()
DMakefile.sources13 intel_mipmap_tree.c \
Dintel_fbo.c520 struct intel_mipmap_tree *mt = intel_image->mt; in intel_renderbuffer_update_wrapper()
607 struct intel_mipmap_tree *mt = intel_image->mt; in intel_render_texture()
699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL; in intel_validate_framebuffer()

12