Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_internal.h667 const partition_info* get_partition_table(unsigned int partition_count) const in get_partition_table() function
694 auto& result = get_partition_table(partition_count)[packed_index]; in get_partition_info()
710 auto& result = get_partition_table(partition_count)[packed_index]; in get_raw_partition_info()
/aosp_15_r20/external/mesa3d/src/util/
H A Dtexcompress_astc_luts.h123 PartitionTable &get_partition_table(unsigned width, unsigned height);
H A Dtexcompress_astc_luts_wrap.cpp59 auto &table = luts.get_partition_table(block_width, block_height); in _mesa_get_astc_decoder_partition_table()
H A Dtexcompress_astc_luts.cpp350 ASTCLutHolder::PartitionTable &ASTCLutHolder::get_partition_table(unsigned width, unsigned height) in get_partition_table() function in Granite::ASTCLutHolder
/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_codec_internals.h274 static inline const partition_info *get_partition_table( in get_partition_table() function
H A Dastc_decompress_symbolic.cpp203 const partition_info *pt = get_partition_table(bsd, partition_count); in decompress_symbolic_block()