Home
last modified time | relevance | path

Searched refs:total_height (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_tex_layout.c126 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 …]
Dintel_tex_layout.c157 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()
Dintel_mipmap_tree.c148 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()
Dintel_mipmap_tree.h172 GLuint total_height; member
Dintel_tex_image.c243 intel_image->mt->total_height = height; in intel_set_texture_image_region()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c681 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/
Dmeta.h508 GLint total_height,
Dmeta.c2488 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()