Home
last modified time | relevance | path

Searched refs:zpos (Results 26 – 50 of 702) sorted by relevance

12345678910>>...29

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c111 if (!last || (new->base.zpos > last->base.zpos)) { in komeda_plane_state_list_add()
118 if (new->base.zpos < node->base.zpos) { in komeda_plane_state_list_add()
121 } else if (node->base.zpos == new->base.zpos) { in komeda_plane_state_list_add()
129 a->name, b->name, node->base.zpos); in komeda_plane_state_list_add()
184 plane_st->zpos, plane_st->normalized_zpos); in komeda_crtc_normalize_zpos()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c111 if (!last || (new->base.zpos > last->base.zpos)) { in komeda_plane_state_list_add()
118 if (new->base.zpos < node->base.zpos) { in komeda_plane_state_list_add()
121 } else if (node->base.zpos == new->base.zpos) { in komeda_plane_state_list_add()
129 a->name, b->name, node->base.zpos); in komeda_plane_state_list_add()
184 plane_st->zpos, plane_st->normalized_zpos); in komeda_crtc_normalize_zpos()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c111 if (!last || (new->base.zpos > last->base.zpos)) { in komeda_plane_state_list_add()
118 if (new->base.zpos < node->base.zpos) { in komeda_plane_state_list_add()
121 } else if (node->base.zpos == new->base.zpos) { in komeda_plane_state_list_add()
129 a->name, b->name, node->base.zpos); in komeda_plane_state_list_add()
184 plane_st->zpos, plane_st->normalized_zpos); in komeda_crtc_normalize_zpos()
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/mplot3d/
H A Dhist3d.py25 zpos = 0 variable
28 dx = dy = 0.5 * np.ones_like(zpos)
31 ax.bar3d(xpos, ypos, zpos, dx, dy, dz, zsort='average')
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/sti/
H A Dsti_plane.c118 plane->state->zpos = sti_plane_get_default_zpos(plane->type); in sti_plane_reset()
124 int zpos = sti_plane_get_default_zpos(type); in sti_plane_attach_zorder_property() local
129 drm_plane_create_zpos_property(drm_plane, zpos, 0, 6); in sti_plane_attach_zorder_property()
132 drm_plane_create_zpos_immutable_property(drm_plane, zpos); in sti_plane_attach_zorder_property()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/sti/
H A Dsti_plane.c118 plane->state->zpos = sti_plane_get_default_zpos(plane->type); in sti_plane_reset()
124 int zpos = sti_plane_get_default_zpos(type); in sti_plane_attach_zorder_property() local
129 drm_plane_create_zpos_property(drm_plane, zpos, 0, 6); in sti_plane_attach_zorder_property()
132 drm_plane_create_zpos_immutable_property(drm_plane, zpos); in sti_plane_attach_zorder_property()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/sti/
H A Dsti_plane.c118 plane->state->zpos = sti_plane_get_default_zpos(plane->type); in sti_plane_reset()
124 int zpos = sti_plane_get_default_zpos(type); in sti_plane_attach_zorder_property() local
129 drm_plane_create_zpos_property(drm_plane, zpos, 0, 6); in sti_plane_attach_zorder_property()
132 drm_plane_create_zpos_immutable_property(drm_plane, zpos); in sti_plane_attach_zorder_property()
/dports/graphics/py-pyglet/pyglet-1.5.21/contrib/model/examples/
H A Dtree_test.py36 self.zpos = -10
49 self.zpos = max(-10, self.zpos + dy)
54 glTranslatef(self.x/10., -self.y/10., self.zpos)
/dports/lang/fpc-source/fpc-3.2.2/packages/libndsfpc/examples/input/Touch_Pad/touch_look/
H A DtouchLook.pp16 zpos: cint32;
60 ztrans := -zpos;
238 zpos := zpos + (cosLerp(heading + degreesToAngle(90)) shr 5);
243 zpos := zpos - (cosLerp(heading + degreesToAngle(90)) shr 5);
248 zpos := zpos + (cosLerp(heading) shr 5);
257 zpos := zpos - (cosLerp(heading) shr 5);
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/mplot3d/
H A Dhist3d.py29 zpos = np.zeros_like(xpos) variable
32 dx = 0.5 * np.ones_like(zpos)
36 ax.bar3d(xpos, ypos, zpos, dx, dy, dz, color='b', zsort='average')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/mplot3d/
H A Dhist3d.py29 zpos = np.zeros_like(xpos) variable
32 dx = 0.5 * np.ones_like(zpos)
36 ax.bar3d(xpos, ypos, zpos, dx, dy, dz, color='b', zsort='average')
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archimesh/
H A Dachm_room_maker.py1248 zpos = minh # initial position
1303 while zpos <= top:
1307 if zpos <= limit:
1350 if zpos != top:
1400 pvertex.extend([(x, y, zpos)])
1406 pvertex.extend([(x, y, zpos)])
1453 if zpos != top:
1464 if zpos == top:
1468 zpos += height
1470 if zpos > top:
[all …]
/dports/games/spring/spring_98.0/rts/Rendering/Env/
H A DAdvWater.cpp176 float3 dir, zpos; in Draw() local
192 zpos = camera->GetPos() + dir*(camera->GetPos().y / -dir.y); in Draw()
193 zpos.y = math::sin(zpos.z*0.1f + gs->frameNum*0.06f)*0.06f + 0.05f; in Draw()
195 va->AddVertexQTC(zpos, x*(1.0f/numDivs), screenY - yInc, col); in Draw()
199 zpos = camera->GetPos() + dir*(camera->GetPos().y / -dir.y); in Draw()
200 zpos.y = math::sin(zpos.z*0.1f + gs->frameNum*0.06f)*0.06f + 0.05f; in Draw()
202 va->AddVertexQTC(zpos, x*(1.0f/numDivs), screenY, col); in Draw()
/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dexcamera.c51 float zpos = -4; variable
185 xpos, ypos, zpos, /* camera position */ in render()
211 "Z position: %.2f (z/Z changes)", zpos); in render()
305 zpos += 0.05; in process_input()
307 zpos -= 0.05; in process_input()
337 zpos += cos(heading) / 4; in process_input()
342 zpos -= cos(heading) / 4; in process_input()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c21 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable() argument
41 if (!enable || zpos != old_zpos) { in sun8i_vi_layer_enable()
54 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_vi_layer_enable()
60 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_vi_layer_enable()
64 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_vi_layer_enable()
101 unsigned int zpos) in sun8i_vi_layer_update_coord() argument
235 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_vi_layer_update_coord()
238 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_vi_layer_update_coord()
416 unsigned int zpos = new_state->normalized_zpos; in sun8i_vi_layer_atomic_update() local
427 layer->overlay, plane, zpos); in sun8i_vi_layer_atomic_update()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c21 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable() argument
41 if (!enable || zpos != old_zpos) { in sun8i_vi_layer_enable()
54 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_vi_layer_enable()
60 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_vi_layer_enable()
64 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_vi_layer_enable()
101 unsigned int zpos) in sun8i_vi_layer_update_coord() argument
235 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_vi_layer_update_coord()
238 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_vi_layer_update_coord()
416 unsigned int zpos = new_state->normalized_zpos; in sun8i_vi_layer_atomic_update() local
427 layer->overlay, plane, zpos); in sun8i_vi_layer_atomic_update()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c21 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable() argument
41 if (!enable || zpos != old_zpos) { in sun8i_vi_layer_enable()
54 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_vi_layer_enable()
60 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_vi_layer_enable()
64 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_vi_layer_enable()
101 unsigned int zpos) in sun8i_vi_layer_update_coord() argument
235 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_vi_layer_update_coord()
238 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_vi_layer_update_coord()
416 unsigned int zpos = new_state->normalized_zpos; in sun8i_vi_layer_atomic_update() local
427 layer->overlay, plane, zpos); in sun8i_vi_layer_atomic_update()
[all …]
/dports/games/gnugo/gnugo-3.8/engine/
H A Dutils.c344 int zpos; in play_break_through_n() local
362 zpos = va_arg(ap, int); in play_break_through_n()
373 || board[zpos] == EMPTY) in play_break_through_n()
414 int zpos; in play_attack_defend_n() local
430 zpos = va_arg(ap, int); in play_attack_defend_n()
444 if (board[zpos] == EMPTY) in play_attack_defend_n()
450 if (board[zpos] == EMPTY) in play_attack_defend_n()
499 int zpos; in play_attack_defend2_n() local
516 zpos = va_arg(ap, int); in play_attack_defend2_n()
574 int zpos; in play_connect_n() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vpic/vtkvpic/
H A DGridExchange.cxx161 int zpos = this->layoutPos[2]; in setNeighbors() local
167 int zpos0 = zpos - 1; in setNeighbors()
168 int zpos1 = zpos + 1; in setNeighbors()
178 this->neighbor[X0] = this->layoutID[xpos0][ypos][zpos]; in setNeighbors()
179 this->neighbor[X1] = this->layoutID[xpos1][ypos][zpos]; in setNeighbors()
180 this->neighbor[Y0] = this->layoutID[xpos][ypos0][zpos]; in setNeighbors()
181 this->neighbor[Y1] = this->layoutID[xpos][ypos1][zpos]; in setNeighbors()
186 this->neighbor[X0_Y0] = this->layoutID[xpos0][ypos0][zpos]; in setNeighbors()
187 this->neighbor[X0_Y1] = this->layoutID[xpos0][ypos1][zpos]; in setNeighbors()
188 this->neighbor[X1_Y0] = this->layoutID[xpos1][ypos0][zpos]; in setNeighbors()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dplug_delay_V2.c231 static void indexTOxyz (hilbert_data_V2* ud, int ncall, int *xpos , int *ypos , int *zpos);
785 int i , is_ts_null , status , opt , actv , zpos , ypos , xpos ; in DELAY_tsfuncV2() local
849 indexTOxyz ( ud , ncall, &xpos , &ypos , &zpos); in DELAY_tsfuncV2()
850 …fprintf (ud->outwrite,"%d\t%d\t%d\t%d\t%f\t%f\t%f\t%f\t%f\n", ncall , xpos , ypos , zpos , delu ,… in DELAY_tsfuncV2()
981 static void indexTOxyz (hilbert_data_V2* ud, int ncall, int *xpos , int *ypos , int *zpos) in indexTOxyz() argument
983 *zpos = (int)ncall / (int)(ud->nxx*ud->nyy); in indexTOxyz()
984 *ypos = (int)(ncall - *zpos * ud->nxx * ud->nyy) / (int)ud->nxx; in indexTOxyz()
985 *xpos = ncall - ( *ypos * ud->nxx ) - ( *zpos * ud->nxx * ud->nyy ) ; in indexTOxyz()
998 int xpos,ypos,zpos; in error_report() local
999 indexTOxyz (ud, ncall, &xpos , &ypos , &zpos); in error_report()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/VPIC/
H A DGridExchange.cxx161 int zpos = this->layoutPos[2]; in setNeighbors() local
167 int zpos0 = zpos - 1; in setNeighbors()
168 int zpos1 = zpos + 1; in setNeighbors()
178 this->neighbor[X0] = this->layoutID[xpos0][ypos][zpos]; in setNeighbors()
179 this->neighbor[X1] = this->layoutID[xpos1][ypos][zpos]; in setNeighbors()
180 this->neighbor[Y0] = this->layoutID[xpos][ypos0][zpos]; in setNeighbors()
181 this->neighbor[Y1] = this->layoutID[xpos][ypos1][zpos]; in setNeighbors()
186 this->neighbor[X0_Y0] = this->layoutID[xpos0][ypos0][zpos]; in setNeighbors()
187 this->neighbor[X0_Y1] = this->layoutID[xpos0][ypos1][zpos]; in setNeighbors()
188 this->neighbor[X1_Y0] = this->layoutID[xpos1][ypos0][zpos]; in setNeighbors()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/VPIC/
H A DGridExchange.cxx161 int zpos = this->layoutPos[2]; in setNeighbors() local
167 int zpos0 = zpos - 1; in setNeighbors()
168 int zpos1 = zpos + 1; in setNeighbors()
178 this->neighbor[X0] = this->layoutID[xpos0][ypos][zpos]; in setNeighbors()
179 this->neighbor[X1] = this->layoutID[xpos1][ypos][zpos]; in setNeighbors()
180 this->neighbor[Y0] = this->layoutID[xpos][ypos0][zpos]; in setNeighbors()
181 this->neighbor[Y1] = this->layoutID[xpos][ypos1][zpos]; in setNeighbors()
186 this->neighbor[X0_Y0] = this->layoutID[xpos0][ypos0][zpos]; in setNeighbors()
187 this->neighbor[X0_Y1] = this->layoutID[xpos0][ypos1][zpos]; in setNeighbors()
188 this->neighbor[X1_Y0] = this->layoutID[xpos1][ypos0][zpos]; in setNeighbors()
[all …]
/dports/science/cgribex/cgribex-1.9.4/src/
H A Dgrib_int.c20 double zwt1, zrdi, zpos; in rowina2() local
80 zpos = (jl - 1) * zdo; in rowina2()
81 zwt = zpos * zrdi; in rowina2()
155 zpos = (jl - 1) * zdo; in rowina2()
156 zwt = zpos * zrdi; in rowina2()
/dports/graphics/clutter/clutter-1.26.4/examples/
H A Dbasic-actor.c34 float zpos; in on_crossing() local
37 zpos = -250.0; in on_crossing()
39 zpos = 0.0; in on_crossing()
44 clutter_actor_set_z_position (actor, zpos); in on_crossing()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/examples/
H A Dbasic-actor.c34 float zpos; in on_crossing() local
37 zpos = -250.0; in on_crossing()
39 zpos = 0.0; in on_crossing()
44 clutter_actor_set_z_position (actor, zpos); in on_crossing()

12345678910>>...29