Home
last modified time | relevance | path

Searched refs:normal_count (Results 1 – 25 of 70) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dkaneko_grap2.cpp109 int normal_count = 0; in do_rle() local
116 if (rle_count==0 && normal_count==0) // we need a new code byte in do_rle()
122 normal_count = (thebyte & 0x7f)+1; in do_rle()
143 else if (normal_count) in do_rle()
148 normal_count--; in do_rle()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dkaneko_grap2.cpp109 int normal_count = 0; in do_rle() local
116 if (rle_count==0 && normal_count==0) // we need a new code byte in do_rle()
122 normal_count = (thebyte & 0x7f)+1; in do_rle()
143 else if (normal_count) in do_rle()
148 normal_count--; in do_rle()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtContactProcessingStructs.h88 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, int normal_count) in interpolate_normals() argument
91 for (int i = 0; i < normal_count; i++) in interpolate_normals()
H A Dgim_contact.h110 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, GUINT normal_count) in interpolate_normals() argument
113 for (GUINT i = 0; i < normal_count; i++) in interpolate_normals()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A DbtContactProcessingStructs.h88 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, int normal_count) in interpolate_normals() argument
91 for (int i = 0; i < normal_count; i++) in interpolate_normals()
H A Dgim_contact.h110 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, GUINT normal_count) in interpolate_normals() argument
113 for (GUINT i = 0; i < normal_count; i++) in interpolate_normals()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtContactProcessingStructs.h88 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, int normal_count) in interpolate_normals() argument
91 for (int i = 0; i < normal_count; i++) in interpolate_normals()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A DbtContactProcessingStructs.h88 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, int normal_count) in interpolate_normals() argument
91 for (int i = 0; i < normal_count; i++) in interpolate_normals()
H A Dgim_contact.h110 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, GUINT normal_count) in interpolate_normals() argument
113 for (GUINT i = 0; i < normal_count; i++) in interpolate_normals()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtContactProcessingStructs.h88 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, int normal_count) in interpolate_normals() argument
91 for (int i = 0; i < normal_count; i++) in interpolate_normals()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtContactProcessingStructs.h88 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, int normal_count) in interpolate_normals() argument
91 for (int i = 0; i < normal_count; i++) in interpolate_normals()
H A Dgim_contact.h110 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, GUINT normal_count) in interpolate_normals() argument
113 for (GUINT i = 0; i < normal_count; i++) in interpolate_normals()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A DbtContactProcessingStructs.h88 SIMD_FORCE_INLINE void interpolate_normals(btVector3 *normals, int normal_count) in interpolate_normals() argument
91 for (int i = 0; i < normal_count; i++) in interpolate_normals()
/dports/multimedia/mpv/mpv-0.34.1/etc/
H A Dmpv.bash-completion101 local normal_count=${#COMPREPLY[@]}
103 if [ $normal_count -gt 0 -o ${#COMPREPLY[@]} -gt 1 ]; then
/dports/games/el/Eternal-Lands-1.9.5.9-1/map_editor/
H A Dshadows.c87 if (object_id->e3d_data->vertex_layout->normal_count == 0) glAlphaFunc(GL_GREATER, 0.23f); in draw_3d_object_shadow()
140 if ((objects_list[i]->e3d_data->vertex_layout->normal_count > 0) in display_shadows()
177 if ((objects_list[i]->e3d_data->vertex_layout->normal_count > 0) in display_night_shadows()
273 if (objects_list[i]->e3d_data->vertex_layout->normal_count > 0) in display_3d_ground_objects()
340 if (objects_list[i]->e3d_data->vertex_layout->normal_count > 0) in display_3d_non_ground_objects()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A DbtContactProcessing.h92 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,int normal_count) in interpolate_normals() argument
95 for(int i=0;i<normal_count;i++) in interpolate_normals()
H A Dgim_contact.h106 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,GUINT normal_count) in interpolate_normals() argument
109 for(GUINT i=0;i<normal_count;i++) in interpolate_normals()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A DbtContactProcessing.h92 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,int normal_count) in interpolate_normals() argument
95 for(int i=0;i<normal_count;i++) in interpolate_normals()
H A Dgim_contact.h106 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,GUINT normal_count) in interpolate_normals() argument
109 for(GUINT i=0;i<normal_count;i++) in interpolate_normals()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A DbtContactProcessing.h92 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,int normal_count) in interpolate_normals() argument
95 for(int i=0;i<normal_count;i++) in interpolate_normals()
H A Dgim_contact.h106 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,GUINT normal_count) in interpolate_normals() argument
109 for(GUINT i=0;i<normal_count;i++) in interpolate_normals()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A DbtContactProcessing.h92 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,int normal_count) in interpolate_normals() argument
95 for(int i=0;i<normal_count;i++) in interpolate_normals()
H A Dgim_contact.h106 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,GUINT normal_count) in interpolate_normals() argument
109 for(GUINT i=0;i<normal_count;i++) in interpolate_normals()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/Gimpact/
H A DbtContactProcessing.h92 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,int normal_count) in interpolate_normals() argument
95 for(int i=0;i<normal_count;i++) in interpolate_normals()
H A Dgim_contact.h106 SIMD_FORCE_INLINE void interpolate_normals( btVector3 * normals,GUINT normal_count) in interpolate_normals() argument
109 for(GUINT i=0;i<normal_count;i++) in interpolate_normals()

123