Home
last modified time | relevance | path

Searched defs:v0 (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/third_party/unity/test/tests/
Dtest_unity_integers.c82 UNITY_UINT16 v0, v1; in testNotEqualUInts() local
94 UNITY_UINT8 v0, v1; in testNotEqualUInt8s() local
106 UNITY_UINT16 v0, v1; in testNotEqualUInt16s() local
118 UNITY_UINT32 v0, v1; in testNotEqualUInt32s() local
130 UNITY_UINT8 v0, v1; in testNotEqualHex8s() local
142 UNITY_INT8 v0, v1; in testNotEqualHex8sIfSigned() local
154 UNITY_UINT16 v0, v1; in testNotEqualHex16s() local
166 UNITY_INT16 v0, v1; in testNotEqualHex16sIfSigned() local
178 UNITY_UINT32 v0, v1; in testNotEqualHex32s() local
190 UNITY_INT32 v0, v1; in testNotEqualHex32sIfSigned() local
[all …]
Dtestunity.c323 UNITY_UINT16 v0, v1; in testNotEqualUInts() local
335 UNITY_UINT8 v0, v1; in testNotEqualUInt8s() local
347 UNITY_UINT16 v0, v1; in testNotEqualUInt16s() local
359 UNITY_UINT32 v0, v1; in testNotEqualUInt32s() local
371 UNITY_UINT8 v0, v1; in testNotEqualHex8s() local
383 UNITY_INT8 v0, v1; in testNotEqualHex8sIfSigned() local
395 UNITY_UINT16 v0, v1; in testNotEqualHex16s() local
407 UNITY_INT16 v0, v1; in testNotEqualHex16sIfSigned() local
419 UNITY_UINT32 v0, v1; in testNotEqualHex32s() local
431 UNITY_INT32 v0, v1; in testNotEqualHex32sIfSigned() local
[all …]
/third_party/boost/libs/variant/test/
Dvariant_swap_test.cpp25 t_var v0(23), v1(&vec); in run1() local
44 t_var v0(vec1), v1(vec2); in run2() local
66 t_var v0(1), v1(2.0); in run3() local
/third_party/mesa3d/src/mesa/swrast/
Ds_feedback.c55 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, in _swrast_feedback_triangle()
77 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, in _swrast_feedback_line()
110 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, in _swrast_select_triangle()
124 _swrast_select_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) in _swrast_select_line()
Ds_context.c343 const SWvertex *v0, in _swrast_validate_triangle()
367 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line()
388 _swrast_validate_point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_validate_point()
603 const SWvertex *v0, const SWvertex *v1, in _swrast_Quad()
618 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0, in _swrast_Triangle()
631 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_Line()
642 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_Point()
/third_party/boost/libs/mpl/test/
Dvector.cpp31 typedef vector0<> v0; in MPL_TEST_CASE() typedef
75 typedef vector0<> v0; in MPL_TEST_CASE() typedef
110 typedef vector<> v0; in MPL_TEST_CASE() typedef
/third_party/ffmpeg/libavcodec/arm/
Daac.h32 unsigned v0, v1; in VMUL2() local
51 unsigned v0, v1, v2, v3; in VMUL4() local
76 unsigned v0, v1, v2, v3; in VMUL2S() local
101 unsigned v0, v1, v2, v3, nz; in VMUL4S() local
/third_party/typescript/tests/baselines/reference/
DcircularTypeAliasForUnionWithInterface.js2 var v0: T0; variable
34 var v0; variable
DcircularTypeAliasForUnionWithClass.js2 var v0: T0; variable
22 var v0; variable
/third_party/mesa3d/src/mesa/main/
Duniforms.c183 _mesa_Uniform1f(GLint location, GLfloat v0) in _mesa_Uniform1f()
190 _mesa_Uniform2f(GLint location, GLfloat v0, GLfloat v1) in _mesa_Uniform2f()
200 _mesa_Uniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) in _mesa_Uniform3f()
211 _mesa_Uniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, in _mesa_Uniform4f()
224 _mesa_Uniform1i(GLint location, GLint v0) in _mesa_Uniform1i()
231 _mesa_Uniform2i(GLint location, GLint v0, GLint v1) in _mesa_Uniform2i()
241 _mesa_Uniform3i(GLint location, GLint v0, GLint v1, GLint v2) in _mesa_Uniform3i()
252 _mesa_Uniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) in _mesa_Uniform4i()
338 _mesa_ProgramUniform1f(GLuint program, GLint location, GLfloat v0) in _mesa_ProgramUniform1f()
348 _mesa_ProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1) in _mesa_ProgramUniform2f()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c369 intelVertexPtr v0, in intel_draw_quad()
398 intelVertexPtr v0, intelVertexPtr v1, intelVertexPtr v2) in intel_draw_triangle()
412 intelVertexPtr v0, intelVertexPtr v1) in intel_draw_line()
424 intel_draw_point(struct intel_context *intel, intelVertexPtr v0) in intel_draw_point()
443 intel_atten_point(struct intel_context *intel, intelVertexPtr v0) in intel_atten_point()
512 intelVertexPtr v0, intelVertexPtr v1, intelVertexPtr v2) in intel_wpos_triangle()
524 intelVertexPtr v0, intelVertexPtr v1) in intel_wpos_line()
533 intel_wpos_point(struct intel_context *intel, intelVertexPtr v0) in intel_wpos_point()
565 #define LINE( v0, v1 ) \ argument
573 #define POINT( v0 ) \ argument
[all …]
/third_party/mesa3d/src/gallium/auxiliary/indices/
Du_indices_gen.py112 def vert( intype, outtype, v0 ): argument
118 def point( intype, outtype, ptr, v0 ): argument
121 def line( intype, outtype, ptr, v0, v1 ): argument
125 def tri( intype, outtype, ptr, v0, v1, v2 ): argument
130 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): argument
136 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): argument
144 def do_point( intype, outtype, ptr, v0 ): argument
147 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument
153 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument
162 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
[all …]
Du_unfilled_gen.py98 def vert( intype, outtype, v0 ): argument
104 def line( intype, outtype, ptr, v0, v1 ): argument
112 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument
117 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ): argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c90 struct vertex_header *v0) in point()
101 struct vertex_header *v0, in line()
116 struct vertex_header *v0 = header->v[0]; in points() local
134 struct vertex_header *v0 = header->v[0]; in lines() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/
Dffx_spd.h277 AF4 SpdReduce4(AF4 v0, AF4 v1, AF4 v2, AF4 v3){return AF4(0.0,0.0,0.0,0.0);} in SpdReduce4()
314 AF4 v0 = v; in SpdReduceQuad() local
354 AF4 v0 = SpdLoadIntermediate(i0.x, i0.y); in SpdReduceIntermediate() local
363 AF4 v0 = SpdLoad(ASU2(i0)); in SpdReduceLoad4() local
381 AF4 v0 = SpdLoadSourceImage(ASU2(i0)); in SpdReduceLoadSourceImage4() local
666 AF4 v0 = SpdReduceLoad4(tex); in SpdDownsampleMips_6_7() local
750 AH4 v0 = v; in SpdReduceQuadH() local
791 AH4 v0 = SpdLoadIntermediateH(i0.x, i0.y); in SpdReduceIntermediateH() local
800 AH4 v0 = SpdLoadH(ASU2(i0)); in SpdReduceLoad4H() local
818 AH4 v0 = SpdLoadSourceImageH(ASU2(i0)); in SpdReduceLoadSourceImage4H() local
[all …]
/third_party/boost/boost/geometry/geometries/
Dpoint.hpp144 explicit inline point(CoordinateType const& v0) in point()
157 inline point(CoordinateType const& v0, CoordinateType const& v1) in point()
170 inline point(CoordinateType const& v0, CoordinateType const& v1, in point()
/third_party/cJSON/tests/unity/test/tests/
Dtestunity.c279 UNITY_UINT16 v0, v1; in testNotEqualUInts() local
291 UNITY_UINT8 v0, v1; in testNotEqualUInt8s() local
303 UNITY_UINT16 v0, v1; in testNotEqualUInt16s() local
315 UNITY_UINT32 v0, v1; in testNotEqualUInt32s() local
327 UNITY_UINT8 v0, v1; in testNotEqualHex8s() local
339 UNITY_INT8 v0, v1; in testNotEqualHex8sIfSigned() local
351 UNITY_UINT16 v0, v1; in testNotEqualHex16s() local
363 UNITY_INT16 v0, v1; in testNotEqualHex16sIfSigned() local
375 UNITY_UINT32 v0, v1; in testNotEqualHex32s() local
387 UNITY_INT32 v0, v1; in testNotEqualHex32sIfSigned() local
[all …]
/third_party/boost/libs/gil/test/extension/dynamic_image/
Dsubimage_view.cpp27 auto const v0 = gil::const_view(i0); in operator ()() local
60 auto v0 = gil::view(i0); in operator ()() local
/third_party/boost/libs/gil/test/core/image_view/
Dsubimage_view.cpp25 auto const v0 = gil::const_view(i0); in operator ()() local
55 auto v0 = gil::view(i0); in operator ()() local
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3222.js15 var v0 = (Array((((new String).split().constructor)(Symbol( ))))) variable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_analysis.c154 test_rect(const_float4_ptr v0, in test_rect()
229 const_float4_ptr v0 = get_vert(vb, stride, 0); in check_elts24() local
336 const_float4_ptr v0 = get_vert(vb, i, stride); in lp_setup_analyse_triangles() local
355 const float (*v0)[4] = get_vert(vb, 0, stride); in lp_setup_analyse_triangles() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dqmd.h8 #define NVQMD_ENUM_1(X,drf,v0) \ argument
10 #define NVQMD_ENUM_2(X,drf,v0,v1) \ argument
13 #define NVQMD_ENUM_3(X,drf,v0,v1,v2) \ argument
17 #define NVQMD_ENUM_8(X,drf,v0,v1,v2,v3,v4,v5,v6,v7) \ argument
/third_party/flutter/skia/modules/skottie/src/
DSkottieValue.cpp31 void ValueTraits<ScalarValue>::Lerp(const ScalarValue& v0, const ScalarValue& v1, float t, in Lerp()
54 void ValueTraits<VectorValue>::Lerp(const VectorValue& v0, const VectorValue& v1, float t, in Lerp()
172 static SkPoint lerp_point(const SkPoint& v0, const SkPoint& v1, const Sk2f& t) { in lerp_point()
183 void ValueTraits<ShapeValue>::Lerp(const ShapeValue& v0, const ShapeValue& v1, float t, in Lerp()
/third_party/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c70 const SWvertex *v0, in _swsetup_edge_render_line_tri()
96 const SWvertex *v0, in _swsetup_edge_render_point_tri()
121 SWvertex *v0 = &verts[e0]; in _swsetup_render_tri() local
233 static void swsetup_line( struct gl_context *ctx, GLuint v0, GLuint v1 ) in swsetup_line()
/third_party/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c49 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset); in compute_tri_direction() local
285 struct brw_indirect v0 = brw_indirect(0, 0); in emit_lines() local
356 struct brw_indirect v0 = brw_indirect(0, 0); in emit_points() local

12345678910>>...17