Home
last modified time | relevance | path

Searched defs:PartitionTable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dtexcompress_astc_luts.h111 struct PartitionTable struct
115 std::vector<uint8_t> lut_buffer;
116 unsigned lut_width = 0;
117 unsigned lut_height = 0;
H A Dtexcompress_astc_luts.cpp322 ASTCLutHolder::PartitionTable::PartitionTable(unsigned block_width, unsigned block_height) in PartitionTable() function in Granite::ASTCLutHolder::PartitionTable
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dpartition.rs88 enum PartitionTable<G> { enum