Home
last modified time | relevance | path

Searched defs:intel_mipmap_tree (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.h136 struct intel_mipmap_tree struct
140 GLenum target;
146 mesa_format format;
152 unsigned int align_w;
153 unsigned int align_h; /**< \see align_w */
155 GLuint first_level;
156 GLuint last_level;
164 GLuint physical_width0, physical_height0, physical_depth0;
166 GLuint cpp;
167 bool compressed;
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.h182 struct intel_mipmap_tree struct
189 * @see intel_mipmap_tree::offset argument
196 struct brw_bo *bo;
205 GLenum target;
237 * @see intel_mipmap_tree::bo argument
244 uint32_t offset;
258 enum isl_aux_usage aux_usage;
284 struct intel_mipmap_tree *stencil_mt; argument
297 struct intel_mipmap_tree *shadow_mt; argument
298 bool shadow_needs_update;
[all …]