Lines Matching refs:SDL_SIMDAlignment
718 static Uint32 SDL_SIMDAlignment = 0xFFFFFFFF; variable
726 SDL_SIMDAlignment = sizeof(void *); /* a good safe base value */ in SDL_GetCPUFeatures()
732 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures()
736 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 8); in SDL_GetCPUFeatures()
740 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 8); in SDL_GetCPUFeatures()
744 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures()
748 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures()
752 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures()
756 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures()
760 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures()
764 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 32); in SDL_GetCPUFeatures()
768 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 32); in SDL_GetCPUFeatures()
772 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 64); in SDL_GetCPUFeatures()
776 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures()
780 SDL_SIMDAlignment = SDL_max(SDL_SIMDAlignment, 16); in SDL_GetCPUFeatures()
937 if (SDL_SIMDAlignment == 0xFFFFFFFF) { in SDL_SIMDGetAlignment()
940 SDL_assert(SDL_SIMDAlignment != 0); in SDL_SIMDGetAlignment()
941 return SDL_SIMDAlignment; in SDL_SIMDGetAlignment()