| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_tex_layout.c | 126 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 D | intel_tex_layout.c | 157 mt->total_height = 0; 172 mt->total_height = MAX2(mt->total_height, y + img_height);
|
| H A D | intel_mipmap_tree.c | 148 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 D | intel_mipmap_tree.h | 172 GLuint total_height; member in struct:intel_mipmap_tree
|
| H A D | intel_tex_image.c | 243 intel_image->mt->total_height = height;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_tex_layout.c | 126 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 D | intel_tex_layout.c | 157 mt->total_height = 0; 172 mt->total_height = MAX2(mt->total_height, y + img_height);
|
| H A D | intel_mipmap_tree.c | 148 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 D | intel_mipmap_tree.h | 172 GLuint total_height; member in struct:intel_mipmap_tree
|
| H A D | intel_tex_image.c | 243 intel_image->mt->total_height = height;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_resource_texture.c | 593 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 D | i915_resource_texture.c | 681 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 D | meta.h | 578 GLint total_height,
|
| H A D | meta.c | 2509 * \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 D | meta.h | 508 GLint total_height,
|
| H A D | meta.c | 2476 * \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 D | cim_parm.h | 408 unsigned long total_height; member in struct:tagQueryDisplayMode
|
| H A D | cim_vg.c | 1239 || (CimarronDisplayModes[mode].vtotal == query->total_height))
|