Home
last modified time | relevance | path

Searched refs:adjX (Results 1 – 25 of 72) sorted by relevance

123

/dports/audio/xoscope/xoscope-2.0/gtkdatabox-0.6.0.0/gtk/
H A Dgtkdatabox.c89 GtkAdjustment *adjX; member
142 if (box->priv->adjX) in gtk_databox_set_hadjustment()
162 box->priv->adjX = adj; in gtk_databox_set_hadjustment()
342 return box->priv->adjX; in gtk_databox_get_hadjustment()
428 if (box->priv->adjX) in databox_finalize()
1015 box->priv->adjX->lower = 0; in gtk_databox_zoomed()
1019 box->priv->adjX->step_increment = box->priv->adjX->page_size / 20; in gtk_databox_zoomed()
1020 box->priv->adjX->page_increment = box->priv->adjX->page_size * 0.9; in gtk_databox_zoomed()
1091 box->priv->adjX->page_size = MIN (1.0, box->priv->adjX->page_size * 2); in gtk_databox_zoom_out()
1093 box->priv->adjX->value = in gtk_databox_zoom_out()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOB_HOMIN.cpp152 int adjX = spriteFrame->offset_x+spriteFrame->width/2; in process_move() local
155 int xStep = abs(go_x - (cur_x+adjX))/speed; in process_move()
170 …target_x_loc = (cur_x + adjX) + (int)(go_x-(cur_x+adjX)) / (actualStep - total_step) / ZOOM_LOC_WI… in process_move()
181 short adjX = spriteFrame->offset_x + spriteFrame->width/2; in process_move() local
183 origin_x = cur_x + adjX; in process_move()
196 adjX = spriteFrame->offset_x + spriteFrame->width/2; in process_move()
198 cur_x -= adjX; in process_move()
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dgtkdatabox.c304 box->adjX = in gtk_databox_init()
904 box->adjX->value += in gtk_databox_zoom_to_selection()
927 box->adjX->step_increment = box->adjX->page_size / 20; in gtk_databox_zoom_to_selection()
928 box->adjX->page_increment = box->adjX->page_size * 0.9; in gtk_databox_zoom_to_selection()
963 box->adjX->page_size = MIN (1.0, box->adjX->page_size * 2); in gtk_databox_zoom_out()
965 box->adjX->value = in gtk_databox_zoom_out()
967 1.0) ? 0 : (MAX (0, (box->adjX->value - box->adjX->page_size / 4))); in gtk_databox_zoom_out()
975 box->adjX->step_increment = box->adjX->page_size / 20; in gtk_databox_zoom_out()
976 box->adjX->page_increment = box->adjX->page_size * 0.9; in gtk_databox_zoom_out()
1000 box->adjX->step_increment = box->adjX->page_size / 20; in gtk_databox_zoom_home()
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c81 float adjX, float adjY[2]) in emit_wpos_adjustment() argument
94 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
105 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
106 nir_imm_vec4(b, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
112 nir_imm_vec4(b, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
151 float adjX = 0.0f; in lower_fragcoord() local
214 adjX = -0.5f; in lower_fragcoord()
226 adjX = adjY[0] = adjY[1] = 0.5f; in lower_fragcoord()
232 emit_wpos_adjustment(state, intr, invert, adjX, adjY); in lower_fragcoord()
/dports/misc/mnn/MNN-1.2.0/backupcode/cpubackend/
H A DCPUBatchMatMul.cpp15 CPUBatchMatMul::CPUBatchMatMul(Backend* backend, bool adjX, bool adjY) : Execution(backend) { in CPUBatchMatMul() argument
16 mMatMul.reset(new CPUMatMul(backend, adjX, adjY, true)); in CPUBatchMatMul()
83 …return new CPUBatchMatMul(backend, op->main_as_BatchMatMulParam()->adjX(), op->main_as_BatchMatMul… in onCreate()
/dports/misc/mnn/MNN-1.2.0/pymnn/pip_package/MNN/tools/mnn_fb/
H A DBatchMatMulParam.py36 def BatchMatMulParamAddAdjX(builder, adjX): builder.PrependBoolSlot(0, adjX, 0) argument
/dports/misc/py-tflite/tflite-2.3.0/tflite/
H A DBatchMatMulOptions.py36 def BatchMatMulOptionsAddAdjX(builder, adjX): builder.PrependBoolSlot(0, adjX, 0) argument
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c629 GLfloat adjX, GLfloat adjY[2]) in emit_wpos_adjustment() argument
656 if (adjX || adjY[0] || adjY[1]) { in emit_wpos_adjustment()
667 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f), in emit_wpos_adjustment()
668 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f)); in emit_wpos_adjustment()
672 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f)); in emit_wpos_adjustment()
718 GLfloat adjX = 0.0f; in emit_wpos() local
791 adjX = -0.5f; in emit_wpos()
807 adjX = adjY[0] = adjY[1] = 0.5f; in emit_wpos()
817 emit_wpos_adjustment(st->ctx, t, program, invert, adjX, adjY); in emit_wpos()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agi/
H A Dgraphics.h102 …void copyDisplayRectToScreen(int16 x, int16 adjX, int16 y, int16 adjY, int16 width, int16 adjWidth…
168 void putPixelOnDisplay(int16 x, int16 adjX, int16 y, int16 adjY, byte color);
194 …void drawDisplayRect(int16 x, int16 adjX, int16 y, int16 adjY, int16 width, int16 adjWidth, int16 …
202 …void drawStringOnDisplay(int16 x, int16 adjX, int16 y, int16 adjY, const char *text, byte foregrou…
H A Dgraphics.cpp328 void GfxMgr::copyDisplayRectToScreen(int16 x, int16 adjX, int16 y, int16 adjY, int16 width, int16 a… in copyDisplayRectToScreen() argument
333 adjX *= 2; adjY *= 2; in copyDisplayRectToScreen()
340 x += adjX; y += adjY; in copyDisplayRectToScreen()
439 void GfxMgr::putPixelOnDisplay(int16 x, int16 adjX, int16 y, int16 adjY, byte color) { in putPixelOnDisplay() argument
444 adjX *= 2; adjY *= 2; in putPixelOnDisplay()
450 x += adjX; in putPixelOnDisplay()
1051 x += adjX; y += adjY; in drawDisplayRect()
1055 x += adjX * 2; y += adjY * 2; in drawDisplayRect()
1137 void GfxMgr::drawStringOnDisplay(int16 x, int16 adjX, int16 y, int16 adjY, const char *text, byte f… in drawStringOnDisplay() argument
1140 x += adjX; in drawStringOnDisplay()
[all …]
H A Dsystemui.h112 …Common::Rect createRect(int16 x, int16 adjX, int16 y, int16 adjY, int16 width, int16 adjWidth, int…
117 …void drawButtonAppleIIgsEdgePixels(int16 x, int16 adjX, int16 y, int16 adjY, byte *edgeBitmap, boo…
/dports/games/scummvm/scummvm-2.5.1/engines/agi/
H A Dgraphics.h102 …void copyDisplayRectToScreen(int16 x, int16 adjX, int16 y, int16 adjY, int16 width, int16 adjWidth…
168 void putPixelOnDisplay(int16 x, int16 adjX, int16 y, int16 adjY, byte color);
194 …void drawDisplayRect(int16 x, int16 adjX, int16 y, int16 adjY, int16 width, int16 adjWidth, int16 …
202 …void drawStringOnDisplay(int16 x, int16 adjX, int16 y, int16 adjY, const char *text, byte foregrou…
H A Dgraphics.cpp328 void GfxMgr::copyDisplayRectToScreen(int16 x, int16 adjX, int16 y, int16 adjY, int16 width, int16 a… in copyDisplayRectToScreen() argument
333 adjX *= 2; adjY *= 2; in copyDisplayRectToScreen()
340 x += adjX; y += adjY; in copyDisplayRectToScreen()
439 void GfxMgr::putPixelOnDisplay(int16 x, int16 adjX, int16 y, int16 adjY, byte color) { in putPixelOnDisplay() argument
444 adjX *= 2; adjY *= 2; in putPixelOnDisplay()
450 x += adjX; in putPixelOnDisplay()
1051 x += adjX; y += adjY; in drawDisplayRect()
1055 x += adjX * 2; y += adjY * 2; in drawDisplayRect()
1137 void GfxMgr::drawStringOnDisplay(int16 x, int16 adjX, int16 y, int16 adjY, const char *text, byte f… in drawStringOnDisplay() argument
1140 x += adjX; in drawStringOnDisplay()
[all …]
/dports/misc/mnn/MNN-1.2.0/test/expr/
H A DMatMulTest.cpp107 param->adjX = false; in run()
138 param->adjX = true; in run()
171 param->adjX = false; in run()
204 param->adjX = true; in run()
239 param->adjX = true; in run()
/dports/misc/mnn/MNN-1.2.0/test/op/
H A DBatchMatMulTest.cpp107 param->adjX = false; in run()
138 param->adjX = true; in run()
171 param->adjX = false; in run()
204 param->adjX = true; in run()
239 param->adjX = true; in run()

123