Searched defs:blockWidth (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/angle/samples/dds_to_header/
H A Dmain.cpp57 std::size_t blockWidth = 0; local
63 blockWidth = 1;
116 blockWidth = 4;
123 blockWidth = 4;
130 blockWidth = 4;
137 blockWidth = 1;
143 blockWidth = 1;
149 blockWidth = 1;
155 blockWidth = 1;
161 blockWidth
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Dformatutils9.h32 GLuint blockWidth; member in struct:rx::d3d9::D3DFormat
H A Dformatutils9.cpp58 blockWidth(0),
73 static inline void InsertD3DFormatInfo(D3D9FormatInfoMap *map, D3DFORMAT format, GLuint bits, GLuint blockWidth, argument
79 info.blockWidth = blockWidth;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Dformatutils11.h30 GLuint blockWidth; member in struct:rx::d3d11::DXGIFormat
H A Dformatutils11.cpp180 blockWidth(0),
200 void AddDXGIFormat(DXGIFormatInfoMap *map, DXGI_FORMAT dxgiFormat, GLuint pixelBits, GLuint blockWidth, GLuint blockHeight, argument
205 info.blockWidth = blockWidth;
/external/chromium_org/third_party/skia/gm/
H A Detc1bitmap.cpp37 int blockWidth = (origW + 3) >> 2; local
41 if (blockWidth < 2 || blockHeight < 2) {
45 int newWidth = (blockWidth - 1) << 2;
58 memcpy(newData, origData, (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE);
59 origData += blockWidth*ETC1_ENCODED_BLOCK_SIZE;
60 newData += (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE;
/external/skia/gm/
H A Detc1bitmap.cpp37 int blockWidth = (origW + 3) >> 2; local
41 if (blockWidth < 2 || blockHeight < 2) {
45 int newWidth = (blockWidth - 1) << 2;
58 memcpy(newData, origData, (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE);
59 origData += blockWidth*ETC1_ENCODED_BLOCK_SIZE;
60 newData += (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; local
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
67 blockBytes, blockWidth,
81 unsigned blockWidth, blockHeight; local
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
454 uint32_t blockWidth, blockHeight; local
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; local
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
67 blockBytes, blockWidth,
81 unsigned blockWidth, blockHeight; local
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
454 uint32_t blockWidth, blockHeight; local
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; local
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
67 blockBytes, blockWidth,
81 unsigned blockWidth, blockHeight; local
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
454 uint32_t blockWidth, blockHeight; local
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c47 unsigned blockWidth, blockHeight; local
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
67 blockBytes, blockWidth,
81 unsigned blockWidth, blockHeight; local
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
454 uint32_t blockWidth, blockHeight; local
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp861 float blockWidth = widthFromBlock(block); local
862 float multiplier = m_pageInfo.m_frameWidth ? std::min(blockWidth, static_cast<float>(m_pageInfo.m_layoutWidth)) / m_pageInfo.m_frameWidth : 1.0f;
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1466 static inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) argument
1472 for (int i = 0; i < blockWidth*blockHeight; i++)
1484 for (int i = 0; i < blockWidth*blockHeight; i++)
1494 static void decodeVoidExtentBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode) argument
1505 setASTCErrorColorBlock(dst, blockWidth, blockHeight, isSRGB);
1520 for (int i = 0; i < blockWidth*blockHeight; i++)
1536 for (int i = 0; i < blockWidth*blockHeight; i++)
1542 for (int i = 0; i < blockWidth*blockHeight; i++)
2309 static void interpolateWeights (TexelWeightPair* dst, const deUint32* unquantizedWeights, int blockWidth, int blockHeight, const ASTCBlockMode& blockMode)
2312 const deUint32 scaleX = (1024 + blockWidth/
[all...]

Completed in 330 milliseconds