Searched refs:component_count (Results 1 – 6 of 6) sorted by relevance
51 const auto component_count = result_type->GetOperandAs<uint32_t>(2); in ValidateConstantComposite() local52 if (component_count != constituent_count) { in ValidateConstantComposite()106 const auto component_count = column_type->GetOperandAs<uint32_t>(2); in ValidateConstantComposite() local152 if (component_count != vector->words()[3]) { in ValidateConstantComposite()
102 component_count, member791 pixmap->component_count=(short) ReadBlobMSBShort(image); in ReadPixmap()797 (pixmap->bits_per_pixel > 32) || (pixmap->component_count <= 0) || in ReadPixmap()798 (pixmap->component_count > 4) || (pixmap->component_size <= 0)) in ReadPixmap()900 pixmap.component_count=0; in ReadPICTImage()1175 tile_image->alpha_trait=pixmap.component_count == 4 ? in ReadPICTImage()1335 p+=(pixmap.component_count-1)*tile_image->columns; in ReadPICTImage()1760 pixmap.component_count=1; in WritePICTImage()1775 pixmap.component_count=image->alpha_trait != UndefinedPixelTrait ? 4 : 3; in WritePICTImage()1981 (void) WriteBlobMSBShort(image,(unsigned short) pixmap.component_count); in WritePICTImage()
851 unsigned int component_count = MAX<int> (component_count_list[i] - 1, 0); in serialize() local855 component_list.sub_array (0, component_count)))) in serialize()857 component_list += component_count; in serialize()
1763 int component_count(const Type& type) { in component_count() function1786 if (args.size() != 1 || expected != component_count(args[0]->fType) || in convertCompoundConstructor()
1714 int component_count(const Type& type) { in component_count() function1737 if (args.size() != 1 || expected != component_count(args[0]->fType) || in convertCompoundConstructor()