Searched defs:v0 (Results 176 - 200 of 230) sorted by relevance

12345678910

/external/chromium_org/third_party/libwebp/enc/
H A Dquant.c837 const int v0 = abs(DCs[1]); local
840 int max_v = (v0 > v1) ? v1 : v0;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c888 LLVMValueRef v0,
896 assert(lp_check_value(bld->type, v0));
899 delta = lp_build_sub(bld, v1, v0);
903 res = lp_build_add(bld, v0, res);
923 LLVMValueRef v0,
931 assert(lp_check_value(type, v0));
955 lp_build_unpack2(bld->gallivm, type, wide_type, v0, &v0l, &v0h);
978 res = lp_build_lerp_simple(bld, x, v0, v1);
994 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01); local
996 return lp_build_lerp(bld, y, v0, v
886 lp_build_lerp_simple(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef v0, LLVMValueRef v1) argument
921 lp_build_lerp(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef v0, LLVMValueRef v1) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c55 float dx; /**< X(v1) - X(v0), used only during setup */
56 float dy; /**< Y(v1) - Y(v0), used only during setup */
289 const float (*v0)[4],
294 setup->vprovoke = v0;
300 float y0 = v0[0][1];
306 setup->vmin = v0;
313 setup->vmid = v0;
318 setup->vmin = v0;
327 setup->vmid = v0;
334 setup->vmax = v0;
287 setup_sort_vertices(struct setup_context *setup, float det, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
413 tri_apply_cylindrical_wrap(float v0, float v1, float v2, uint cylindrical_wrap, float output[3]) argument
784 calc_det(const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
803 sp_setup_tri(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
872 line_apply_cylindrical_wrap(float v0, float v1, uint cylindrical_wrap, float output[2]) argument
945 setup_line_coefficients(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4]) argument
1065 sp_setup_line(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4]) argument
1195 sp_setup_point(struct setup_context *setup, const float (*v0)[4]) argument
[all...]
H A Dsp_tex_sample.c70 lerp(float a, float v0, float v1) argument
72 return v0 + a * (v1 - v0);
1708 int v0 = (int) floorf(tex_v - box_v); local
1715 for (v = v0; v <= v1; ++v) {
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp274 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1f(GrGLint location, GrGLfloat v0) { argument
277 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1i(GrGLint location, GrGLint v0) { argument
290 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2f(GrGLint location, GrGLfloat v0, GrGLfloat v1) { argument
293 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2i(GrGLint location, GrGLint v0, GrGLint v1) { argument
307 GrGLfloat v0,
313 GrGLint v0,
329 GrGLfloat v0,
336 GrGLint v0,
306 noOpGLUniform3f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2) argument
312 noOpGLUniform3i(GrGLint location, GrGLint v0, GrGLint v1, GrGLint v2) argument
328 noOpGLUniform4f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2, GrGLfloat v3) argument
335 noOpGLUniform4i(GrGLint location, GrGLint v0, GrGLint v1, GrGLint v2, GrGLint v3) argument
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp177 // v0 = 0, v1 = 255, so everything will be transparent.
182 // v0 = 255, v1 = 0, so everything will be opaque.
223 // - Direct luminance -- e0=(v0,v0,v0,0xFF); e1=(v1,v1,v1,0xFF);
225 // v0 = 0, v1 = 255
472 int v0 = v[0]; local
482 bit_transfer_signed(&v1, &v0);
492 c[0][1] = v0;
497 c[1][1] = v0
[all...]
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc485 GLvoid StubGLUniform2f(GLint location, GLfloat v0, GLfloat v1) { argument
486 glUniform2i(location, v0, v1);
489 GLvoid StubGLUniform2i(GLint location, GLint v0, GLint v1) { argument
490 glUniform2i(location, v0, v1);
501 GLvoid StubGLUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2) { argument
502 glUniform3i(location, v0, v1, v2);
505 GLvoid StubGLUniform3i(GLint location, GLint v0, GLint v1, GLint v2) { argument
506 glUniform3i(location, v0, v1, v2);
517 GLvoid StubGLUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, argument
519 glUniform4i(location, v0, v
522 StubGLUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3) argument
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp716 void GLContext::uniform1f (deInt32 location, float v0) argument
718 m_wrapper->glUniform1f(location, v0);
721 void GLContext::uniform1i (deInt32 location, deInt32 v0) argument
723 m_wrapper->glUniform1i(location, v0);
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp145 output[i] = pa::Triangle(input[i].v0, input[i].v2, input[i].v4, baseProvokingVertexIndex);
155 * Calculate the intersection of line segment v0-v1 and a given plane. Line
159 ClipFloat getSegmentVolumeEdgeClip (const ClipFloat v0, argument
165 return (plane*w0 - v0) / ((v1 - v0) - plane*(w1 - w0));
171 * How much (in [0-1] range) of a line segment v0-v1 would be clipped
172 * of the v0 end of the line segment by clipping.
174 ClipFloat getLineEndpointClipping (const ClipVec4& v0, const ClipVec4& v1) argument
178 if (v0.z() > v0
233 clipLineSegmentEnd(const ClipVec4& v0, const ClipVec4& v1) const argument
243 getLineIntersectionPoint(const ClipVec4& v0, const ClipVec4& v1) const argument
348 clipTriangleTwoVertices(std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& v0, const TriangleVertex& clipped1, const TriangleVertex& clipped2) argument
626 TriangleVertex& v0 = convexPrimitive[0]; local
936 findTriangleVertexDepthSlope(const tcu::Vec4& p, const tcu::Vec4& v0, const tcu::Vec4& v1) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp1098 tcu::Vec4 v0; member in struct:deqp::gles2::Functional::__anon19865::TriangleFillTest::FillTriangle
1133 const std::string v0Properties = genClippingPointInfoString(m_triangles[ndx].v0);
1137 log << TestLog::Message << "\tv0 (x=" << m_triangles[ndx].v0.x() << "\ty=" << m_triangles[ndx].v0.y() << "\tz=" << m_triangles[ndx].v0.z() << "\tw=" << m_triangles[ndx].v0.w() << ")\t" << v0Properties << TestLog::EndMessage;
1152 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_triangles[0].v0);
1184 triangle1.v0 = center + e1 + e2;
1192 triangle2.v0 = center + e1 + e2;
1282 triangle.v0
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp1102 tcu::Vec4 v0; member in struct:deqp::gles3::Functional::__anon19996::TriangleFillTest::FillTriangle
1137 const std::string v0Properties = genClippingPointInfoString(m_triangles[ndx].v0);
1141 log << TestLog::Message << "\tv0 (x=" << m_triangles[ndx].v0.x() << "\ty=" << m_triangles[ndx].v0.y() << "\tz=" << m_triangles[ndx].v0.z() << "\tw=" << m_triangles[ndx].v0.w() << ")\t" << v0Properties << TestLog::EndMessage;
1156 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_triangles[0].v0);
1188 triangle1.v0 = center + e1 + e2;
1196 triangle2.v0 = center + e1 + e2;
1286 triangle.v0
[all...]
H A Des3fFragmentOutputTests.cpp415 const Vec4& v0 = tri ? v11 : v00; local
420 const Vec4 color = v0 + (v1-v0)*s + (v2-v0)*t;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c888 LLVMValueRef v0,
896 assert(lp_check_value(bld->type, v0));
899 delta = lp_build_sub(bld, v1, v0);
903 res = lp_build_add(bld, v0, res);
923 LLVMValueRef v0,
931 assert(lp_check_value(type, v0));
955 lp_build_unpack2(bld->gallivm, type, wide_type, v0, &v0l, &v0h);
978 res = lp_build_lerp_simple(bld, x, v0, v1);
994 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01); local
996 return lp_build_lerp(bld, y, v0, v
886 lp_build_lerp_simple(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef v0, LLVMValueRef v1) argument
921 lp_build_lerp(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef v0, LLVMValueRef v1) argument
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c55 float dx; /**< X(v1) - X(v0), used only during setup */
56 float dy; /**< Y(v1) - Y(v0), used only during setup */
289 const float (*v0)[4],
294 setup->vprovoke = v0;
300 float y0 = v0[0][1];
306 setup->vmin = v0;
313 setup->vmid = v0;
318 setup->vmin = v0;
327 setup->vmid = v0;
334 setup->vmax = v0;
287 setup_sort_vertices(struct setup_context *setup, float det, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
413 tri_apply_cylindrical_wrap(float v0, float v1, float v2, uint cylindrical_wrap, float output[3]) argument
784 calc_det(const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
803 sp_setup_tri(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) argument
872 line_apply_cylindrical_wrap(float v0, float v1, uint cylindrical_wrap, float output[2]) argument
945 setup_line_coefficients(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4]) argument
1065 sp_setup_line(struct setup_context *setup, const float (*v0)[4], const float (*v1)[4]) argument
1195 sp_setup_point(struct setup_context *setup, const float (*v0)[4]) argument
[all...]
/external/opencv/cv/src/
H A Dcvhistogram.cpp913 int v0 = ptr[x]; local
916 tab1d[v0]++;
919 v0 = ptr[x+2];
922 tab1d[v0]++;
955 int v0 = ptr0[x]; local
957 int idx = tab[v0] + tab[256+v1];
969 int v0 = ptr0[x]; local
972 int idx = tab[v0] + tab[256+v1];
992 int v0 = ptr0[x]; local
995 int idx = tab[v0]
1007 int v0 = ptr0[x]; local
1168 int v0 = cvFloor(ptr[x]*a + b); local
1187 int v0 = cvFloor(ptr[x]*a + b); local
1197 int v0 = cvFloor(ptr[x]*a + b); local
1222 int v0 = cvFloor( ptr0[x]*a0 + b0 ); local
1236 int v0 = cvFloor( ptr0[x]*a0 + b0 ); local
1617 uchar v0 = tab1d[ptr[x]]; local
1645 int v0 = ptr0[x]; local
1660 int v0 = ptr0[x]; local
1688 int v0 = ptr0[x]; local
1704 int v0 = ptr0[x]; local
1859 int v0 = cvFloor(ptr[x]*a + b); local
1888 int v0 = cvFloor(ptr[x]*a + b); local
1912 int v0 = cvFloor( ptr0[x]*a0 + b0 ); local
[all...]
H A Dcvimgwarp.cpp1490 * | 0 0 0 x0 y0 1 -x0*v0 -y0*v0 | |c11| |v0|
1556 * | 0 0 0 x0 y0 1 | |c10| |v0|
1848 __m128i v0, v1, v2, v3, a0, a1, b0, b1; local
1853 v0 = _mm_unpacklo_epi32(_mm_cvtsi32_si128(i0), _mm_cvtsi32_si128(i1));
1857 v0 = _mm_unpacklo_epi8(v0, z);
1866 v0 = _mm_madd_epi16(v0, b
1927 int v0, v1, v2; local
1954 int v0, v1; local
[all...]
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp274 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1f(GrGLint location, GrGLfloat v0) { argument
277 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform1i(GrGLint location, GrGLint v0) { argument
290 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2f(GrGLint location, GrGLfloat v0, GrGLfloat v1) { argument
293 GrGLvoid GR_GL_FUNCTION_TYPE noOpGLUniform2i(GrGLint location, GrGLint v0, GrGLint v1) { argument
307 GrGLfloat v0,
313 GrGLint v0,
329 GrGLfloat v0,
336 GrGLint v0,
306 noOpGLUniform3f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2) argument
312 noOpGLUniform3i(GrGLint location, GrGLint v0, GrGLint v1, GrGLint v2) argument
328 noOpGLUniform4f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2, GrGLfloat v3) argument
335 noOpGLUniform4i(GrGLint location, GrGLint v0, GrGLint v1, GrGLint v2, GrGLint v3) argument
/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c1051 /* max (v0, s0)
1053 slt v1, v0, s0
1054 movn v0, s0, v1 */
2490 nor v0, zero, a2
2492 sllv a3, a3, v0
2493 srlv v0, a0, a2
2496 or v0, a3, v0
2497 movn v0, v1, a0
2505 HReg v0 local
2637 HReg v0 = newVRegI(env); local
2705 HReg v0 = newVRegI(env); local
[all...]
/external/vixl/src/a64/
H A Dsimulator-a64.cc166 "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7",
1225 uint64_t u0, v0, w0; local
1230 v0 = v & 0xffffffff;
1233 w0 = u0 * v0;
1234 t = u1 * v0 + (w0 >> 32);
/external/webp/src/dec/
H A Dvp8l.c499 const uint32_t v0 = src[2 * i + 0]; local
502 // scale r/g/b value by a factor 2. We just shift v0/v1 one bit less.
503 const int r = ((v0 >> 15) & 0x1fe) + ((v1 >> 15) & 0x1fe);
504 const int g = ((v0 >> 7) & 0x1fe) + ((v1 >> 7) & 0x1fe);
505 const int b = ((v0 << 1) & 0x1fe) + ((v1 << 1) & 0x1fe);
518 const uint32_t v0 = src[2 * i + 0]; local
519 const int r = (v0 >> 14) & 0x3fc;
520 const int g = (v0 >> 6) & 0x3fc;
521 const int b = (v0 << 2) & 0x3fc;
/external/webp/src/dsp/
H A Ddec_neon.c337 uint8x8x3_t u0, u1, v0, v1; local
340 INIT_VECTOR3(v0, vget_high_u8(p2), vget_high_u8(p1), vget_high_u8(p0));
350 STORE6_LANE(v, v0, v1, 0);
351 STORE6_LANE(v, v0, v1, 1);
352 STORE6_LANE(v, v0, v1, 2);
353 STORE6_LANE(v, v0, v1, 3);
354 STORE6_LANE(v, v0, v1, 4);
355 STORE6_LANE(v, v0, v1, 5);
356 STORE6_LANE(v, v0, v1, 6);
357 STORE6_LANE(v, v0, v
365 uint8x8x4_t u0, v0; local
[all...]
/external/webp/src/enc/
H A Dquant.c837 const int v0 = abs(DCs[1]); local
840 int max_v = (v0 > v1) ? v1 : v0;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c649 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
715 v0 = _mm_add_epi32(w0, k__DCT_CONST_ROUNDING);
732 u0 = _mm_srai_epi32(v0, DCT_CONST_BITS);
769 v0 = _mm_madd_epi16(u0, k__cospi_p08_p24);
778 w0 = _mm_add_epi32(v0, v4);
782 w4 = _mm_sub_epi32(v0, v4);
787 v0 = _mm_add_epi32(w0, k__DCT_CONST_ROUNDING);
796 u0 = _mm_srai_epi32(v0, DCT_CONST_BITS);
817 v0 = _mm_madd_epi16(u0, k__cospi_p16_p16);
826 u0 = _mm_add_epi32(v0, k__DCT_CONST_ROUNDIN
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c165 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
169 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS);
210 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING2); local
214 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS2);
522 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
530 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS);
584 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
592 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS);
797 __m128i v0, v1, v2, v3, v4, v5, v6, v7; local
815 v0
944 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; local
1450 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1514 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1550 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1572 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1606 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1628 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1662 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1684 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1706 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
1728 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c82 const __m128i v0 = _mm_srai_epi16(abs0, 3); local
85 const __m128i bin0 = _mm_min_epi16(v0, max_coeff_thresh);
414 // a0 = v0 + v3
416 // a3 = v0 - v3

Completed in 806 milliseconds

12345678910