Home
last modified time | relevance | path

Searched refs:blockWidth (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride()
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes; in get_aligned_compressed_row_stride()
67 blockBytes, blockWidth, in get_aligned_compressed_row_stride()
81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size()
454 uint32_t blockWidth, blockHeight; in migrate_image_to_miptree() local
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight); in migrate_image_to_miptree()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride()
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes; in get_aligned_compressed_row_stride()
67 blockBytes, blockWidth, in get_aligned_compressed_row_stride()
81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size()
454 uint32_t blockWidth, blockHeight; in migrate_image_to_miptree() local
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight); in migrate_image_to_miptree()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride()
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes; in get_aligned_compressed_row_stride()
67 blockBytes, blockWidth, in get_aligned_compressed_row_stride()
81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size()
454 uint32_t blockWidth, blockHeight; in migrate_image_to_miptree() local
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight); in migrate_image_to_miptree()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; in get_aligned_compressed_row_stride() local
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_aligned_compressed_row_stride()
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes; in get_aligned_compressed_row_stride()
67 blockBytes, blockWidth, in get_aligned_compressed_row_stride()
81 unsigned blockWidth, blockHeight; in get_texture_image_size() local
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight); in get_texture_image_size()
454 uint32_t blockWidth, blockHeight; in migrate_image_to_miptree() local
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight); in migrate_image_to_miptree()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextAutosizer.h84 static bool clusterShouldBeAutosized(TextAutosizingClusterInfo&, float blockWidth);
85 …tatic bool compositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>&, float blockWidth);
DTextAutosizer.cpp531 …l TextAutosizer::clusterShouldBeAutosized(TextAutosizingClusterInfo& clusterInfo, float blockWidth) in clusterShouldBeAutosized() argument
534 return compositeClusterShouldBeAutosized(clusterInfos, blockWidth); in clusterShouldBeAutosized()
537 …ompositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>& clusterInfos, float blockWidth) in compositeClusterShouldBeAutosized() argument
556 float minTextWidth = blockWidth * minLinesOfText; in compositeClusterShouldBeAutosized()