Searched refs:small_block (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 279 int small_block) 281 if (small_block) { 1637 int small_block = (decoder.block_w * decoder.block_h * decoder.block_d) < 31; local in function:Block::write_decoded 1646 partition = select_partition(partition_index, x, y, z, num_parts, small_block); 278 select_partition(int seed,int x,int y,int z,int partitioncount,int small_block) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 280 int small_block) 282 if (small_block) { 1638 int small_block = (decoder.block_w * decoder.block_h * decoder.block_d) < 31; local in function:Block::write_decoded 1647 partition = select_partition(partition_index, x, y, z, num_parts, small_block); 279 select_partition(int seed,int x,int y,int z,int partitioncount,int small_block) argument
|
Completed in 7 milliseconds