Home
last modified time | relevance | path

Searched refs:PNG_POWERPC_VSX (Results 1 – 7 of 7) sorted by relevance

/external/libpng/powerpc/
Dpowerpc_init.c64 switch ((pp->options >> PNG_POWERPC_VSX) & 3) in png_init_filter_functions_vsx()
/external/libpng/
DCMakeLists.txt103 set(PNG_POWERPC_VSX "on" CACHE STRING "Enable POWERPC VSX optimizations: variable
105 set_property(CACHE PNG_POWERPC_VSX PROPERTY STRINGS
107 list(FIND PNG_POWERPC_VSX_POSSIBLE_VALUES ${PNG_POWERPC_VSX} index)
110 "PNG_POWERPC_VSX must be one of [${PNG_POWERPC_VSX_POSSIBLE_VALUES}]")
111 elseif(NOT ${PNG_POWERPC_VSX} STREQUAL "off")
115 if(${PNG_POWERPC_VSX} STREQUAL "on")
DMakefile.am112 if PNG_POWERPC_VSX
Dconfigure.ac518 AM_CONDITIONAL([PNG_POWERPC_VSX], condition
Dpng.h3212 # define PNG_POWERPC_VSX 10 /* HARDWARE: PowerPC VSX SIMD instructions supported */ macro
/external/libpng/scripts/
Dpnglibconf.dfa248 # POWERPC_VSX_API: (PNG_POWERPC_VSX == 1) allow the optimization to be switched on
250 # POWERPC_VSX_CHECK: (PNG_POWERPC_VSX == 1) compile a run-time check to see if VSX
/external/pdfium/third_party/libpng16/
Dpng.h3212 # define PNG_POWERPC_VSX 10 /* HARDWARE: PowerPC VSX SIMD instructions supported */ macro