Home
last modified time | relevance | path

Searched refs:zpos (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/dports/x11-wm/gamescope/gamescope-3.7.1/subprojects/libliftoff/test/
H A Dtest_alloc.c120 .zpos = 1,
127 .zpos = 2,
134 .zpos = 3,
148 .zpos = 1,
155 .zpos = 3,
162 .zpos = 2,
179 .zpos = 1,
186 .zpos = 2,
193 .zpos = 3,
207 .zpos = 1,
[all …]
H A Dmeson.build34 'zpos-3x',
35 'zpos-3x-intersect-fail',
36 'zpos-3x-intersect-partial',
37 'zpos-3x-disjoint-partial',
38 'zpos-3x-disjoint',
39 'zpos-4x-intersect-partial',
40 'zpos-4x-disjoint',
41 'zpos-4x-disjoint-alt',
42 'zpos-4x-domino-fail',
43 'zpos-4x-domino-partial',
/dports/graphics/libliftoff/libliftoff-378ccb4f84a2473fe73dbdc56fe35a0d2ee661cc/test/
H A Dmeson.build33 'zpos-2x-fail',
34 'zpos-3x',
35 'zpos-3x-intersect-fail',
38 'zpos-3x-disjoint',
40 'zpos-4x-disjoint',
41 'zpos-4x-disjoint-alt',
42 'zpos-4x-domino-fail',
48 'zpos-2x-reverse',
49 'zpos-3x-zero-fb-id',
50 'zpos-3x-zero-alpha',
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_blend.c370 unsigned int zpos, in drm_plane_create_zpos_property() argument
384 plane->state->zpos = zpos; in drm_plane_create_zpos_property()
385 plane->state->normalized_zpos = zpos; in drm_plane_create_zpos_property()
409 unsigned int zpos) in drm_plane_create_zpos_immutable_property() argument
414 "zpos", zpos, zpos); in drm_plane_create_zpos_immutable_property()
423 plane->state->zpos = zpos; in drm_plane_create_zpos_immutable_property()
424 plane->state->normalized_zpos = zpos; in drm_plane_create_zpos_immutable_property()
436 if (sa->zpos != sb->zpos) in drm_atomic_state_zpos_cmp()
437 return sa->zpos - sb->zpos; in drm_atomic_state_zpos_cmp()
474 plane_state->zpos); in drm_atomic_helper_crtc_normalize_zpos()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_blend.c370 unsigned int zpos, in drm_plane_create_zpos_property() argument
384 plane->state->zpos = zpos; in drm_plane_create_zpos_property()
385 plane->state->normalized_zpos = zpos; in drm_plane_create_zpos_property()
409 unsigned int zpos) in drm_plane_create_zpos_immutable_property() argument
414 "zpos", zpos, zpos); in drm_plane_create_zpos_immutable_property()
423 plane->state->zpos = zpos; in drm_plane_create_zpos_immutable_property()
424 plane->state->normalized_zpos = zpos; in drm_plane_create_zpos_immutable_property()
436 if (sa->zpos != sb->zpos) in drm_atomic_state_zpos_cmp()
437 return sa->zpos - sb->zpos; in drm_atomic_state_zpos_cmp()
474 plane_state->zpos); in drm_atomic_helper_crtc_normalize_zpos()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_blend.c370 unsigned int zpos, in drm_plane_create_zpos_property() argument
384 plane->state->zpos = zpos; in drm_plane_create_zpos_property()
385 plane->state->normalized_zpos = zpos; in drm_plane_create_zpos_property()
409 unsigned int zpos) in drm_plane_create_zpos_immutable_property() argument
414 "zpos", zpos, zpos); in drm_plane_create_zpos_immutable_property()
423 plane->state->zpos = zpos; in drm_plane_create_zpos_immutable_property()
424 plane->state->normalized_zpos = zpos; in drm_plane_create_zpos_immutable_property()
436 if (sa->zpos != sb->zpos) in drm_atomic_state_zpos_cmp()
437 return sa->zpos - sb->zpos; in drm_atomic_state_zpos_cmp()
474 plane_state->zpos); in drm_atomic_helper_crtc_normalize_zpos()
[all …]
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dassembly.h55 int xpos, ypos, zpos; variable
58 …ent_c(unsigned char tran, int x, int y, int z) : transformation(tran), xpos(x), ypos(y), zpos(z) {} in placement_c()
60 …ig) : transformation(orig->transformation), xpos(orig->xpos), ypos(orig->ypos), zpos(orig->zpos) {} in placement_c()
62 …& orig) : transformation(orig.transformation), xpos(orig.xpos), ypos(orig.ypos), zpos(orig.zpos) {} in placement_c()
69 int getZ(void) const { return zpos; } in getZ()
76 (xpos == b.xpos) && (ypos == b.ypos) && (zpos == b.zpos));
84 zpos = b.zpos;
99 if (zpos < b.zpos) return true;
100 if (zpos > b.zpos) return false;
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/gui/
H A Dtexture.c102 glVertex3f(xpos, ypos + height, zpos); in draw_texture()
104 glVertex3f(xpos + width, ypos + height, zpos); in draw_texture()
106 glVertex3f(xpos + width, ypos, zpos); in draw_texture()
108 glVertex3f(xpos, ypos, zpos); in draw_texture()
126 glVertex3f(xpos, ypos + height, zpos); in draw_texture_uv()
128 glVertex3f(xpos + width, ypos + height, zpos); in draw_texture_uv()
130 glVertex3f(xpos + width, ypos, zpos); in draw_texture_uv()
132 glVertex3f(xpos, ypos, zpos); in draw_texture_uv()
157 glVertex3f(0, get_gl_height(), zpos); in draw_texture_fullscreen()
161 glVertex3f(get_gl_width(), 0, zpos); in draw_texture_fullscreen()
[all …]
/dports/misc/sword/sword-1.8.1/src/modules/common/
H A Dswcomprs.cpp70 zpos = 0; in Init()
121 len = (((zlen - zpos) > (unsigned)len) ? len : zlen - zpos); in GetChars()
123 memmove(ibuf, &zbuf[zpos], len); in GetChars()
124 zpos += len; in GetChars()
155 if ((zpos + len) > zlen) { in SendChars()
156 zbuf = (char *) realloc(zbuf, zpos + len + 1024); in SendChars()
157 zlen = zpos + len + 1024; in SendChars()
164 memmove(&zbuf[zpos], ibuf, len); in SendChars()
165 zpos += len; in SendChars()
H A Dxzcomprs.cpp100 size_t zpos = 0; in Encode() local
105 …, LZMA_CHECK_CRC64, NULL, (const uint8_t*)buf, (size_t)len, (uint8_t*)zbuf, &zpos, (size_t)zlen)) { in Encode()
106 case LZMA_OK: SendChars(zbuf, zpos); break; in Encode()
158 size_t zpos = 0; in Decode() local
161 …switch (lzma_stream_buffer_decode((uint64_t *)&memlimit, 0, NULL, (const uint8_t*)zbuf, &zpos, (si… in Decode()
/dports/games/zoom/zoom-1.1.5/src/
H A Dzscii.c429 int zpos, byte; in pack_zscii() local
436 for (zpos=0; zpos<packlen;) in pack_zscii()
440 zchr[zpos++] = 5; in pack_zscii()
455 zchr[zpos++] = 5; in pack_zscii()
456 zchr[zpos++] = 6; in pack_zscii()
457 zchr[zpos++] = zchar>>5; in pack_zscii()
462 zchr[zpos++]= chr; in pack_zscii()
466 zchr[zpos++] = 4; in pack_zscii()
467 zchr[zpos++] = chr; in pack_zscii()
471 zchr[zpos++] = 5; in pack_zscii()
[all …]
/dports/graphics/rayshade/rayshade.4.0/libray/libobj/
H A Dcone.c134 Float t1, t2, a, b, c, disc, zpos, distfact; local
159 zpos = npos.z + t1 * nray.z;
160 if (t1 < nmin || zpos < cone->start_dist || zpos > 1.)
179 zpos = npos.z + t1 * nray.z;
180 if (t1 < nmin || zpos < cone->start_dist || zpos > 1.) {
181 zpos = npos.z + t2 * nray.z;
182 if (t2 < nmin || zpos < cone->start_dist ||
183 zpos > 1.)
188 zpos = npos.z + t2 * nray.z;
189 if (t2 < nmin || zpos < cone->start_dist ||
[all …]
/dports/math/py-yt/yt-4.0.1/doc/source/analyzing/_static/
H A Daxes_calculator.pyx13 double *zpos
20 np.ndarray[np.float64_t, ndim=1] zpos):
30 particles.zpos = <double *> zpos.data
35 particles.zpos[i] = zpos[i]
H A Daxes.c10 if (ax3[0] > part->zpos[i]) ax3[0] = part->zpos[i]; in calculate_axes()
13 if (ax3[1] < part->zpos[i]) ax3[1] = part->zpos[i]; in calculate_axes()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/optics/
H A DVitess_ChopperFermi.comp225 zpos = depth/2/100;
228 multiline(5, xpos, ymin, -zpos,
229 xpos, ymax, -zpos,
230 xpos, ymax, +zpos,
231 xpos, ymin, +zpos,
236 zpos = sqrt(rad*rad - xpos*xpos);
237 multiline(5, xpos, ymin, -zpos,
238 xpos, ymax, -zpos,
239 xpos, ymax, +zpos,
240 xpos, ymin, +zpos,
[all …]
/dports/science/ergo/ergo-3.8/source/utilities/
H A Dmatrix_utilities.cc83 std::vector<Treal> const & zpos, in sortCoord() argument
91 compareZ(zpos.begin()); in sortCoord()
113 std::vector<Treal> const & zpos, in permuteAndRecurse() argument
120 sortCoord(xpos, ypos, zpos, in permuteAndRecurse()
126 permuteAndRecurse(xpos, ypos, zpos, in permuteAndRecurse()
129 permuteAndRecurse(xpos, ypos, zpos, in permuteAndRecurse()
149 std::vector<Treal> const & zpos, in permuteAndRecurseStart() argument
156 sortCoord(xpos, ypos, zpos, in permuteAndRecurseStart()
162 permuteAndRecurse(xpos, ypos, zpos, in permuteAndRecurseStart()
171 std::vector<Treal> const & zpos, in getPermutation() argument
[all …]
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dd3_fonts.c131 static void draw_zbuffered_char (int xpos, int ypos, float zpos, unsigned char ch) in draw_zbuffered_char() argument
151 if (zpos < zp) { in draw_zbuffered_char()
153 d3_writeZbuffer (xp, yp, zpos); in draw_zbuffered_char()
175 void d3_draw_string (int xpos, int ypos, float zpos, char *s) in d3_draw_string() argument
180 draw_zbuffered_char (xpos, ypos, zpos, *s); in d3_draw_string()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_dicom_stuff.h110 float *xpos , *ypos , *zpos ; /* might be NULL */ member
120 (mf)->zpos = (float *)calloc(sizeof(float),(n)) ; \
129 if( (mf)->zpos ) free((void *)(mf)->zpos) ; \
138 if( (mf)->zpos ){ free((void *)(mf)->zpos); (mf)->xpos = NULL; } \
H A Dplug_extract.c622 int i , is_ts_null , status , opt , actv , zpos , ypos , xpos , hit; in EXTRACT_tsfunc() local
669 indexTOxyz (ud, ncall, &xpos , &ypos , &zpos); in EXTRACT_tsfunc()
676 if (ud->xyzvect[i].z == (float)zpos) in EXTRACT_tsfunc()
784 *zpos = (int)ncall / (int)(ud->nxx*ud->nyy); in indexTOxyz()
785 *ypos = (int)(ncall - *zpos * ud->nxx * ud->nyy) / (int)ud->nxx; in indexTOxyz()
786 *xpos = ncall - ( *ypos * ud->nxx ) - ( *zpos * ud->nxx * ud->nyy ) ; in indexTOxyz()
799 int xpos,ypos,zpos; in error_report() local
801 indexTOxyz (ud, ncall, &xpos , &ypos , &zpos); in error_report()
821 int i,xpos,ypos,zpos; in writets() local
826 indexTOxyz (ud,ncall,&xpos , &ypos , &zpos); in writets()
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/constraints/
H A Dtest_fixbondlength_CO2_Au111.py14 zpos = cos(134.3 / 2.0 * pi / 180.0) * 1.197
16 co2 = Atoms('COO', positions=[(-xpos + 1.2, 0, -zpos),
17 (-xpos + 1.2, -1.1, -zpos),
18 (-xpos + 1.2, 1.1, -zpos)])
H A Dtest_CO2linear_Au111.py12 zpos = cos(134.3 / 2.0 * pi / 180.0) * 1.197
14 co2 = Atoms('COO', positions=[(-xpos + 1.2, 0, -zpos),
15 (-xpos + 1.2, -1.1, -zpos),
16 (-xpos + 1.2, 1.1, -zpos)])
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c27 int overlay, bool enable, unsigned int zpos, in sun8i_ui_layer_enable() argument
47 if (!enable || zpos != old_zpos) { in sun8i_ui_layer_enable()
60 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_ui_layer_enable()
66 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_ui_layer_enable()
70 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_ui_layer_enable()
98 unsigned int zpos) in sun8i_ui_layer_update_coord() argument
185 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_ui_layer_update_coord()
188 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_ui_layer_update_coord()
312 unsigned int zpos = new_state->normalized_zpos; in sun8i_ui_layer_atomic_update() local
323 layer->overlay, plane, zpos); in sun8i_ui_layer_atomic_update()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c27 int overlay, bool enable, unsigned int zpos, in sun8i_ui_layer_enable() argument
47 if (!enable || zpos != old_zpos) { in sun8i_ui_layer_enable()
60 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_ui_layer_enable()
66 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_ui_layer_enable()
70 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_ui_layer_enable()
98 unsigned int zpos) in sun8i_ui_layer_update_coord() argument
185 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_ui_layer_update_coord()
188 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_ui_layer_update_coord()
312 unsigned int zpos = new_state->normalized_zpos; in sun8i_ui_layer_atomic_update() local
323 layer->overlay, plane, zpos); in sun8i_ui_layer_atomic_update()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c27 int overlay, bool enable, unsigned int zpos, in sun8i_ui_layer_enable() argument
47 if (!enable || zpos != old_zpos) { in sun8i_ui_layer_enable()
60 val = SUN8I_MIXER_BLEND_PIPE_CTL_EN(zpos); in sun8i_ui_layer_enable()
66 val = channel << SUN8I_MIXER_BLEND_ROUTE_PIPE_SHIFT(zpos); in sun8i_ui_layer_enable()
70 SUN8I_MIXER_BLEND_ROUTE_PIPE_MSK(zpos), in sun8i_ui_layer_enable()
98 unsigned int zpos) in sun8i_ui_layer_update_coord() argument
185 SUN8I_MIXER_BLEND_ATTR_COORD(bld_base, zpos), in sun8i_ui_layer_update_coord()
188 SUN8I_MIXER_BLEND_ATTR_INSIZE(bld_base, zpos), in sun8i_ui_layer_update_coord()
312 unsigned int zpos = new_state->normalized_zpos; in sun8i_ui_layer_atomic_update() local
323 layer->overlay, plane, zpos); in sun8i_ui_layer_atomic_update()
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/md/
H A Dtest_CO2linear_Au111_langevin.py20 zpos = cos(134.3 / 2.0 * pi / 180.0) * 1.197
22 co2 = Atoms('COO', positions=[(-xpos + 1.2, 0, -zpos),
23 (-xpos + 1.2, -1.1, -zpos),
24 (-xpos + 1.2, 1.1, -zpos)])

12345678910>>...29