Searched refs:total_height (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c126 mt->total_height = dim * 4;
170 intel_miptree_set_level_info(mt, level, 0, mt->total_height,
196 mt->total_height = stack_height * mt->physical_depth0;
208 mt->total_height = 0;
212 0, mt->total_height,
220 mt->total_height += img_height;
248 mt->total_width, mt->total_height, mt->cpp);
332 mt->total_height = dim * 4 + 4;
334 mt->total_height = 4;
351 y = mt->total_height
[all...]
H A Dintel_tex_layout.c157 mt->total_height = 0;
172 mt->total_height = MAX2(mt->total_height, y + img_height);
H A Dintel_mipmap_tree.c148 mt->total_width, mt->total_height);
169 GLuint total_width, total_height; local in function:intel_miptree_create
177 if (!mt || !mt->total_width || !mt->total_height) {
183 total_height = mt->total_height;
194 total_height,
203 mt->total_width, mt->total_height);
210 total_height,
H A Dintel_mipmap_tree.h172 GLuint total_height; member in struct:intel_mipmap_tree
H A Dintel_tex_image.c243 intel_image->mt->total_height = height;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c126 mt->total_height = dim * 4;
170 intel_miptree_set_level_info(mt, level, 0, mt->total_height,
196 mt->total_height = stack_height * mt->physical_depth0;
208 mt->total_height = 0;
212 0, mt->total_height,
220 mt->total_height += img_height;
248 mt->total_width, mt->total_height, mt->cpp);
332 mt->total_height = dim * 4 + 4;
334 mt->total_height = 4;
351 y = mt->total_height
[all...]
H A Dintel_tex_layout.c157 mt->total_height = 0;
172 mt->total_height = MAX2(mt->total_height, y + img_height);
H A Dintel_mipmap_tree.c148 mt->total_width, mt->total_height);
169 GLuint total_width, total_height; local in function:intel_miptree_create
177 if (!mt || !mt->total_width || !mt->total_height) {
183 total_height = mt->total_height;
194 total_height,
203 mt->total_width, mt->total_height);
210 total_height,
H A Dintel_mipmap_tree.h172 GLuint total_height; member in struct:intel_mipmap_tree
H A Dintel_tex_image.c243 intel_image->mt->total_height = height;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_resource_texture.c593 unsigned total_height = tex->total_nblocksy * 4; local in function:i945_texture_layout_cube
603 y = total_height - 4;
628 y = total_height - 4;
634 y = total_height - 4;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_resource_texture.c681 unsigned total_height = tex->total_nblocksy * 4; local in function:i945_texture_layout_cube
691 y = total_height - 4;
716 y = total_height - 4;
722 y = total_height - 4;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h578 GLint total_height,
H A Dmeta.c2509 * \param total_height total height of the texture image
2521 GLint total_height,
2532 const float t0 = (float) yoffset / (float) total_height;
2533 const float t1 = (float) (yoffset + height) / (float) total_height;
2514 _mesa_meta_setup_texture_coords(GLenum faceTarget,GLint slice,GLint xoffset,GLint yoffset,GLint width,GLint height,GLint total_width,GLint total_height,GLint total_depth,GLfloat coords0[4],GLfloat coords1[4],GLfloat coords2[4],GLfloat coords3[4]) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h508 GLint total_height,
H A Dmeta.c2476 * \param total_height total height of the texture image
2488 GLint total_height,
2499 const float t0 = (float) yoffset / (float) total_height;
2500 const float t1 = (float) (yoffset + height) / (float) total_height;
2481 _mesa_meta_setup_texture_coords(GLenum faceTarget,GLint slice,GLint xoffset,GLint yoffset,GLint width,GLint height,GLint total_width,GLint total_height,GLint total_depth,GLfloat coords0[4],GLfloat coords1[4],GLfloat coords2[4],GLfloat coords3[4]) argument
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_parm.h408 unsigned long total_height; member in struct:tagQueryDisplayMode
H A Dcim_vg.c1239 || (CimarronDisplayModes[mode].vtotal == query->total_height))

Completed in 34 milliseconds