Home
last modified time | relevance | path

Searched refs:v_pos (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/dports/graphics/colmap/colmap-3.6/src/ui/shaders/
H A Dlines.g.glsl9 in vec4 v_pos[2];
14 vec2 dir = normalize(v_pos[1].xy / v_pos[1].w - v_pos[0].xy / v_pos[0].w);
18 gl_Position = vec4(v_pos[0].xy + offset * v_pos[0].w, v_pos[0].z, v_pos[0].w);
22 gl_Position = vec4(v_pos[1].xy + offset * v_pos[1].w, v_pos[1].z, v_pos[1].w);
26 gl_Position = vec4(v_pos[0].xy - offset * v_pos[0].w, v_pos[0].z, v_pos[0].w);
30 gl_Position = vec4(v_pos[1].xy - offset * v_pos[1].w, v_pos[1].z, v_pos[1].w);
/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/
H A D_cuda_caster.cu95 cp[i] = v_pos[i] + t * v_dir[i]; in sample_values()
160 float v_pos[3]; in ray_cast() local
161 v_pos[0] = av_pos[tidx + 0]; in ray_cast()
162 v_pos[1] = av_pos[tidx + 1]; in ray_cast()
163 v_pos[2] = av_pos[tidx + 2]; in ray_cast()
210 tl = (tg.left_edge[i] - v_pos[i])/v_dir[i]; in ray_cast()
211 temp_xl = (v_pos[i] + tl*v_dir[x]); in ray_cast()
212 temp_yr = (v_pos[i] + tl*v_dir[y]); in ray_cast()
215 temp_xr = (v_pos[x] + tr*v_dir[x]); in ray_cast()
216 temp_yr = (v_pos[y] + tr*v_dir[y]); in ray_cast()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/res/
H A Dgradient_shared.glsl12 varying vec2 v_pos;
30 v_pos = (vi.local_pos - segment_rect.p0) / rect_size(segment_rect);
31 v_pos = v_pos * (texel_rect.zw - texel_rect.xy) + texel_rect.xy;
32 v_pos = v_pos * rect_size(local_rect);
34 v_pos = vi.local_pos - local_rect.p0;
41 v_pos /= v_repeated_size;
58 vec2 local_pos = max(v_pos, vec2(0.0));
73 return fract(v_pos);
H A Dcs_radial_gradient.glsl7 varying vec2 v_pos;
38 // v_pos is in a coordinate space relative to the task rect
40 v_pos = ((aTaskRect.zw - aTaskRect.xy) * aPosition.xy * aScale - aCenter) * radius_scale;
41 v_pos.y *= aXYRatio;
53 float offset = length(v_pos) - v_start_radius;
66 v_pos, v_start_radius);
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/res/
H A Dgradient_shared.glsl12 varying vec2 v_pos;
30 v_pos = (vi.local_pos - segment_rect.p0) / rect_size(segment_rect);
31 v_pos = v_pos * (texel_rect.zw - texel_rect.xy) + texel_rect.xy;
32 v_pos = v_pos * rect_size(local_rect);
34 v_pos = vi.local_pos - local_rect.p0;
41 v_pos /= v_repeated_size;
58 vec2 local_pos = max(v_pos, vec2(0.0));
73 return fract(v_pos);
H A Dcs_radial_gradient.glsl7 varying vec2 v_pos;
39 // v_pos is in a coordinate space relative to the task rect
41 v_pos = ((aTaskRect.zw - aTaskRect.xy) * aPosition.xy * aScale - aCenter) * radius_scale;
42 v_pos.y *= aXYRatio;
54 float offset = length(v_pos) - v_start_radius.x;
67 v_pos, v_start_radius.x);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/res/
H A Dgradient_shared.glsl12 varying vec2 v_pos;
30 v_pos = (vi.local_pos - segment_rect.p0) / rect_size(segment_rect);
31 v_pos = v_pos * (texel_rect.zw - texel_rect.xy) + texel_rect.xy;
32 v_pos = v_pos * rect_size(local_rect);
34 v_pos = vi.local_pos - local_rect.p0;
41 v_pos /= v_repeated_size;
58 vec2 local_pos = max(v_pos, vec2(0.0));
73 return fract(v_pos);
H A Dcs_radial_gradient.glsl7 varying vec2 v_pos;
38 // v_pos is in a coordinate space relative to the task rect
40 v_pos = ((aTaskRect.zw - aTaskRect.xy) * aPosition.xy * aScale - aCenter) * radius_scale;
41 v_pos.y *= aXYRatio;
53 float offset = length(v_pos) - v_start_radius;
66 v_pos, v_start_radius);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/align/
H A Dtest_alignment_dp_matrix_navigator.h246 for (int v_pos = 1; v_pos < 3; ++v_pos) in testAlignmentDPMatrixNavigatorScoreMarixGoNextCell() local
260 for (int v_pos = 1; v_pos < 3; ++v_pos) in testAlignmentDPMatrixNavigatorScoreMarixGoNextCell() local
275 for (int v_pos = 1; v_pos < 3; ++v_pos) in testAlignmentDPMatrixNavigatorScoreMarixGoNextCell() local
316 for (int v_pos = 1; v_pos < 3; ++v_pos) in testAlignmentDPMatrixNavigatorScoreMarixSparseGoNextCell() local
330 for (int v_pos = 1; v_pos < 3; ++v_pos) in testAlignmentDPMatrixNavigatorScoreMarixSparseGoNextCell() local
345 for (int v_pos = 1; v_pos < 3; ++v_pos) in testAlignmentDPMatrixNavigatorScoreMarixSparseGoNextCell() local
733 for (int v_pos = 1; v_pos < 3; ++v_pos) in SEQAN_DEFINE_TEST() local
736 SEQAN_ASSERT_EQ(value(navi), v_pos); in SEQAN_DEFINE_TEST()
746 for (int v_pos = 1; v_pos < 3; ++v_pos) in SEQAN_DEFINE_TEST() local
758 for (int v_pos = 1; v_pos < 3; ++v_pos) in SEQAN_DEFINE_TEST() local
[all …]
/dports/math/maxima/maxima-5.43.2/share/graphs/
H A Ddraw_graph.mac49 v_pos : [], v, x, y],
56 v_pos : cons([v, [x, y]], v_pos))),
57 v_pos)$
146 v_pos : get_positions(G),
165 set_positions(v_pos, G)),
179 v_pos : map(
184 v_pos)),
212 block([p1:assoc(u[1], v_pos), p2:assoc(u[2], v_pos)],
261 [p : assoc(v, v_pos)],
266 [p : assoc(v, v_pos)],
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_scroll.c32 float h_pos, v_pos; member
115 int h_pos, v_pos; in scroll() local
118 s->v_pos = fmodf(s->v_pos, in->height); in scroll()
121 v_pos = s->v_pos; in scroll()
125 if (v_pos < 0) in scroll()
126 v_pos += in->height; in scroll()
128 s->pos_v[1] = s->pos_v[2] = AV_CEIL_RSHIFT(v_pos, s->desc->log2_chroma_h); in scroll()
129 s->pos_v[0] = s->pos_v[3] = v_pos; in scroll()
138 s->v_pos += s->v_speed * in->height; in scroll()
175 s->v_pos = (1.f - s->v_ipos) * inlink->h; in config_input()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_scroll.c32 float h_pos, v_pos; member
115 int h_pos, v_pos; in scroll() local
118 s->v_pos = fmodf(s->v_pos, in->height); in scroll()
121 v_pos = s->v_pos; in scroll()
125 if (v_pos < 0) in scroll()
126 v_pos += in->height; in scroll()
128 s->pos_v[1] = s->pos_v[2] = AV_CEIL_RSHIFT(v_pos, s->desc->log2_chroma_h); in scroll()
129 s->pos_v[0] = s->pos_v[3] = v_pos; in scroll()
138 s->v_pos += s->v_speed * in->height; in scroll()
175 s->v_pos = (1.f - s->v_ipos) * inlink->h; in config_input()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_scroll.c32 float h_pos, v_pos; member
115 int h_pos, v_pos; in scroll() local
118 s->v_pos = fmodf(s->v_pos, in->height); in scroll()
121 v_pos = s->v_pos; in scroll()
125 if (v_pos < 0) in scroll()
126 v_pos += in->height; in scroll()
128 s->pos_v[1] = s->pos_v[2] = AV_CEIL_RSHIFT(v_pos, s->desc->log2_chroma_h); in scroll()
129 s->pos_v[0] = s->pos_v[3] = v_pos; in scroll()
138 s->v_pos += s->v_speed * in->height; in scroll()
175 s->v_pos = (1.f - s->v_ipos) * inlink->h; in config_input()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_scroll.c32 float h_pos, v_pos; member
115 int h_pos, v_pos; in scroll() local
118 s->v_pos = fmodf(s->v_pos, in->height); in scroll()
121 v_pos = s->v_pos; in scroll()
125 if (v_pos < 0) in scroll()
126 v_pos += in->height; in scroll()
128 s->pos_v[1] = s->pos_v[2] = AV_CEIL_RSHIFT(v_pos, s->desc->log2_chroma_h); in scroll()
129 s->pos_v[0] = s->pos_v[3] = v_pos; in scroll()
138 s->v_pos += s->v_speed * in->height; in scroll()
175 s->v_pos = (1.f - s->v_ipos) * inlink->h; in config_input()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DOG_CustomCtrl.cpp116 wxCoord v_pos = 0; in get_pos() local
211 v_pos += ctrl_line.height; in get_pos()
214 return wxPoint(h_pos, v_pos); in get_pos()
227 wxCoord v_pos = 0; in OnPaint() local
231 line.render(dc, v_pos); in OnPaint()
232 v_pos += line.height; in OnPaint()
323 wxCoord v_pos = 0; in update_visibility() local
329 v_pos += (wxCoord)line.height; in update_visibility()
374 wxCoord v_pos = 0; in msw_rescale() local
657 return wxPoint(h_pos, v_pos); in draw_blinking_bmp()
[all …]
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dgrid_traversal.pxd20 np.float64_t v_pos[3],
28 # walk_volume(VolumeContainer *vc, np.float64_t v_pos[3], np.float64_t v_dir[3], sampler_function …
31 # v_pos np.float64_t[3] : The x,y,z coordinates of the ray's origin.
37 …not time here. Rather, it is a factor representing the difference between the initial point 'v_pos'
38 … the end point, which we might call v_end. It is scaled such that v_pos + v * t = v_pos at t = 0.0…
48 np.float64_t v_pos[3],
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/genx/h264_encode/src/
H A Dgenx_histogram.cpp51 uint v_pos = 0; in HistogramSLMFrame() local
76 v_pos++; in HistogramSLMFrame()
80 if ((h_pos >= max_h_pos) || (v_pos >= max_v_pos)) in HistogramSLMFrame()
85 read(INBUF, (off_h + h_pos) * 32, (off_v + v_pos) * 8, mUC8x32); in HistogramSLMFrame()
163 uint v_pos = 0; in HistogramSLMFields() local
188 v_pos++; in HistogramSLMFields()
192 if ((h_pos >= max_h_pos) || (v_pos >= max_v_pos)) in HistogramSLMFields()
197 read(INBUF, (off_h + h_pos) * 32, (off_v + v_pos) * 8, mUC8x32); in HistogramSLMFields()
/dports/databases/pgrouting/pgrouting-3.2.0/src/trsp/
H A DGraphDefinition.cpp79 double GraphDefinition::construct_path(int64 ed_id, int64 v_pos) { in construct_path() argument
80 if (parent[ed_id].ed_ind[v_pos] == -1) { in construct_path()
83 if (v_pos == 0) { in construct_path()
95 double ret = construct_path(parent[ed_id].ed_ind[v_pos], in construct_path()
96 parent[ed_id].v_pos[v_pos]); in construct_path()
99 if (v_pos == 0) { in construct_path()
130 int64 v_pos = (isStart?0:1); in getRestrictionCost() local
142 v_pos = parent[edge_ind].v_pos[v_pos]; in getRestrictionCost()
178 parent[new_edge->m_lEdgeIndex].v_pos[0] = (isStart?0:1); in explore()
411 parent[cur_edge->m_lEdgeIndex].v_pos[0] = -1; in my_dijkstra3()
[all …]
/dports/databases/pgrouting/pgrouting-3.2.0/include/trsp/
H A Dpgr_trspHandler.h75 v_pos(2) { in Predecessor()
76 for (auto &p : v_pos) p = ILLEGAL; in Predecessor()
79 bool isIllegal(size_t i) {return v_pos[i] == ILLEGAL;} in isIllegal()
83 return v_pos[static_cast<size_t>(i)] == ILLEGAL;} in isIllegal()
86 std::vector<Position> v_pos; variable
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Ddisc_dev.hxx315 m_threshold = info->v_pos * 2.0 / 3.0; in DISCRETE_RESET()
316 m_trigger = info->v_pos / 3.0; in DISCRETE_RESET()
518 m_threshold = info->v_pos * 2.0 / 3.0; in DISCRETE_RESET()
519 m_trigger = info->v_pos / 3.0; in DISCRETE_RESET()
647 v_bias = info->v_pos; in DISCRETE_STEP()
652 v_bias = info->v_pos; in DISCRETE_STEP()
666 v_bias = info->v_pos * r_temp; in DISCRETE_STEP()
923 m_threshold = info->v_pos * 2.0 / 3.0; in DISCRETE_RESET()
924 m_trigger = info->v_pos / 3.0; in DISCRETE_RESET()
1342 m_threshold = info->v_pos * 2.0 / 3.0; in DISCRETE_RESET()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Ddisc_dev.hxx315 m_threshold = info->v_pos * 2.0 / 3.0; in DISCRETE_RESET()
316 m_trigger = info->v_pos / 3.0; in DISCRETE_RESET()
518 m_threshold = info->v_pos * 2.0 / 3.0; in DISCRETE_RESET()
519 m_trigger = info->v_pos / 3.0; in DISCRETE_RESET()
647 v_bias = info->v_pos; in DISCRETE_STEP()
652 v_bias = info->v_pos; in DISCRETE_STEP()
666 v_bias = info->v_pos * r_temp; in DISCRETE_STEP()
923 m_threshold = info->v_pos * 2.0 / 3.0; in DISCRETE_RESET()
924 m_trigger = info->v_pos / 3.0; in DISCRETE_RESET()
1342 m_threshold = info->v_pos * 2.0 / 3.0; in DISCRETE_RESET()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/19-oit/
H A Dvs_oit.sc2 $output v_pos
15 v_pos = gl_Position;
17 v_pos.x = temp.z;
H A Dfs_oit_wb_separate.sc1 $input v_pos
16 float depth = v_pos.z/v_pos.w;
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/19-oit/
H A Dfs_oit_wb_separate.sc1 $input v_pos
16 float depth = v_pos.z/v_pos.w;
H A Dvs_oit.sc2 $output v_pos
15 v_pos = gl_Position;
17 v_pos.x = temp.z;

12345678910>>...21