Searched defs:blockHeight (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/compressedTextureFormats/ |
D | AstcCpuDecompressorImpl.cpp | 42 AstcencContextUniquePtr makeDecoderContext(uint32_t blockWidth, uint32_t blockHeight, in makeDecoderContext() 122 std::pair<astcenc_context*, astcenc_error> get(uint32_t blockWidth, uint32_t blockHeight) { in get() 134 uint32_t blockHeight; member 227 const uint32_t blockHeight, const uint8_t* astcData, size_t astcDataLength, in decompress()
|
D | AstcCpuDecompressorNoOp.cpp | 26 uint32_t blockHeight, const uint8_t* astcData, size_t astcDataLength, in decompress()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | TextureUtils.cpp | 107 #define ASTC_FORMAT(typeName, blockWidth, blockHeight, srgbValue) \ in getCompressedFormats() argument 156 #define ASTC_FORMAT(typeName, blockWidth, blockHeight, srgbValue) \ in getAstcFormatInfo() argument 170 uint32_t blockWidth, uint32_t blockHeight, uint8_t* outBuffer, in astcDecompress() 187 #define ASTC_FORMAT(typeName, blockWidth, blockHeight, srgbValue) \ in isAstcFormat() argument 508 uint32_t blockHeight = 0; in doCompressedTexImage2D() local 841 #define CALL_ON_ASTC_FORMAT(typeName, blockWidth, blockHeight, srgbValue) \ in forEachAstcFormat() argument
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | AstcTexture.cpp | 67 VkExtent3D imgSize, uint32_t blockWidth, uint32_t blockHeight, in AstcTexture()
|