Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dcmake_core.cmake69 ASTCENC_POPCNT=0
80 ASTCENC_POPCNT=0
91 ASTCENC_POPCNT=0
106 ASTCENC_POPCNT=1
121 ASTCENC_POPCNT=1
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib.h30 #ifndef ASTCENC_POPCNT
32 #define ASTCENC_POPCNT 1 macro
34 #define ASTCENC_POPCNT 0 macro
84 #if ASTCENC_SSE != 0 || ASTCENC_AVX != 0 || ASTCENC_POPCNT != 0
Dastcenccli_toplevel_help.cpp563 #if (ASTCENC_POPCNT == 1) in astcenc_print_header()
Dastcenc_platform_isa_detection.cpp29 (ASTCENC_POPCNT > 0) || (ASTCENC_F16C > 0)
Dcmake_core.cmake186 ASTCENC_POPCNT=0
197 ASTCENC_POPCNT=0
216 ASTCENC_POPCNT=0
235 ASTCENC_POPCNT=1
252 ASTCENC_POPCNT=1
Dastcenc_vecmathlib_sse_4.h1265 #if ASTCENC_POPCNT >= 1
Dastcenc_entry.cpp183 #if ASTCENC_POPCNT >= 1 in validate_cpu_isa()