Searched defs:small_block (Results 1 – 5 of 5) sorted by relevance
124 int small_block in select_partition()230 int small_block = texels_per_block < 32; in generate_one_partition_table() local
129 bool small_block in select_partition()265 bool small_block = texels_per_block < 32; in generate_one_partition_info_entry() local
255 …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
274 int small_block) in select_partition()1626 int small_block = (decoder.block_w * decoder.block_h * decoder.block_d) < 31; in write_decoded() local
915 pub fn small_block(&mut self, block: &Block, attrs: &[Attribute]) { in small_block() method