HomeSort by relevance Sort by last modified time
    Searched refs:intel_mipmap_tree (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 84 * intel_mipmap_tree::singlesample_mt is temporary storage that persists
183 struct intel_mipmap_tree struct
305 struct intel_mipmap_tree *singlesample_mt;
319 struct intel_mipmap_tree *hiz_mt;
342 struct intel_mipmap_tree *stencil_mt;
351 struct intel_mipmap_tree *mcs_mt;
372 struct intel_mipmap_tree *intel_miptree_create(struct intel_context *intel,
384 struct intel_mipmap_tree *
390 struct intel_mipmap_tree*
404 struct intel_mipmap_tree*
    [all...]
intel_tex_obj.h 51 struct intel_mipmap_tree *mt;
67 struct intel_mipmap_tree *mt;
intel_tex_layout.h 41 extern void i945_miptree_layout_2d(struct intel_mipmap_tree *mt);
intel_mipmap_tree.c 33 #include "intel_mipmap_tree.h"
74 static struct intel_mipmap_tree *
87 struct intel_mipmap_tree *mt = calloc(sizeof(*mt), 1);
186 struct intel_mipmap_tree *
199 struct intel_mipmap_tree *mt;
278 struct intel_mipmap_tree *
284 struct intel_mipmap_tree *mt;
345 struct intel_mipmap_tree*
352 struct intel_mipmap_tree *singlesample_mt = NULL;
353 struct intel_mipmap_tree *multisample_mt = NULL
    [all...]
intel_fbo.h 42 struct intel_mipmap_tree;
51 struct intel_mipmap_tree *mt; /**< The renderbuffer storage. */
intel_tex.h 52 struct intel_mipmap_tree *
intel_tex_layout.c 33 #include "intel_mipmap_tree.h"
141 void i945_miptree_layout_2d(struct intel_mipmap_tree *mt)
intel_tex.c 8 #include "intel_mipmap_tree.h"
177 struct intel_mipmap_tree *mt = intel_image->mt;
202 struct intel_mipmap_tree *mt = intel_image->mt;
intel_tex_validate.c 7 #include "intel_mipmap_tree.h"
127 struct intel_mipmap_tree *mt;
intel_tex_image.c 19 #include "intel_mipmap_tree.h"
32 struct intel_mipmap_tree *
intel_fbo.c 49 #include "intel_mipmap_tree.h"
520 struct intel_mipmap_tree *mt = intel_image->mt;
607 struct intel_mipmap_tree *mt = intel_image->mt;
699 struct intel_mipmap_tree *depth_mt = NULL, *stencil_mt = NULL;
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.h 33 struct intel_mipmap_tree;
gen7_blorp.h 33 struct intel_mipmap_tree;
brw_blorp.h 29 #include "intel_mipmap_tree.h"
39 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,
brw_blorp.cpp 47 brw_blorp_mip_info::set(struct intel_mipmap_tree *mt,
68 struct intel_mipmap_tree *mt,
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt,
183 brw_hiz_op_params::brw_hiz_op_params(struct intel_mipmap_tree *mt,
brw_tex_layout.c 35 #include "intel_mipmap_tree.h"
44 struct intel_mipmap_tree *mt)
70 brw_miptree_layout(struct intel_context *intel, struct intel_mipmap_tree *mt)
brw_clear.c 40 #include "intel_mipmap_tree.h"
98 struct intel_mipmap_tree *mt = depth_irb->mt;
gen7_misc_state.c 25 #include "intel_mipmap_tree.h"
41 struct intel_mipmap_tree *depth_mt = NULL,
brw_blorp_blit.cpp 114 static struct intel_mipmap_tree *
117 struct intel_mipmap_tree *mt = irb->mt;
125 struct intel_mipmap_tree *src_mt,
127 struct intel_mipmap_tree *dst_mt,
153 struct intel_mipmap_tree *src_mt = find_miptree(buffer_bit, src_irb);
154 struct intel_mipmap_tree *dst_mt = find_miptree(buffer_bit, dst_irb);
    [all...]
brw_state.h 215 const struct intel_mipmap_tree *mcs_mt,
gen7_wm_surface_state.c 27 #include "intel_mipmap_tree.h"
106 const struct intel_mipmap_tree *mcs_mt,
300 struct intel_mipmap_tree *mt = intelObj->mt;
brw_wm_surface_state.c 37 #include "intel_mipmap_tree.h"
557 * during glCompressedTexImage2D(). See intel_mipmap_tree::wraps_etc1.
    [all...]
brw_misc_state.c 36 #include "intel_mipmap_tree.h"
264 struct intel_mipmap_tree *stencil_mt = NULL;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 32 #include "intel_mipmap_tree.h"
115 i915_miptree_layout_cube(struct intel_mipmap_tree * mt)
157 i915_miptree_layout_3d(struct intel_mipmap_tree * mt)
200 i915_miptree_layout_2d(struct intel_mipmap_tree * mt)
228 i915_miptree_layout(struct intel_mipmap_tree * mt)
313 i945_miptree_layout_cube(struct intel_mipmap_tree * mt)
403 i945_miptree_layout_3d(struct intel_mipmap_tree * mt)
457 i945_miptree_layout(struct intel_mipmap_tree * mt)

Completed in 665 milliseconds