Searched defs:blockWidth (Results  1 – 4 of 4) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/compressedTextureFormats/ | 
| D | AstcCpuDecompressorImpl.cpp | 41 AstcencContextUniquePtr makeDecoderContext(uint32_t blockWidth, uint32_t blockHeight,  in makeDecoderContext() 117     std::pair<astcenc_context*, astcenc_error> get(uint32_t blockWidth, uint32_t blockHeight) {  in get() 128         uint32_t blockWidth;  member 221     int32_t decompress(const uint32_t imgWidth, const uint32_t imgHeight, const uint32_t blockWidth,  in decompress()
  | 
| D | AstcCpuDecompressorNoOp.cpp | 25     int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth,  in decompress()
  | 
| /device/generic/vulkan-cereal/stream-servers/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 507         uint32_t blockWidth = 0;  in doCompressedTexImage2D()  local 841 #define CALL_ON_ASTC_FORMAT(typeName, blockWidth, blockHeight, srgbValue) \  in forEachAstcFormat()  argument
  | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/emulated_textures/ | 
| D | AstcTexture.cpp | 67                          VkExtent3D imgSize, uint32_t blockWidth, uint32_t blockHeight,  in AstcTexture()
  |