Home
last modified time | relevance | path

Searched refs:v2u32 (Results 1 – 25 of 103) sorted by relevance

12345

/dports/games/minetest/minetest-5.4.1/src/
H A Dtileanimation.cpp51 void TileAnimationParams::determineParams(v2u32 texture_size, int *frame_count, in determineParams()
52 int *frame_length_ms, v2u32 *frame_size) const in determineParams()
64 *frame_size = v2u32(texture_size.X, frame_height); in determineParams()
71 *frame_size = v2u32(texture_size.X / sheet_2d.frames_w, texture_size.Y / sheet_2d.frames_h); in determineParams()
76 void TileAnimationParams::getTextureModifer(std::ostream &os, v2u32 texture_size, int frame) const in getTextureModifer()
93 v2f TileAnimationParams::getTextureCoords(v2u32 texture_size, int frame) const in getTextureCoords()
95 v2u32 ret(0, 0); in getTextureCoords()
100 ret = v2u32(0, frame_height * frame); in getTextureCoords()
102 v2u32 frame_size; in getTextureCoords()
107 ret = v2u32(r * frame_size.X, q * frame_size.Y); in getTextureCoords()
H A Dtileanimation.h55 void determineParams(v2u32 texture_size, int *frame_count, int *frame_length_ms,
56 v2u32 *frame_size) const;
57 void getTextureModifer(std::ostream &os, v2u32 texture_size, int frame) const;
58 v2f getTextureCoords(v2u32 texture_size, int frame) const;
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A DmodalMenu.h59 m_screensize_old = v2u32(0,0); in GUIModalMenu()
86 v2u32 screensize = driver->getScreenSize(); in draw()
135 virtual void regenerateGui(v2u32 screensize) = 0;
143 v2u32 m_screensize_old;
H A Ddrawscene.cpp134 void init_texture(video::IVideoDriver* driver, const v2u32& screensize, in init_texture()
146 video::ITexture* draw_image(const v2u32& screensize, in draw_image()
155 static v2u32 last_screensize = v2u32(0,0); in draw_image()
207 video::ITexture* draw_hud(video::IVideoDriver* driver, const v2u32& screensize, in draw_hud()
235 scene::ISceneManager* smgr, const v2u32& screensize, in draw_interlaced_3d_mode()
296 scene::ISceneManager* smgr, const v2u32& screensize, in draw_sidebyside_3d_mode()
352 scene::ISceneManager* smgr, const v2u32& screensize, in draw_top_bottom_3d_mode()
421 const v2u32& screensize, video::SColor skycolor, bool show_hud) in draw_scene()
509 v2u32 screensize = driver->getScreenSize(); in draw_load_screen()
/dports/games/minetest/minetest-5.4.1/src/client/render/
H A Dcore.h32 v2u32 screensize;
33 v2u32 virtual_size;
74 inline v2u32 getVirtualSize() const { return virtual_size; } in getVirtualSize()
H A Dplain.cpp40 v2u32 size{scaledown(scale, screensize.X), scaledown(scale, screensize.Y)}; in initTextures()
64 v2u32 size{scaledown(scale, screensize.X), scaledown(scale, screensize.Y)}; in upscale()
65 v2u32 dest_size{scale * size.X, scale * size.Y}; in upscale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
H A Dvector-gcc-compat.cpp13 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
242 v2u32 v2u32_a = {1, 2}; in uintTestType()
270 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dvector-gcc-compat.c11 typedef unsigned int v2u32 __attribute__((vector_size(8))); typedef
33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a);
244 v2u32 v2u32_a = {1, 2}; in uintTestType()
272 v2u32 v2u32_a = {1, 2}; in uintTestTypeUnsigned()
297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()

12345