Home
last modified time | relevance | path

Searched refs:v2s32 (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dhud.cpp128 v2s32(x1, y2) in drawItem()
132 v2s32(x2, y1), in drawItem()
216 v2s32 steppos; in drawItems()
334 s32 count, v2s32 offset, v2s32 size) in drawStatbar()
345 if (size == v2s32()) { in drawStatbar()
360 v2s32 p = pos; in drawStatbar()
366 v2s32 steppos; in drawStatbar()
427 v2s32 secondpos = pos; in drawHotbar()
443 player->hp, v2s32((-10*24)-25,-(48+24+10)), v2s32(24,24)); in drawHotbar()
450 player->getBreath(), v2s32(25,-(48+24+10)), v2s32(24,24)); in drawHotbar()
[all …]
H A DguiFormSpecMenu.h111 v2s32 a_pos, v2s32 a_geom, s32 a_start_item_i): in ListDrawSpec()
122 v2s32 pos;
123 v2s32 geom;
133 v2s32 a_pos, v2s32 a_geom): in ImageDrawSpec()
148 v2s32 pos;
149 v2s32 geom;
186 v2s32 pos;
187 v2s32 geom;
292 v2s32 offset;
355 v2s32 size;
[all …]
H A DguiKeyChangeMenu.cpp115 v2s32 size(620, 430); in regenerateGui()
124 v2s32 topleft(0, 0); in regenerateGui()
128 rect += topleft + v2s32(25, 3); in regenerateGui()
139 v2s32 offset(25, 60); in regenerateGui()
146 rect += topleft + v2s32(offset.X, offset.Y); in regenerateGui()
158 offset = v2s32(250, 60); in regenerateGui()
160 offset += v2s32(0, 25); in regenerateGui()
169 rect += topleft + v2s32(option_x, option_y); in regenerateGui()
175 offset += v2s32(0, 25); in regenerateGui()
190 offset += v2s32(0, 25); in regenerateGui()
[all …]
H A DguiPasswordChange.cpp101 v2s32 size = rect.getSize(); in regenerateGui()
102 v2s32 topleft_client(40, 0); in regenerateGui()
110 rect += topleft_client + v2s32(35, ypos+6); in regenerateGui()
117 rect += topleft_client + v2s32(160, ypos); in regenerateGui()
126 rect += topleft_client + v2s32(35, ypos+6); in regenerateGui()
133 rect += topleft_client + v2s32(160, ypos); in regenerateGui()
141 rect += topleft_client + v2s32(35, ypos+6); in regenerateGui()
148 rect += topleft_client + v2s32(160, ypos); in regenerateGui()
157 rect = rect + v2s32(size.X/2-140/2, ypos); in regenerateGui()
166 rect += topleft_client + v2s32(35, ypos); in regenerateGui()
H A Dhud.h88 v2s32 size;
136 void drawStatbar(v2s32 pos, u16 corner, u16 drawdir, std::string texture,
137 s32 count, v2s32 offset, v2s32 size=v2s32());
139 void drawItems(v2s32 upperleftpos, s32 itemcount, s32 offset,
145 v2s32 m_displaycenter;
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dhud.cpp186 v2s32(x1, y2) in drawItem()
190 v2s32(x2, y1), in drawItem()
226 void Hud::drawItems(v2s32 upperleftpos, v2s32 screen_offset, s32 itemcount, in drawItems()
276 v2s32 steppos; in drawItems()
549 tgtrect += v2s32( in drawCompassTranslate()
602 s32 count, s32 maxcount, v2s32 offset, v2s32 size) in drawStatbar()
618 if (size == v2s32()) { in drawStatbar()
631 v2s32 p = pos; in drawStatbar()
637 v2s32 steppos; in drawStatbar()
778 v2s32 lsize = v2s32(m_displaycenter.X - (size.X / 2), in drawCrosshair()
[all …]
H A Dhud.h89 bool calculateScreenPos(const v3s16 &camera_offset, HudElement *e, v2s32 *pos);
90 void drawStatbar(v2s32 pos, u16 corner, u16 drawdir,
92 s32 count, s32 maxcount, v2s32 offset, v2s32 size = v2s32());
94 void drawItems(v2s32 upperleftpos, v2s32 screen_offset, s32 itemcount,
110 v2s32 m_displaycenter;
/dports/games/minetest/minetest-5.4.1/src/gui/
H A DguiInventoryList.cpp32 const v2s32 &geom, in GUIInventoryList()
34 const v2s32 &slot_size, in GUIInventoryList()
89 v2s32 base_pos = AbsoluteRect.UpperLeftCorner; in draw()
98 v2s32 p((i % m_geom.X) * m_slot_spacing.X, in draw()
129 core::rect<s32>(v2s32(x1 - border, y1 - border), in draw()
132 core::rect<s32>(v2s32(x1 - border, y2), in draw()
135 core::rect<s32>(v2s32(x1 - border, y1), in draw()
136 v2s32(x1, y2)), clipping_rect_ptr); in draw()
138 core::rect<s32>(v2s32(x2, y1), in draw()
217 v2s32 base_pos = AbsoluteRect.UpperLeftCorner; in getItemIndexAtPos()
[all …]
H A DguiKeyChangeMenu.cpp131 v2s32 size = DesiredRect.getSize(); in regenerateGui()
132 v2s32 topleft(0, 0); in regenerateGui()
136 rect += topleft + v2s32(25 * s, 3 * s); in regenerateGui()
147 v2s32 offset(25 * s, 60 * s); in regenerateGui()
154 rect += topleft + v2s32(offset.X, offset.Y); in regenerateGui()
169 offset += v2s32(0, 25 * s); in regenerateGui()
179 rect += topleft + v2s32(option_x, option_y); in regenerateGui()
185 offset += v2s32(0, 25 * s); in regenerateGui()
200 offset += v2s32(0, 25 * s); in regenerateGui()
215 offset += v2s32(0, 25); in regenerateGui()
[all …]
H A DguiPasswordChange.cpp95 v2s32 size = DesiredRect.getSize(); in regenerateGui()
96 v2s32 topleft_client(40 * s, 0); in regenerateGui()
106 rect += topleft_client + v2s32(25 * s, ypos + 6 * s); in regenerateGui()
113 rect += topleft_client + v2s32(160 * s, ypos); in regenerateGui()
122 rect += topleft_client + v2s32(25 * s, ypos + 6 * s); in regenerateGui()
129 rect += topleft_client + v2s32(160 * s, ypos); in regenerateGui()
137 rect += topleft_client + v2s32(25 * s, ypos + 6 * s); in regenerateGui()
144 rect += topleft_client + v2s32(160 * s, ypos); in regenerateGui()
153 rect = rect + v2s32(size.X / 4 + 56 * s, ypos); in regenerateGui()
160 rect = rect + v2s32(size.X / 4 + 185 * s, ypos); in regenerateGui()
[all …]
H A DguiBox.cpp49 v2s32 upperleft = AbsoluteRect.UpperLeftCorner; in draw()
50 v2s32 lowerright = AbsoluteRect.LowerRightCorner; in draw()
52 v2s32 topleft_border = { in draw()
56 v2s32 topleft_rect = { in draw()
61 v2s32 lowerright_border = { in draw()
65 v2s32 lowerright_rect = { in draw()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp50 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
84 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
92 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
98 {v2s32, v2s32}, {v4s32, v4s32}, {v2s64, v2s64}}) in AArch64LegalizerInfo()
102 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
130 {v2s32, v2s32}, in AArch64LegalizerInfo()
150 .legalFor({s32, s64, v2s64, v4s32, v2s32}); in AArch64LegalizerInfo()
181 .libcallFor({s32, s64, v2s32, v4s32, v2s64}); in AArch64LegalizerInfo()
314 {v2s32, v2s32}, in AArch64LegalizerInfo()
564 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp50 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
84 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
92 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
98 {v2s32, v2s32}, {v4s32, v4s32}, {v2s64, v2s64}}) in AArch64LegalizerInfo()
102 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
130 {v2s32, v2s32}, in AArch64LegalizerInfo()
150 .legalFor({s32, s64, v2s64, v4s32, v2s32}); in AArch64LegalizerInfo()
181 .libcallFor({s32, s64, v2s32, v4s32, v2s64}); in AArch64LegalizerInfo()
314 {v2s32, v2s32}, in AArch64LegalizerInfo()
564 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp50 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
84 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
92 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
98 {v2s32, v2s32}, {v4s32, v4s32}, {v2s64, v2s64}}) in AArch64LegalizerInfo()
102 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
130 {v2s32, v2s32}, in AArch64LegalizerInfo()
150 .legalFor({s32, s64, v2s64, v4s32, v2s32}); in AArch64LegalizerInfo()
181 .libcallFor({s32, s64, v2s32, v4s32, v2s64}); in AArch64LegalizerInfo()
314 {v2s32, v2s32}, in AArch64LegalizerInfo()
564 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp48 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
76 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
84 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
90 {v2s32, v2s32}, {v4s32, v4s32}, {v2s64, v2s64}}) in AArch64LegalizerInfo()
94 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
119 {{s32, s32}, {s32, s64}, {s64, s64}, {v2s32, v2s32}, {v4s32, v4s32}}) in AArch64LegalizerInfo()
136 .legalFor({s32, s64, v2s64, v4s32, v2s32}); in AArch64LegalizerInfo()
167 .libcallFor({s32, s64, v2s32, v4s32, v2s64}); in AArch64LegalizerInfo()
301 {v2s32, v2s32}, in AArch64LegalizerInfo()
544 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp51 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
87 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
95 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
101 {v2s32, v2s32}, {v4s32, v4s32}, {v2s64, v2s64}}) in AArch64LegalizerInfo()
105 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
133 {v2s32, v2s32}, in AArch64LegalizerInfo()
153 .legalFor({s32, s64, v2s64, v4s32, v2s32}); in AArch64LegalizerInfo()
184 .libcallFor({s32, s64, v2s32, v4s32, v2s64}); in AArch64LegalizerInfo()
317 {v2s32, v2s32}, in AArch64LegalizerInfo()
573 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp51 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
87 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
95 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
109 {v2s32, v2s32}, in AArch64LegalizerInfo()
115 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
143 {v2s32, v2s32}, in AArch64LegalizerInfo()
163 .legalFor({s32, s64, v2s64, v4s32, v2s32}); in AArch64LegalizerInfo()
194 .libcallFor({s32, s64, v2s32, v4s32, v2s64}); in AArch64LegalizerInfo()
327 {v2s32, v2s32}, in AArch64LegalizerInfo()
583 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp54 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
98 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
112 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
131 {v2s32, v2s32}, in AArch64LegalizerInfo()
138 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
168 .legalFor({s32, s64, v2s64, v4s32, v2s32}) in AArch64LegalizerInfo()
169 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
335 {v2s32, v2s32}, in AArch64LegalizerInfo()
359 .clampNumElements(0, v2s32, v4s32); in AArch64LegalizerInfo()
617 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp54 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
103 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
117 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
136 {v2s32, v2s32}, in AArch64LegalizerInfo()
143 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
174 .legalFor({s32, s64, v2s64, v4s32, v2s32}) in AArch64LegalizerInfo()
175 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
345 {v2s32, v2s32}, in AArch64LegalizerInfo()
369 .clampNumElements(0, v2s32, v4s32); in AArch64LegalizerInfo()
627 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp54 const LLT v2s32 = LLT::vector(2, 32); in AArch64LegalizerInfo() local
103 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
117 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
136 {v2s32, v2s32}, in AArch64LegalizerInfo()
143 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
174 .legalFor({s32, s64, v2s64, v4s32, v2s32}) in AArch64LegalizerInfo()
175 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
345 {v2s32, v2s32}, in AArch64LegalizerInfo()
369 .clampNumElements(0, v2s32, v4s32); in AArch64LegalizerInfo()
627 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp55 const LLT v2s32 = LLT::fixed_vector(2, 32); in AArch64LegalizerInfo() local
104 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
118 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
137 {v2s32, v2s32}, in AArch64LegalizerInfo()
144 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
173 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
187 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
378 {v2s32, v2s32}, in AArch64LegalizerInfo()
402 .clampNumElements(0, v2s32, v4s32); in AArch64LegalizerInfo()
667 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp55 const LLT v2s32 = LLT::fixed_vector(2, 32); in AArch64LegalizerInfo() local
104 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
118 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
137 {v2s32, v2s32}, in AArch64LegalizerInfo()
144 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
173 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
187 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
378 {v2s32, v2s32}, in AArch64LegalizerInfo()
402 .clampNumElements(0, v2s32, v4s32); in AArch64LegalizerInfo()
667 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp55 const LLT v2s32 = LLT::fixed_vector(2, 32); in AArch64LegalizerInfo() local
104 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
118 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
137 {v2s32, v2s32}, in AArch64LegalizerInfo()
144 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
173 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
187 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
378 {v2s32, v2s32}, in AArch64LegalizerInfo()
402 .clampNumElements(0, v2s32, v4s32); in AArch64LegalizerInfo()
667 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp55 const LLT v2s32 = LLT::fixed_vector(2, 32); in AArch64LegalizerInfo() local
104 .legalFor({s32, s64, v4s32, v2s32, v2s64}) in AArch64LegalizerInfo()
118 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
137 {v2s32, v2s32}, in AArch64LegalizerInfo()
144 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
173 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
187 .clampNumElements(0, v2s32, v4s32) in AArch64LegalizerInfo()
378 {v2s32, v2s32}, in AArch64LegalizerInfo()
402 .clampNumElements(0, v2s32, v4s32); in AArch64LegalizerInfo()
667 {v2s32, s32}, in AArch64LegalizerInfo()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp55 const LLT v2s32 = LLT::fixed_vector(2, 32);
104 .legalFor({s32, s64, v4s32, v2s32, v2s64})
118 .clampNumElements(0, v2s32, v4s32)
137 {v2s32, v2s32},
144 .clampNumElements(0, v2s32, v4s32)
173 .clampNumElements(0, v2s32, v4s32)
187 .clampNumElements(0, v2s32, v4s32)
378 {v2s32, v2s32},
402 .clampNumElements(0, v2s32, v4s32);
667 {v2s32, s32},
[all …]

12345678