Searched refs:compressedSize (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | AstcTexture.cpp | 176 uint32_t compressedSize; // size of ASTC data for that region in on_vkCmdCopyBufferToImageImpl() member 201 const uint32_t compressedSize = numAstcBlocks * 16; in on_vkCmdCopyBufferToImageImpl() local 207 if (compressedDataOffset + compressedSize > astcDataSize) { in on_vkCmdCopyBufferToImageImpl() 209 compressedDataOffset, compressedSize, astcDataSize); in on_vkCmdCopyBufferToImageImpl() 215 regionInfos.push_back({width, height, compressedSize}); in on_vkCmdCopyBufferToImageImpl() 233 srcAstcData + compRegion.bufferOffset, regionInfo.compressedSize, in on_vkCmdCopyBufferToImageImpl()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 463 GLsizei compressedSize = in doCompressedTexImage2D() local 465 SET_ERROR_IF((compressedSize != imageSize), GL_INVALID_VALUE); in doCompressedTexImage2D() 470 reinterpret_cast<GLintptr>(data), compressedSize)); in doCompressedTexImage2D() 475 emulatedData.reset(new char[compressedSize]); in doCompressedTexImage2D() 581 GLsizei compressedSize = rgtc_get_encoded_image_size(rgtcFormat, width, height); in doCompressedTexImage2D() local 582 SET_ERROR_IF((compressedSize != imageSize), GL_INVALID_VALUE); in doCompressedTexImage2D() 587 new ScopedFetchUnpackData(ctx, reinterpret_cast<GLintptr>(data), compressedSize)); in doCompressedTexImage2D() 592 emulatedData.reset(new char[compressedSize]); in doCompressedTexImage2D()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_NV_memory_decompression.adoc | 45 * pname:compressedSize is the size of compressed data in bytes. 57 pname:compressedSize must: be valid and bound to a sname:VkDeviceMemory 75 The pname:srcAddress to pname:srcAddress {plus} pname:compressedSize
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTextures_unittest.cpp | 37 GLsizei compressedSize; member
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 7521 tinyexr::tinyexr_uint64 &compressedSize, in CompressZip() argument 7583 compressedSize = outSize; in CompressZip() 7590 compressedSize = outSize; in CompressZip() 7595 if (compressedSize >= src_size) { in CompressZip() 7596 compressedSize = src_size; in CompressZip() 7786 tinyexr::tinyexr_uint64 &compressedSize, in CompressRle() argument 7842 compressedSize = static_cast<tinyexr::tinyexr_uint64>(outSize); in CompressRle() 7846 if (compressedSize >= src_size) { in CompressRle() 7847 compressedSize = src_size; in CompressRle()
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 2936 …GLsizei compressedSize = GLESTextureUtils::getCompressedImageSize(internalformat, width, height, d… in compressedTexImageSizeCompatible() local 2938 return imageSize == compressedSize; in compressedTexImageSizeCompatible()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 16583 VkDeviceSize compressedSize; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 2715 VULKAN_HPP_HASH_COMBINE( seed, decompressMemoryRegionNV.compressedSize ); in operator ()()
|