Home
last modified time | relevance | path

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

12345678910>>...17

/external/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()
/external/libaom/libaom/aom_dsp/
Dblend.h26 #define AOM_BLEND_A64(a, v0, v1) \ argument
35 #define AOM_BLEND_A256(a, v0, v1) \ argument
40 #define AOM_BLEND_AVG(v0, v1) ROUND_POWER_OF_TWO((v0) + (v1), 1) argument
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp2-0x.cpp97 template<typename T> int v0; // expected-note +{{here}} variable
111 template<> int N0::v0<int[1]>; member in N0
112 template<> int v0<int[2]>; // FIXME: ill-formed variable
116 template<> int N0::v0<char[1]>; member in N0
117 template<> int v0<char[2]>; // FIXME: ill-formed variable
122 template<> int N0::v0<int[5]>; // expected-error {{must originally be declared in namespace 'N0'}} … member in N1::N0
123 template<> int v0<int[6]>; // expected-error {{must originally be declared in namespace 'N0'}} variable
127 template<> int N0::v0<char[5]>; // expected-error {{does not enclose namespace 'N0'}} member in N1::N0
128 template<> int v0<char[6]>; // FIXME: ill-formed variable
/external/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 …]
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2PolygonBuilder.java225 public void addEdge(S2Point v0, S2Point v1) { in addEdge()
313 S2Point v0 = edge.getKey(); in assembleLoops() local
389 protected void dumpEdges(S2Point v0) { in dumpEdges()
405 private void eraseEdge(S2Point v0, S2Point v1) { in eraseEdge()
444 private S2Loop assembleLoop(S2Point v0, S2Point v1, List<S2Edge> unusedEdges) { in assembleLoop()
528 S2Point v0 = edge.getKey(); in moveVertices() local
545 S2Point v0 = edgesCopy.get(i).getStart(); in moveVertices() local
604 S2Point v0 = frontier.pop(); in mergeVertices() local
/external/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 …]
/external/mesa3d/src/gallium/auxiliary/indices/
Du_indices_gen.py114 def vert( intype, outtype, v0 ): argument
120 def point( intype, outtype, ptr, v0 ): argument
123 def line( intype, outtype, ptr, v0, v1 ): argument
127 def tri( intype, outtype, ptr, v0, v1, v2 ): argument
132 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): argument
138 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): argument
146 def do_point( intype, outtype, ptr, v0 ): argument
149 def do_line( intype, outtype, ptr, v0, v1, inpv, outpv ): argument
155 def do_tri( intype, outtype, ptr, v0, v1, v2, inpv, outpv ): argument
164 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): argument
[all …]
Du_unfilled_gen.py100 def vert( intype, outtype, v0 ): argument
106 def line( intype, outtype, ptr, v0, v1 ): argument
114 def do_tri( intype, outtype, ptr, v0, v1, v2 ): argument
119 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ): argument
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-iterate.hpp221 auto from(Value0 v0, ValueN... vn) in from()
246 auto from(Coordination cn, Value0 v0, ValueN... vn) in from()
267 auto just(Value0 v0) in just()
288 auto just(Value0 v0, Coordination cn) in just()
316 auto start_with(Observable o, Value0 v0, ValueN... vn) in start_with()
/external/angle/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 …]
/external/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
Ddraw_pipe.c120 const char *v0 ) in do_point()
138 const char *v0, in do_line()
158 char *v0, in do_triangle()
/external/libvpx/libvpx/vpx_dsp/arm/
Dmem_neon.h58 const int32x4x2_t v0 = vld2q_s32(buf); in load_tran_low_to_s16x2q() local
75 const int32x4_t v0 = vld1q_s32(buf); in load_tran_low_to_s16q() local
87 const int32x4_t v0 = vld1q_s32(buf); in load_tran_low_to_s16d() local
96 const int32x4_t v0 = vmovl_s16(vget_low_s16(a)); in store_s16q_to_tran_low() local
/external/webrtc/modules/desktop_capture/
Ddiffer_vector_sse2.cc25 __m128i v0; in VectorDifference_SSE2_W16() local
57 __m128i v0; in VectorDifference_SSE2_W32() local
/external/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
/external/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()
/external/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
/external/XNNPACK/src/x32-transpose/
D4x4-sse.c54 __m128 v0 = _mm_loadu_ps(i0); in xnn_x32_transpose_ukernel__4x4_sse() local
82 __m128 v0 = _mm_loadu_ps(i0); in xnn_x32_transpose_ukernel__4x4_sse() local
D4x4-wasmsimd.c54 v128_t v0 = wasm_v128_load(i0); in xnn_x32_transpose_ukernel__4x4_wasmsimd() local
91 v128_t v0 = wasm_v128_load(i0); in xnn_x32_transpose_ukernel__4x4_wasmsimd() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dvector_query.inl83 vecType<T, P> const & v0,
96 vecType<T, P> const & v0,
185 vecType<T, P> const & v0,
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dfuse_auto_input_test.cc37 auto* v0 = graph.NewValue(); in TEST() local
75 auto* v0 = graph.NewValue(); in TEST() local
/external/libcxx/src/
Dcharconv.cpp174 const uint32_t v0 = static_cast<uint32_t>(value / 100000000); in __u64toa() local
220 const uint32_t v0 = static_cast<uint32_t>(value / 100000000); in __u64toa() local
/external/eigen/test/
Dgeo_orthomethods.cpp27 Vector3 v0 = Vector3::Random(), in orthomethods_3() local
88 VectorType v0 = VectorType::Random(size); in orthomethods() local
/external/boringssl/src/decrepit/des/
Dcfb64ede.c72 uint32_t v0, v1; in DES_ede3_cfb64_encrypt() local
136 uint32_t d0, d1, v0, v1; in DES_ede3_cfb_encrypt() local

12345678910>>...17