Searched refs:total_height (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_tex_layout.c | 126 mt->total_height = dim * 4; in i915_miptree_layout_cube() 170 intel_miptree_set_level_info(mt, level, 0, mt->total_height, in i915_miptree_layout_3d() 196 mt->total_height = stack_height * mt->physical_depth0; in i915_miptree_layout_3d() 208 mt->total_height = 0; in i915_miptree_layout_2d() 212 0, mt->total_height, in i915_miptree_layout_2d() 220 mt->total_height += img_height; in i915_miptree_layout_2d() 248 mt->total_width, mt->total_height, mt->cpp); in i915_miptree_layout() 332 mt->total_height = dim * 4 + 4; in i945_miptree_layout_cube() 334 mt->total_height = 4; in i945_miptree_layout_cube() 351 y = mt->total_height - 4; in i945_miptree_layout_cube() [all …]
|
D | intel_tex_layout.c | 157 mt->total_height = 0; in i945_miptree_layout_2d() 172 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
|
D | intel_mipmap_tree.c | 148 mt->total_width, mt->total_height); in intel_miptree_choose_tiling() 169 GLuint total_width, total_height; in intel_miptree_create() local 177 if (!mt || !mt->total_width || !mt->total_height) { in intel_miptree_create() 183 total_height = mt->total_height; in intel_miptree_create() 194 total_height, in intel_miptree_create() 203 mt->total_width, mt->total_height); in intel_miptree_create() 210 total_height, in intel_miptree_create()
|
D | intel_mipmap_tree.h | 172 GLuint total_height; member
|
D | intel_tex_image.c | 243 intel_image->mt->total_height = height; in intel_set_texture_image_region()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 681 unsigned total_height = tex->total_nblocksy * 4; in i945_texture_layout_cube() local 691 y = total_height - 4; in i945_texture_layout_cube() 716 y = total_height - 4; in i945_texture_layout_cube() 722 y = total_height - 4; in i945_texture_layout_cube()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 508 GLint total_height,
|
D | meta.c | 2488 GLint total_height, in _mesa_meta_setup_texture_coords() argument 2499 const float t0 = (float) yoffset / (float) total_height; in _mesa_meta_setup_texture_coords() 2500 const float t1 = (float) (yoffset + height) / (float) total_height; in _mesa_meta_setup_texture_coords()
|