Home
last modified time | relevance | path

Searched defs:small_block (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp124 int small_block in select_partition()
230 int small_block = texels_per_block < 32; in generate_one_partition_table() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp129 bool small_block in select_partition()
265 bool small_block = texels_per_block < 32; in generate_one_partition_info_entry() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dtexcompress_astc_luts.cpp255 …atic int astc_select_partition(int seed, int x, int y, int z, int partitioncount, bool small_block) in astc_select_partition()
324 bool small_block = (block_width * block_height) < 31; in PartitionTable() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp274 int small_block) in select_partition()
1626 int small_block = (decoder.block_w * decoder.block_h * decoder.block_d) < 31; in write_decoded() local
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dexpr.rs915 pub fn small_block(&mut self, block: &Block, attrs: &[Attribute]) { in small_block() method