Home
last modified time | relevance | path

Searched refs:PNG_MIPS_MSA (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libpng/mips/
Dmips_init.c68 switch ((pp->options >> PNG_MIPS_MSA) & 3) in png_init_filter_functions_msa()
/third_party/skia/third_party/externals/libpng/
DCMakeLists.txt151 set(PNG_MIPS_MSA "on" CACHE STRING "Enable MIPS_MSA optimizations: variable
153 set_property(CACHE PNG_MIPS_MSA PROPERTY STRINGS
155 list(FIND PNG_MIPS_MSA_POSSIBLE_VALUES ${PNG_MIPS_MSA} index)
158 "PNG_MIPS_MSA must be one of [${PNG_MIPS_MSA_POSSIBLE_VALUES}]")
159 elseif(NOT ${PNG_MIPS_MSA} STREQUAL "off")
163 if(${PNG_MIPS_MSA} STREQUAL "on")
DMakefile.am101 if PNG_MIPS_MSA
Dconfigure.ac436 AM_CONDITIONAL([PNG_MIPS_MSA], condition
Dpng.h3208 # define PNG_MIPS_MSA 6 /* HARDWARE: MIPS Msa SIMD instructions supported */ macro
/third_party/libpng/
Dhuawei_libpng_CMakeList.patch180 - set(PNG_MIPS_MSA "on"
182 - set_property(CACHE PNG_MIPS_MSA
184 - list(FIND PNG_MIPS_MSA_POSSIBLE_VALUES ${PNG_MIPS_MSA} index)
186 - message(FATAL_ERROR "PNG_MIPS_MSA must be one of [${PNG_MIPS_MSA_POSSIBLE_VALUES}]")
187 - elseif(NOT ${PNG_MIPS_MSA} STREQUAL "off")
191 - if(${PNG_MIPS_MSA} STREQUAL "on")