• Home
  • Raw
  • Download

Lines Matching refs:partition_num

451           int partition_num,  in is_anchor()  argument
461 return anchor_indices[0][partition_num] == texel; in is_anchor()
463 return (anchor_indices[1][partition_num] == texel || in is_anchor()
464 anchor_indices[2][partition_num] == texel); in is_anchor()
473 int partition_num, in count_anchors_before_texel() argument
485 if (texel > anchor_indices[0][partition_num]) in count_anchors_before_texel()
489 if (texel > anchor_indices[1][partition_num]) in count_anchors_before_texel()
491 if (texel > anchor_indices[2][partition_num]) in count_anchors_before_texel()
545 int partition_num; in fetch_rgba_unorm_from_block() local
568 partition_num = extract_bits(block, bit_offset, mode->n_partition_bits); in fetch_rgba_unorm_from_block()
576 subsets = partition_table1[partition_num]; in fetch_rgba_unorm_from_block()
579 subsets = partition_table2[partition_num]; in fetch_rgba_unorm_from_block()
603 partition_num, texel); in fetch_rgba_unorm_from_block()
617 anchor = is_anchor(mode->n_subsets, partition_num, texel); in fetch_rgba_unorm_from_block()
851 int partition_num; in fetch_rgb_float_from_block() local
882 partition_num = extract_bits(block, bit_offset, mode->n_partition_bits); in fetch_rgb_float_from_block()
885 subsets = partition_table1[partition_num]; in fetch_rgb_float_from_block()
888 partition_num = 0; in fetch_rgb_float_from_block()
894 count_anchors_before_texel(n_subsets, partition_num, texel); in fetch_rgb_float_from_block()
902 if (is_anchor(n_subsets, partition_num, texel)) in fetch_rgb_float_from_block()