Home
last modified time | relevance | path

Searched defs:v01 (Results 1 – 21 of 21) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DMatrix3.java84 float v01 = val[M00] * m.val[M01] + val[M01] * m.val[M11] + val[M02] * m.val[M21]; in mul() local
119 float v01 = m.val[M00] * val[M01] + m.val[M01] * val[M11] + m.val[M02] * val[M21]; in mulLeft() local
575 float v01 = val[M10]; in transpose() local
599 float v01 = mata[M00] * matb[M01] + mata[M01] * matb[M11] + mata[M02] * matb[M21]; in mul() local
/external/skia/src/pathops/
DSkPathOpsQuad.h33 SkDVector v01 = fPts[0] - fPts[1]; in controlsInside() local
DSkPathOpsCubic.h36 SkDVector v01 = fPts[0] - fPts[1]; in controlsInside() local
/external/fdlibm/
De_j0.c152 v01 = 1.27304834834123699328e-02, /* 0x3F8A1270, 0x91C9C71A */ variable
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp346 int v01 = quadNdx*4 + 1; in computeIndices() local
385 Vec4 v01 = fetchVtxColor(inPtr, quadNdx*4 + 2); in renderQuadGridReference() local
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
DHeightField.java215 VertexInfo v01 = getVertexAt(vertex01, x, y + 1); in updateSharp() local
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp507 int v01 = quadNdx*4 + 1; in computeIndices() local
546 Vec4 v01 = fetchVtxColor(inPtr, quadNdx*4 + 2); in renderQuadGridReference() local
DglsShaderRenderCase.cpp224 int v01 = (y * stride) + x + 1; in QuadGrid() local
687 int v01 = (y * stride) + x + 1; in computeVertexReference() local
/external/vulkan-validation-layers/demos/smoke/
DMeshes.cpp279 int v01 = add_middle_point(v0, v1); in tessellate() local
/external/mesa3d/src/mesa/swrast/
Ds_blit.c360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d()
Ds_triangle.c257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) in ilerp_2d()
Ds_texfilter.c64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d()
/external/opencv3/modules/imgproc/test/
Dtest_imgwarp.cpp406 float v01 = sptr[cn + k]; in test_remap() local
423 float v01 = sptr[cn + k]; in test_remap() local
440 float v01 = sptr[cn + k]; in test_remap() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp219 int v01 = (y * stride) + x + 1; in QuadGrid() local
1791 const int v01 = (y * stride) + x + 1; in computeVertexReference() local
/external/opencv3/modules/video/src/
Dlkpyramid.cpp325 __m128i v00, v01, v10, v11, t0, t1; in operator ()() local
555 … __m128i v01 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(Jptr + x + cn)), z); in operator ()() local
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp155 const float v01 = values[2]; in bilinearInterpolate() local
486 const float v01 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.x()); in isTrilinearPCFCompareValid() local
/external/webp/src/dsp/
Denc_sse2.c322 static void FTransformPass2(const __m128i* const v01, const __m128i* const v32, in FTransformPass2()
408 __m128i v01, v32; in FTransform() local
/external/opencv3/3rdparty/libwebp/dsp/
Denc_sse2.c343 __m128i v01, v32; in FTransformSSE2() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp412 …const Vec4 v01 = readVec4(vertices + ((cellY+1)*gridWidth + cellX+0)*numComponents, numComponent… in renderFloatReference() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c990 LLVMValueRef v01, in lp_build_lerp_2d()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c86 float v00, float v10, float v01, float v11) in lerp_2d()