Lines Matching defs:astcenc_block_info
597 struct astcenc_block_info struct
600 astcenc_profile profile;
603 unsigned int block_x;
606 unsigned int block_y;
609 unsigned int block_z;
612 unsigned int texel_count;
615 bool is_error_block;
618 bool is_constant_block;
621 bool is_hdr_block;
624 bool is_dual_plane_block;
627 unsigned int partition_count;
630 unsigned int partition_index;
633 unsigned int dual_plane_component;
636 unsigned int color_endpoint_modes[4];
639 unsigned int color_level_count;
642 unsigned int weight_level_count;
645 unsigned int weight_x;
648 unsigned int weight_y;
651 unsigned int weight_z;
654 float color_endpoints[4][2][4];
657 float weight_values_plane1[216];
660 float weight_values_plane2[216];
663 uint8_t partition_assignment[216];