Searched refs:pow2_height (Results 1 – 2 of 2) sorted by relevance
1453 texture->pow2_width = texture->pow2_height = 1;1456 while (texture->pow2_height < height)1457 texture->pow2_height <<= 1;1463 texture->pow2_height = height;2648 UINT pow2_width, pow2_height; local2676 pow2_height = desc->height;2707 pow2_width = pow2_height = 1;2710 while (pow2_height < desc->height)2711 pow2_height <<= 1;2716 texture->pow2_height = pow2_height;[all …]
3164 unsigned int pow2_height; member3283 return max(1, texture->pow2_height >> level); in wined3d_texture_get_level_pow2_height()