Searched refs:PNG_MIPS_MSA (Results 1 – 5 of 5) sorted by relevance
68 switch ((pp->options >> PNG_MIPS_MSA) & 3) in png_init_filter_functions_msa()
176 set(PNG_MIPS_MSA "on" variable178 set_property(CACHE PNG_MIPS_MSA180 list(FIND PNG_MIPS_MSA_POSSIBLE_VALUES ${PNG_MIPS_MSA} index)182 message(FATAL_ERROR "PNG_MIPS_MSA must be one of [${PNG_MIPS_MSA_POSSIBLE_VALUES}]")183 elseif(NOT ${PNG_MIPS_MSA} STREQUAL "off")187 if(${PNG_MIPS_MSA} STREQUAL "on")
101 if PNG_MIPS_MSA
432 AM_CONDITIONAL([PNG_MIPS_MSA], condition
3208 # define PNG_MIPS_MSA 6 /* HARDWARE: MIPS Msa SIMD instructions supported */ macro